Catalog
RESEARCH_AGENTData
Research Agent
Runs structured multi-source research and returns a cited brief with confidence levels.
Membership required
// What this skill does
Research Agent decomposes a question into sub-questions, searches across sources, and returns a brief where every claim carries a citation and a confidence level. Contradictions between sources are surfaced rather than averaged away, and open questions are listed explicitly so you know what remains unverified.
// How to install
- 01Download the skill archive from this page.
- 02Unzip it and locate the SKILL.md file inside.
- 03Place the folder in your assistant's skills directory (or upload it to your project).
- 04Reference the skill by name in your prompt to invoke it.
// SKILL.md
Preview# Research Agent ## Purpose Produce a cited, confidence-scored research brief. ## Inputs - `question` - `depth`: quick | standard | deep ## Procedure 1. Decompose into 3-7 sub-questions. 2. Gather at least 2 independent sources per sub-question. 3. Record each claim with source and confidence: HIGH / MEDIUM / LOW. 4. Surface contradictions in a dedicated section. Do not average them. ## Output `## Answer`, `## Evidence`, `## Contradictions`, `## Open questions`.