scientific-skills/research-lookup/README.md
This skill provides real-time research information lookup using Perplexity's Sonar Pro Search model through OpenRouter.
Get OpenRouter API Key:
Configure Environment:
export OPENROUTER_API_KEY="your_api_key_here"
Test Setup:
python scripts/research_lookup.py --model-info
# Single research query
python scripts/research_lookup.py "Recent advances in CRISPR gene editing 2024"
# Multiple queries with delay
python scripts/research_lookup.py --batch "CRISPR applications" "gene therapy trials" "ethical considerations"
# Claude Code integration (called automatically)
python lookup.py "your research query here"
The research lookup tool is automatically available in Claude Code when you:
This skill always prioritizes high-impact, influential papers over obscure publications. Results are ranked by:
| Paper Age | Citation Threshold | Classification |
|---|---|---|
| 0-3 years | 20+ citations | Noteworthy |
| 0-3 years | 100+ citations | Highly Influential |
| 3-7 years | 100+ citations | Significant |
| 3-7 years | 500+ citations | Landmark |
| 7+ years | 500+ citations | Seminal |
| 7+ years | 1000+ citations | Foundational |
Papers from higher-tier venues are always preferred:
The skill prefers papers from:
Each research result includes:
This skill enhances the scientific writing process by providing:
"API key not found"
OPENROUTER_API_KEY environment variable is set"Model not available"
"Rate limit exceeded"
--delay option"No relevant results"
This skill is designed for academic and research purposes, providing high-quality, cited information to support scientific writing and research activities.