research-lookup
Look up current research information using parallel-cli search (primary, fast web search), the Parallel Chat API (deep research), or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information. Note: query text is transmitted to api.parallel.ai (PARALLEL_API_KEY) and, for academic searches, to openrouter.ai (OPENROUTER_API_KEY).
npx skills add majiayu000/claude-skill-registry --skill research-lookup-k-dense-ai-scientific-agent-ski --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
This skill looks up current research information by routing queries to the best backend among parallel-cli search (primary, fast web search), the Parallel Chat API (deep research), and Perplexity sonar-pro-search (academic papers). It automatically directs queries to the most appropriate backend and supports use for finding papers, gathering research data, and verifying scientific information. It notes that query text is transmitted to api.parallel.ai via PARALLEL_API_KEY and to openrouter.ai via OPENROUTER_API_KEY for academic searches.
How it works
- Default backend: parallel-cli search for fast web search with academic source prioritization. Uses commands like
parallel-cli searchwith--include-domainsto target scholarly sources, and saves results to a file under sources/research_<topic>.json. - Academic searches: routed to Perplexity sonar-pro-search (via OpenRouter) when academic keywords are present (e.g., papers, doi, journal, peer-reviewed). Academic results are saved under sources/research_<topic>-academic.json or via Perplexity-specific paths as described.
- Deep research: triggered when user explicitly asks for deep/synthetic analysis; uses Parallel Chat API (
coremodel) for multi-source synthesis with Markdown output and inline citations. - Manual overrides: can force a specific backend using dedicated commands or Python script invocations (e.g.,
python research_lookup.pywith--force-backendoptions). - Saving rule: All results must be saved to the sources/ folder using the appropriate
-ofilename pattern for the chosen backend.
When to use it
Use this skill when you need current research information, literature verification, background research, citation sources, technical documentation, or market/industry data related to scientific topics. It is intended for acquiring papers, data, and validated information from scholarly sources, with academic results prioritized where applicable.
What it can touch
- Command-line tool:
parallel-cli search(primary backend) - Optional backends:
Parallel Chat API(viahttps://api.parallel.ai) andPerplexity sonar-pro-search(OpenRouter) - Scripting:
python research_lookup.pyfor forced-backend or batch usage - Output destinations: files under the
sources/directory (e.g.,sources/research_<topic>.json,sources/research_<topic>-academic.json, orsources/papers_<topic>.md)
Caveats
- Backends require appropriate API keys (PARALLEL_API_KEY and OPENROUTER_API_KEY) for deep/academic searches. The skill notes the transmission of query text to these services.
- The workflow emphasizes saving results to the sources/ folder for reproducibility and includes specific filename patterns depending on backend.
# Research Information Lookup ## Overview This skill provides real-time research information lookup with **intelligent backend routing**: - **parallel-cli search** (parallel-web skill): **Primary and default backend** for all research queries. Fast, cost-effective web search with academic source prioritization. Uses `parallel-cli search` with `--include-domains` for scholarly sources. - **Parallel Chat API** (`core` model): Secondary backend for complex, multi-source deep research requiring extended synthesis (60s-5min latency). Use only when explicitly needed. - **Perplexity sonar-pro-search** (via OpenRouter): Used only for academic-specific paper searches where scholarly database access is critical. The skill automatically detects query type and routes to the optimal backend. ## When to Use This Skill Use this skill when you need: - **Current Research Information**: Latest studies, papers, and findings - **Literature Verification**: Check facts, statistics, or claims against current research - **Background Research**: Gather context and supporting evidence for scientific writing - **Citation Sources**: Find relevant papers and studies to cite - **Technical Documentation**: Look
- Overview
- When to Use This Skill
- Visual Enhancement with Scientific Schematics
- Automatic Backend Selection
- Routing Logic
- Default: parallel-cli search (parallel-web skill)
- Academic Keywords (Routes to Perplexity)
- Deep Research (Routes to Parallel Chat API)
- Manual Override
- Core Capabilities
- 1. General Research Queries (parallel-cli search — DEFAULT)
- 2. Academic Paper Search (Perplexity sonar-pro-search)
- 3. Deep Research (Parallel Chat API — on request only)
- 4. Technical and Methodological Information
python scripts/generate_schematic.py "your diagram description" -o figures/output.png parallel-cli search "your research query" -q "keyword1" -q "keyword2" \ Force parallel-cli search (fast web search) parallel-cli search "your query" -q "keyword" --json --max-results 10 -o sources/research_<topic>.json Force Parallel Deep Research (slow, exhaustive) python research_lookup.py "your query" --force-backend parallel Force Perplexity academic search python research_lookup.py "your query" --force-backend perplexity parallel-cli search "Recent advances in CRISPR gene editing 2025" \ parallel-cli search "Western blot protocol for protein detection" \
What does the research-lookup skill do?
Look up current research information using parallel-cli search (primary, fast web search), the Parallel Chat API (deep research), or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information. Note: query text is transmitted to api.parallel.ai (PARALLEL_API_KEY) and, for academic searches, to openrouter.ai (OPENROUTER_API_KEY).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-lookup-k-dense-ai-scientific-agent-ski --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
