research-lookup

Retrieve scholarly citations and source metadata via Perplexity models on OpenRouter.

5|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hyperbolic-c/auto-writing --skill research-lookup-hyperbolic-c
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-lookup
Source: https://github.com/hyperbolic-c/auto-writing/tree/main/claude-scientific-writer/skills/research-lookup
Command: npx skills add https://github.com/hyperbolic-c/auto-writing --skill research-lookup-hyperbolic-c

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides real-time access to current scholarly research and high-quality citations using Perplexity's Sonar models via OpenRouter. It helps researchers and writers verify claims, gather literature, and assemble citations quickly.

Core Features & Use Cases

  • Real-time academic literature search focused on peer-reviewed sources
  • Automatic model selection between Sonar Pro Search and Sonar Reasoning Pro based on query complexity
  • Comprehensive citations including DOIs, URLs, and source metadata
  • Batch queries and CLI/Claude Code integrations for writing workflows
  • Outputs structured results with sources, timestamps, and usage info for reproducible work

Quick Start

  • Ensure OPENROUTER_API_KEY is set: export OPENROUTER_API_KEY="your_api_key"
  • Run a simple lookup: python lookup.py "Recent advances in CRISPR gene editing 2024"
  • Run a batch lookup: python research_lookup.py --batch "CRISPR advances" "quantum computing review 2023"

Frequently Asked Questions about research-lookup

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

FAQPage Schema
How do I get AI-powered research lookups with citations for academic writing?

AI-powered research lookups with citations are performed by querying OpenRouter's Perplexity models, which return current scholarly information complete with DOIs and source metadata suitable for academic writing.

Can I run batch literature searches and retrieve results through a CLI?

You can run batch literature searches by passing multiple queries to the CLI. It processes them sequentially and returns structured results containing sources, timestamps, and usage data for reproducible workflows.

Do I need an OpenRouter API key to access scholarly information?

Yes, accessing scholarly information requires an OpenRouter API key. You must export the OPENROUTER_API_KEY environment variable before running the lookup script to authenticate your requests.

How does the tool handle complex academic queries?

Complex academic queries are handled through automatic model selection between Sonar Pro Search and Sonar Reasoning Pro. This dynamic routing ensures appropriate reasoning depth based on the specific query complexity.

What is the best way to find peer-reviewed sources emphasizing Tier-1 venues?

To find peer-reviewed sources emphasizing Tier-1 venues, use the real-time academic literature search functionality. It prioritizes highly cited papers and returns structured metadata including DOIs and URLs for each source.

Does the research lookup tool integrate with Claude Code for writing workflows?

Yes, the research lookup tool integrates with Claude Code for writing workflows. It provides CLI integration that outputs structured results, allowing seamless assembly of literature and citations within your coding environment.