Deep Research Agent
/install deep-research-engine
Deep Research Agent
When to Use
Trigger this skill when the user asks for:
- 深度研究 / deep research on any topic
- Comprehensive topic analysis with citations
- Literature review or academic research
- "Research [X]" where a thorough, multi-source report is needed
- Comparison reports (products, technologies, methodologies)
- Market research or competitive analysis
NOT for quick lookups — use web_search for simple questions.
Prerequisites
- Tavily API key (free): https://tavily.com/
- LLM API key: Anthropic, Google, or OpenAI
Set environment variables before first use:
export TAVILY_API_KEY="your_key"
export ANTHROPIC_API_KEY="your_key" # or GOOGLE_API_KEY / OPENAI_API_KEY
Workflow
When triggered, follow this deep research process:
Phase 1: Plan 📋
- Analyze the research question
- Break it down into 2-5 focused sub-topics
- Create a research plan with specific tasks
Phase 2: Search 🔍
- For each sub-topic, use
web_searchtool to discover key information - Use
web_fetchto read important pages in full - Take notes on key findings from each source
- If a sub-topic yields insufficient info, refine search queries
Phase 3: Synthesize 📝
- Consolidate findings from all sources
- Identify contradictions or gaps
- Form evidence-based conclusions
- Generate inline citations for all claims
Phase 4: Report 📄
Output a structured report with:
- Executive Summary — Key findings at a glance
- Background — Context and definitions
- Detailed Analysis — Evidence-backed exploration
- Comparison/Insights (if applicable)
- Conclusion — Actionable takeaways
- Sources — Numbered list of all references (inline
[1],[2], etc.)
Alternative: Python Backend
For truly deep research (autonomous multi-hour sessions with Tavily), use the bundled Python script:
cd deep-research-agent/backend
pip install -r requirements.txt
python agent.py "Research topic here"
This spawns sub-agents for parallel research and writes /final_report.md.
Prompt Template (Substitute & Execute)
For quick in-session deep research (no backend needed), follow this prompt structure:
Perform deep research on: "{user_query}"
Research Guidelines:
1. Use web_search with at least 3 different query variations
2. Read at least 5 sources thoroughly via web_fetch
3. Cross-reference claims across sources
4. Cite inline with [1], [2], etc.
5. Note confidence levels for uncertain claims
6. Write a comprehensive report with sections
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deep-research-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/deep-research-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Deep Research Agent 是什么?
Autonomous deep research agent with multi-step web search, sub-agent delegation, and structured report generation. Triggered by requests for deep research, 深... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Deep Research Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deep-research-engine」即可一键安装,无需额外配置。
Deep Research Agent 是免费的吗?
是的,Deep Research Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deep Research Agent 支持哪些平台?
Deep Research Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deep Research Agent?
由 lingchenheiye(@lingchenheiye)开发并维护,当前版本 v0.1.0。