| name | research |
| description | Verify sources before presenting findings. Use when asked to research links or documentation. |
| metadata | {"last_updated":"2026-04-24","verified_against":"current local skill refresh"} |
Verified Research
For choosing search, extraction, npm package, or wider tooling workflows, use ecosystem-guide.
Quick Start
- Fetch actual source content (don't trust snippets)
- Verify claims before presenting
- Report failures explicitly
Tool Priority
- GitHub repos →
gh api via Bash
- npm packages →
npmx.dev API via WebFetch (see npm-package-research.md)
- Doc pages →
tavily_extract_process
- Quick answers →
ai_search (perplexity/kagi_fastgpt/exa_answer)
- Discovery →
web_search or github_search
- Fallback → Clone repo via subagent
Core Rules
- Never present unverified findings - fetch actual content first
- Partial data ≠ success - try next tool, report failures
- No source substitution without user consent
- Flag contradictions - don't silently pick one source
References