Research Lookup
This skill quickly finds information on any topic by leveraging web search—a valuable tool for rapid fact-checking and knowledge gathering.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add research-lookup npx -- -y @trustedskills/research-lookup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"research-lookup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/research-lookup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to quickly find information using Perplexity’s Sonar models through OpenRouter. It intelligently chooses between Sonar Pro Search (for fast lookups) and Sonar Reasoning Pro (for deeper analysis), providing access to current academic literature, technical documentation, and general research findings with proper citations and source attribution. The skill is designed for rapid fact-checking and knowledge gathering across various fields.
When to use it
- Current Research Information: Find the latest studies, papers, and findings in a specific field.
- Literature Verification: Check facts, statistics, or claims against current research.
- Background Research: Gather context and supporting evidence for scientific writing.
- Technical Documentation: Look up specifications, protocols, or methodologies.
- Recent Developments: Stay updated on emerging trends and breakthroughs.
Key capabilities
- Academic Research Queries: Search recent papers, studies, and reviews in specific domains.
- Intelligent Model Selection: Automatically chooses between Sonar Pro Search and Sonar Reasoning Pro based on query complexity.
- Source Attribution: Provides citations and links to the original sources of information.
Example prompts
- "Recent advances in CRISPR gene editing 2024"
- "Latest clinical trials for Alzheimer's disease treatment"
- "Machine learning applications in drug discovery systematic review"
Tips & gotchas
- For documents, consider adding scientific diagrams and schematics to enhance visual communication. The skill integrates with the "scientific-schematics" skill to generate these diagrams based on natural language descriptions (e.g., using
python scripts/generate_schematic.py "your diagram description" -o figures/output.png). - Complex queries will automatically leverage Sonar Reasoning Pro for deeper analysis, which may take longer than simpler searches with Sonar Pro Search.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.