Look up current research information using Perplexity's Sonar Pro 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.
This skill provides real-time research information lookup using Perplexity's Sonar Pro 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:
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.
Category:science-education