Install
openclaw skills install deep-research-engineAutonomous deep research agent with multi-step web search, sub-agent delegation, and structured report generation. Triggered by requests for deep research, 深度研究, literature review, or comprehensive topic analysis.
openclaw skills install deep-research-engineTrigger this skill when the user asks for:
NOT for quick lookups — use web_search for simple questions.
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
When triggered, follow this deep research process:
web_search tool to discover key informationweb_fetch to read important pages in fullOutput a structured report with:
[1], [2], etc.)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.
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