Research Assistant Deep
/install research-assistant-deep
Research Assistant
Structured multi-source research with citation tracking and synthesis.
When to Use
- Multi-step investigation across 3+ sources
- Comparative analysis requiring side-by-side findings
- Reports needing citations and source attribution
- Topic exploration where depth matters more than speed
Workflow
1. Scope
Clarify the research question. Break broad topics into 2-5 sub-questions. Define the output format upfront (brief, detailed, table, report).
2. Search
Run 2-3 parallel web_search calls with varied query phrasing per sub-question. Use freshness and country filters when recency or region matters.
3. Fetch & Extract
For each promising result, use web_fetch with extractMode: "markdown" and maxChars: 8000. Skip paywalled or low-value pages quickly.
4. Synthesize
Cross-reference findings across sources. Flag contradictions explicitly. Assign confidence levels:
| Level | Meaning |
|---|---|
| High | 3+ independent sources agree |
| Medium | 2 sources or 1 authoritative source |
| Low | Single unverified source |
5. Cite & Deliver
Every factual claim gets a source line: [N] Source Title — URL
Output format:
## [Topic]
### Key Findings
- Finding 1 [1]
- Finding 2 [2,3]
### Contradictions
- Source A says X [1], Source B says Y [2]
### Sources
[1] Title — https://...
[2] Title — https://...
Tips
- Vary queries: rephrase, use synonyms, add site: filters
- Go deep on one source before moving on: don't skim 20 pages
- Track dead ends: note queries that returned nothing to avoid repeating
- Set maxChars conservatively: 4000-8000 per fetch; increase only if needed
- Parallelize searches, serialize fetches (respect rate limits)
Advanced Patterns
For multi-phase research, see references/deep-dive.md.
For automated source credibility scoring, see scripts/credibility.py.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install research-assistant-deep - After installation, invoke the skill by name or use
/research-assistant-deep - Provide required inputs per the skill's parameter spec and get structured output
What is Research Assistant Deep?
Deep research and synthesis assistant. Use when you need to investigate a topic across multiple sources, compare findings, produce structured research report... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install Research Assistant Deep?
Run "/install research-assistant-deep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Research Assistant Deep free?
Yes, Research Assistant Deep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Research Assistant Deep support?
Research Assistant Deep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Research Assistant Deep?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.