research-lookup

Route research queries to Parallel Chat API or Perplexity academic search.

22|4|Updated May 25, 2026
One-click install
npx skills add https://github.com/crazymsn/academic-skills --skill research-lookup-crazymsn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lookup
Source: https://github.com/crazymsn/academic-skills/tree/main/academic-skills/research-lookup
Command: npx skills add https://github.com/crazymsn/academic-skills --skill research-lookup-crazymsn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Quickly obtaining current research information and citations across web and scholarly sources, while automatically routing queries to the most suitable backend to balance speed and depth.

Core Features & Use Cases

  • Automatic backend routing between general Parallel Chat API responses and Perplexity academic searches, plus support for batch lookups.
  • Returns synthesized results with inline citations, a sources list, and optional JSON output for reproducibility.
  • CLI and Python API enable integration into Claude Code workflows, Codex, or other agent-driven research tasks.

Quick Start

Run a sample lookup with python research_lookup.py 'find papers on CRISPR' to see automatic routing and results with citations.

Frequently Asked Questions about research-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find current academic literature with inline citations automatically?

To find current academic literature with inline citations, this Skill auto-routes queries to Parallel Chat API or Perplexity academic search, returning synthesized content and a structured sources list for your research.

What's the best way to route research queries between general web and scholarly sources?

Routing research queries between web and scholarly sources is handled automatically by selecting the most suitable backend to balance speed and depth, delivering comprehensive results without manual configuration.

Does the academic search CLI require API keys to return results?

Yes, the academic search CLI requires one or both API keys for the backends to function. You must configure credentials for Parallel Chat API or Perplexity academic search to execute lookups and return synthesized results successfully.

Can I use Python to automate batch research lookups and output JSON?

Yes, you can use the Python API to automate batch research lookups and output JSON. The Skill exposes a Python API and CLI for integration into agent platforms, supporting reproducibility through optional structured JSON outputs.

How do I run a sample literature lookup from the command line?

To run a sample literature lookup from the command line, execute a script like python research_lookup.py 'find papers on CRISPR' to see automatic backend routing and results with citations returned directly in your terminal.