bundled/skills/research-lookup/SKILL.md
Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex research-lookupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between Sonar Pro Search (fast, efficient lookup) and Sonar Reasoning Pro (deep analytical reasoning) based on query complexity. The skill provides access to current academic literature, recent studies, technical documentation, and general research information with proper citations and source attribution.
Use this skill when you need:
When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.
If your document does not already contain schematics or diagrams:
For new documents: Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or relationships described in the text.
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
When to add schematics:
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Search Academic Literature: Query for recent papers, studies, and reviews in specific domains:
Query Examples:
- "Recent advances in CRISPR gene editing 2024"
- "Latest clinical trials for Alzheimer's disease treatment"
- "Machine learning applications in drug discovery systematic review"
- "Climate change impacts on biodiversity meta-analysis"
Expected Response Format:
Protocol and Method Lookups: Find detailed procedures, specifications, and methodologies:
Query Examples:
- "Western blot protocol for protein detection"
- "RNA sequencing library preparation methods"
- "Statistical power analysis for clinical trials"
- "Machine learning model evaluation metrics"
Expected Response Format:
Research Statistics: Look up current statistics, survey results, and research data:
Query Examples:
- "Prevalence of diabetes in US population 2024"
- "Global renewable energy adoption statistics"
- "COVID-19 vaccination rates by country"
- "AI adoption in healthcare industry survey"
Expected Response Format:
Citation Finding: Locate relevant papers and studies for citation in manuscripts:
Query Examples:
- "Foundational papers on transformer architecture"
- "Seminal works in quantum computing"
- "Key studies on climate change mitigation"
- "Landmark trials in cancer immunotherapy"
Expected Response Format:
This skill features intelligent model selection based on query complexity:
1. Sonar Pro Search (perplexity/sonar-pro-search)
2. Sonar Reasoning Pro (perplexity/sonar-reasoning-pro)
The skill automatically detects query complexity using these indicators:
Reasoning Keywords (triggers Sonar Reasoning Pro):
compare, contrast, analyze, analysis, evaluate, critiqueversus, vs, vs., compared to, differences between, similaritiesmeta-analysis, systematic review, synthesis, integratemechanism, why, how does, how do, explain, relationship, causal relationship, underlying mechanismtheoretical framework, implications, interpret, reasoningcontroversy, conflicting, paradox, debate, reconcilepros and cons, advantages and disadvantages, trade-off, tradeoff, trade offsmultifaceted, complex interaction, critical analysisComplexity Scoring:
Practical Result: Even a single strong reasoning keyword (compare, explain, analyze, etc.) will trigger the more powerful Sonar Reasoning Pro model, ensuring you get deep analysis when needed.
Example Query Classification:
✅ Sonar Pro Search (straightforward lookup):
✅ Sonar Reasoning Pro (complex analysis):
You can force a specific model using the force_model parameter:
# Force Sonar Pro Search for fast lookup
research = ResearchLookup(force_model='pro')
# Force Sonar Reasoning Pro for deep analysis
research = ResearchLookup(force_model='reasoning')
# Automatic selection (default)
research = ResearchLookup()
Command-line usage:
# Force Sonar Pro Search
python research_lookup.py "your query" --force-model pro
# Force Sonar Reasoning Pro
python research_lookup.py "your query" --force-model reasoning
# Automatic (no flag)
python research_lookup.py "your query"
This skill integrates with OpenRouter (openrouter.ai) to access Perplexity's Sonar models:
Model Specifications:
perplexity/sonar-pro-search (fast lookup)perplexity/sonar-reasoning-pro-online (deep analysis)high search context for deeper, more comprehensive research resultsAPI Requirements:
OPENROUTER_API_KEY environment variable)Academic Mode Configuration:
Source Verification: The skill prioritizes:
Citation Standards: All responses include:
For Simple Lookups (Sonar Pro Search):
For Complex Analysis (Sonar Reasoning Pro):
Pro Tip: The automatic selection is optimized for most use cases. Only use force_model if you have specific requirements or know the query needs deeper reasoning than detected.
Good Queries (will trigger appropriate model):
Poor Queries:
Recommended Structure:
[Topic] + [Specific Aspect] + [Time Frame] + [Type of Information]
Examples:
Effective Follow-ups:
This skill enhances scientific writing by providing:
Known Limitations:
Error Conditions:
Fallback Strategies:
Query: "Recent advances in transformer attention mechanisms 2024"
Model Selected: Sonar Pro Search (straightforward lookup)
Response Includes:
Query: "Compare and contrast the advantages and limitations of transformer-based models versus traditional RNNs for sequence modeling"
Model Selected: Sonar Reasoning Pro (complex analysis required)
Response Includes:
Query: "Standard protocols for flow cytometry analysis"
Model Selected: Sonar Pro Search (protocol lookup)
Response Includes:
Query: "Explain the underlying mechanism of how mRNA vaccines trigger immune responses and why they differ from traditional vaccines"
Model Selected: Sonar Reasoning Pro (requires causal reasoning)
Response Includes:
Query: "Global AI adoption in healthcare statistics 2024"
Model Selected: Sonar Pro Search (data lookup)
Response Includes:
Sonar Pro Search:
Sonar Reasoning Pro:
Automatic Selection Benefits:
Manual Override Use Cases:
Best Practices:
Responsible Use:
Academic Integrity:
In addition to research-lookup, the scientific writer has access to WebSearch for:
When to use which tool: | Task | Tool | |------|------| | Find academic papers | research-lookup | | Literature search | research-lookup | | Deep analysis/comparison | research-lookup (Sonar Reasoning Pro) | | Look up DOI/metadata | WebSearch | | Verify publication year | WebSearch | | Find journal volume/pages | WebSearch | | Current events/news | WebSearch | | Non-scholarly sources | WebSearch |
This skill serves as a powerful research assistant with intelligent dual-model selection:
Whether you need quick fact-finding or deep analytical synthesis, this skill automatically adapts to deliver the right level of research support for your scientific writing needs.
development
Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.
development
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.
development
World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. Includes RAG optimization, agent design, and LLM system architecture. Use when building AI products, optimizing LLM performance, designing agentic systems, or implementing advanced prompting techniques.
development
World-class ML engineering skill for productionizing ML models, MLOps, and building scalable ML systems. Expertise in PyTorch, TensorFlow, model deployment, feature stores, model monitoring, and ML infrastructure. Includes LLM integration, fine-tuning, RAG systems, and agentic AI. Use when deploying ML models, building ML platforms, implementing MLOps, or integrating LLMs into production systems.