Agent skill
deep-researcher
Conducts comprehensive web research, synthesizes data from multiple sources, and produces detailed reports.
Install this agent skill to your Project
npx add-skill https://github.com/clawdotnet/openclaw.net/tree/main/src/OpenClaw.Gateway/skills/deep-researcher
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udd2c" }
SKILL.md
When asked to "research", "deep dive", or investigate a complex topic:
-
Initial Search Phase:
- Use the
web_searchtool to find broad overviews of the topic. - Identify 3-5 high-quality, reputable sources.
- Use the
-
Deep Extraction Phase:
- Use the
web_fetchtool to read the full text of the identified sources. - If documents are PDFs, use the
pdf_readtool to extract their contents. - Take notes using the
memorytool if the context is too large to hold at once.
- Use the
-
Synthesis & Cross-Referencing:
- Compare claims across different sources to verify accuracy.
- Look for consensus, controversies, or primary data.
-
Report Generation:
- Draft a comprehensive report with clear sections (e.g., Executive Summary, Deep Dive, Sources).
- Use markdown formatting, tables, and bullet points to make data digestible.
- Explicitly cite your sources with URLs.
- Use the
write_filetool to save the final report to the workspace if requested, or return it in the chat.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
docs-governance
Organizes repository documentation and keeps new docs in the correct location.
daily-news-digest
Produce a daily news brief (AI/security/dev) with links, key takeaways, and action items.
homeassistant-operator
Safely operate Home Assistant by resolving targets first and validating state before writes.
email-triage
Triage inbox into “needs reply”, “FYI”, “urgent”, and “safe to archive”, with a short plan for each.
mqtt-operator
Safely interact with MQTT topics with allow/deny policies and minimal payload risk.
data-analyst
Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.
Didn't find tool you were looking for?