โ Back to Skills Marketplace
Deep Research ๐ฌ
by
Wen
ยท GitHub โ
ยท v2.0.0
ยท MIT-0
147
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install research-dive
Description
Deep web research with multi-round search, cross-verification, and structured reports with citations. Enhances web_search and web_fetch into a full research...
Usage Guidance
This skill appears coherent and implements what it claims: a planner โ search โ fetch โ report pipeline using the platform's web_search/web_fetch tools and a local Python helper. Before installing, consider: 1) It runs a bundled Python script locallyโif you want extra caution, inspect the full script (scripts/research.py) yourself or run it in a sandbox. 2) It will write temporary files and final reports by default under ~/.openclaw/workspace/research (or wherever RESEARCH_DIR points); set RESEARCH_DIR if you prefer a different location. 3) Deep mode can spawn parallel sub-agents (more autonomous activity); if you have strict limits on agent autonomy, avoid Deep or confirm platform-session policies. 4) No credentials are requested or needed. If you plan to run this on a sensitive host, either review the code line-by-line or run in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: research-dive
Version: 2.0.0
The skill bundle provides a structured multi-round research workflow using a Python script (scripts/research.py) to orchestrate search and fetch operations. It utilizes OpenClaw's built-in tools (web_search, web_fetch) and includes logic for source authority tiering and report generation. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code and instructions (SKILL.md) are entirely consistent with the stated purpose of deep research.
Capability Assessment
Purpose & Capability
Name/description match what is implemented: the script produces web_search and web_fetch tool calls, deduplicates and tiers sources, and produces a report skeleton. There are no unrelated credentials, binaries, or external services requested that would be inconsistent with a research workflow.
Instruction Scope
SKILL.md instructs the agent to run the included Python script and to execute the platform's web_search and web_fetch tools, collect JSON results, and write reports. The script itself only manipulates search/fetch data and generates report scaffolding. Points to note: the Deep mode mentions spawning sub-agents (parallel search sessions) which increases agent autonomy, and the SKILL.md expects the agent to write temp files (e.g., /tmp/search-results.json) and final reports to a research/ directory. There are no instructions to read unrelated system files or secrets.
Install Mechanism
No install spec โ instruction-only with one bundled Python script. This is low-risk compared to arbitrary downloads. The contained script is readable and does not attempt to fetch or execute additional remote code.
Credentials
The skill declares no required env vars or credentials. The script does optionally read non-secret environment variables (RESEARCH_DIR, SEARCH_COUNT, FETCH_MAX_CHARS) and defaults to a path under the user's home (~/.openclaw/workspace/research). These are not secrets but will affect where files are written; users should be aware of file creation in their home directory.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes reports to a workspace directory and temp files per the instructions but does not modify other skills or system-wide agent settings. Deep mode's spawning of sub-agents increases activity but is within the documented workflow.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install research-dive - After installation, invoke the skill by name or use
/research-dive - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0.0: Python่ๆฌๅผๆ้ๆใไธๆญฅagent-assisted็ฎก็บฟ(planโanalyzeโreport)ใๅ
็ฝฎURLๅป้ใๆฅๆบๅ็บง(Tier 1-4)ใๅๅๅคๆ ทๆงใๆ ้ๅค้จAPI key๏ผๅ
จ่ตฐOpenClawๅ
็ฝฎweb_search/web_fetchใๆฏๆBrave/Serper/Tavilyๅฏ้ๆฅๅ
ฅใ
v1.0.0
Initial release: multi-round web research with question decomposition, cross-verification, and structured reports with citations. Three depth levels (Quick/Standard/Deep), sub-agent parallel research, confidence scoring, source tier ranking, conflict detection.
Metadata
Frequently Asked Questions
What is Deep Research ๐ฌ?
Deep web research with multi-round search, cross-verification, and structured reports with citations. Enhances web_search and web_fetch into a full research... It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install Deep Research ๐ฌ?
Run "/install research-dive" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Deep Research ๐ฌ free?
Yes, Deep Research ๐ฌ is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Deep Research ๐ฌ support?
Deep Research ๐ฌ is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deep Research ๐ฌ?
It is built and maintained by Wen (@wyatt88); the current version is v2.0.0.
More Skills