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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install research-assistant-deep - 安装完成后,直接呼叫该 Skill 的名称或使用
/research-assistant-deep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 Research Assistant Deep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-assistant-deep」即可一键安装,无需额外配置。
Research Assistant Deep 是免费的吗?
是的,Research Assistant Deep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Research Assistant Deep 支持哪些平台?
Research Assistant Deep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Research Assistant Deep?
由 terrycarter1985(@terrycarter1985)开发并维护,当前版本 v1.0.0。