← 返回 Skills 市场
147
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install research-dive
功能描述
Deep web research with multi-round search, cross-verification, and structured reports with citations. Enhances web_search and web_fetch into a full research...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install research-dive - 安装完成后,直接呼叫该 Skill 的名称或使用
/research-dive触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Deep Research 🔬?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-dive」即可一键安装,无需额外配置。
Deep Research 🔬 是免费的吗?
是的,Deep Research 🔬 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deep Research 🔬 支持哪些平台?
Deep Research 🔬 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deep Research 🔬?
由 Wen(@wyatt88)开发并维护,当前版本 v2.0.0。
推荐 Skills