LQF_Machine_Learning_E…
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or
$ npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill perplexity-search --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/perplexity-searchContext preview
The summary Claude sees to decide when to auto-load this skill.
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or
name: perplexity-search
description: Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
license: MIT license
compatibility: An OpenRouter API key is required to use Perplexity search
metadata:
skill-author: K-Dense Inc.Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff.
This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed).
Use this skill when:
**Do not use** for:
1. **Get OpenRouter API key**:
2. **Configure environment**:
# Set API key export OPENROUTER_API_KEY='sk-or-v1-your-key-here' # Or use setup script python scripts/setup_env.py --api-key sk-or-v1-your-key-here
3. **Install dependencies**:
uv pip install litellm
4. **Verify setup**:
python scripts/perplexity_search.py --check-setup
See `references/openrouter_setup.md` for detailed setup instructions, troubleshooting, and security best practices.
**Simple search:**
python scripts/perplexity_search.py "What are the latest developments in CRISPR gene editing?"
**Save results:**
python scripts/perplexity_search.py "Recent CAR-T therapy clinical trials" --output results.json
**Use specific model:**
python scripts/perplexity_search.py "Compare mRNA and viral vector vaccines" --model sonar-pro-search
**Verbose output:**
python scripts/perplexity_search.py "Quantum computing for drug discovery" --verbose
Access models via `--model` parameter:
**Model selection guide:**
See `references/model_comparison.md` for detailed comparison, use cases, pricing, and performance characteristics.
**Good examples:**
**Bad examples:**
Perplexity searches real-time web data:
For high-quality results, mention source preferences:
Break complex questions into clear components: 1. **Topic**: Main subject 2. **Scope**: Specific aspect of interest 3. **Context**: Time frame, domain, constraints 4. **Output**: Desired format or type of answer
**Example:** "What improvements does AlphaFold3 offer over AlphaFold2 for protein structure prediction, according to research published between 2023 and 2024? Include specific accuracy metrics and benchmarks."
See `references/search_strategies.md` for comprehensive guidance on query design, domain-specific patterns, and advanced techniques.
python scripts/perplexity_search.py \ "What does recent research (2023-2024) say about the role of gut microbiome in Parkinson's disease? Focus on peer-reviewed studies and include specific bacterial species identified." \ --model sonar-pro
python scripts/perplexity_search.py \ "How to implement real-time data streaming from Kafka to Post
Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE.
Repo: foryourhealth111-pixel/Vibe-Skills
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the…
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex…