research-cli
Installation
SKILL.md
Research CLI
Use search to discover sources, then retrieve the relevant source before relying on it. Apply the global citation rule; a search result or snippet is not evidence for its linked URL.
Workflow
- Identify the evidence tracks and source types required by the caller.
- Search with
research web search "query" --results --max-results 5. - Fetch relevant pages with
research web fetch URL; useresearch pdf URLfor PDFs. - Retrieve a direct primary result matching the target before broad repository exploration.
- For GitHub repositories, start with the narrowest applicable Scout command. Use
orient, thenfind, before path-specificrgorcatcalls when paths are unknown.
Run research --help once for all command and option syntax recursively. Each shell command must
contain one research invocation; do not chain, pipe, background, or suppress errors. Validate
shared options against that help before launching a parallel batch.