research-lookup

Compile verified scholarly references into structured manuscript research packets using Parallel Search and Extract.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill research-lookup-mzane0803
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-lookup
Source: https://github.com/Mzane0803/latent-minds-skills-marketplace/tree/main/plugins/research-writing/skills/research-lookup
Command: npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill research-lookup-mzane0803

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, parallel-web-tools, and includes scripts (resource) components.

What problem does it solve? Gathering dozens of credible, deduplicated academic references for a manuscript is slow and error-prone. This Skill automates multi-pass scholarly retrieval, source verification, and evidence structuring so researchers get a citation-ready research packet instead of a loose list of links. ## Core Features & Use Cases - Academic evidence pipeline: Runs bounded Parallel Search passes for primary studies, reviews, seminal papers, methods, and contradictory evidence, then verifies top sources with Parallel Extract. - Manuscript research packet: Produces references in JSON and BibTeX, an evidence matrix, a claim-to-source map, synthesis of consensus and conflicts, section briefs, coverage diagnostics, and a reproducible search ledger. - Flexible backends: Defaults to Parallel Search, with explicit Parallel Research for deep reports, explicit Parallel Chat, and optional Perplexity via OpenRouter as a fallback. - Use Case: Provide a research question and context file, then receive a packet of up to 60 verified, unique references with quality labels, gaps, and Introduction/Methods/Discussion briefs. ## Quick Start Ask the AI to compile academic evidence for your manuscript research question into a research packet with verified references and an evidence matrix.

Frequently Asked Questions about research-lookup

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

FAQPage Schema
How do I gather academic references for a manuscript automatically?▼

Run the research lookup script with the --academic flag, a target reference count, and an optional context JSON file. It executes bounded Parallel Search passes across scholarly domains, verifies sources with Parallel Extract, and writes a packet with references, an evidence matrix, and section briefs.

What is the difference between Parallel Search, Research, and Chat backends?▼

Parallel Search is the default for bounded retrieval and the academic packet pipeline. Parallel Research produces a single synthesized deep report only when explicitly requested. Parallel Chat offers an OpenAI-compatible interface and is never selected automatically.

Does research-lookup require an API key or CLI installation?▼

It requires parallel-cli 0.7.1 or later, installed via uv tool install and authenticated with parallel-cli login or PARALLEL_API_KEY. The explicit Chat backend always needs PARALLEL_API_KEY, and the optional Perplexity fallback needs OPENROUTER_API_KEY.

What happens if fewer than 60 references can be verified?▼

The packet reports the shortfall in coverage.json instead of padding with weak or duplicate records. You can refine the research question, date range, terminology, or domain filters and rerun the search to close the gap.

Can research-lookup replace a PRISMA systematic review?▼

No. It compiles external evidence but does not perform formal database-specific searching, screening, exclusion tracking, or risk-of-bias assessment. For PRISMA-style systematic reviews, use the literature-review skill instead.