← 返回 Skills 市场
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install verified-research
功能描述
执行多源核实的深入研究,拆解复杂问题,优先采集高可信度来源,核实信息时效性并生成结构化报告,支持三天缓存。
安全使用建议
This skill is broadly coherent with its stated purpose (multi-source research), but it has a few important discrepancies you should consider before installing:
- The scripts write summaries into /root/.openclaw/workspace/MEMORY.md automatically during cleanup. That means research summaries will be appended to the agent's global memory without an extra consent step; if you do not want your research summaries persisted globally, do not install or edit the scripts to disable that behavior.
- The metadata declares no required binaries or config paths, but the scripts require Python 3 and common CLI tools (md5sum, stat, sed, xxd, tail, etc.) and expect the workspace path /root/.openclaw/workspace to exist. Consider adding these as declared requirements or run in an environment where these are available.
- cleanup.sh deletes cached research directories after archiving the summary. If you want to keep full reports, explicitly copy them to your workspace before the 3-day window expires.
- If you plan to use this skill in a multi-tenant or sensitive environment, review/modify the scripts to: (a) prompt before writing to global MEMORY.md, (b) avoid hard-coded /root paths, and (c) explicitly declare runtime dependencies in the skill metadata.
- Suggested mitigations: run the skill in a sandboxed agent instance first, inspect/modify the code to change the MEMORY.md write behavior or target a user-controlled path, and confirm Python 3 is available. If these points are acceptable or are intentionally intended behavior, the skill appears functionally coherent; otherwise treat it as suspicious and proceed with caution.
功能分析
Type: OpenClaw Skill
Name: verified-research
Version: 1.2.1
The skill implements a structured multi-source research methodology with a local caching and automated cleanup system. It uses a series of shell and Python scripts (research.sh, manifest.sh, finalize.sh, cleanup.sh) to manage research 'evidence cards' in /tmp/deep-research-cache/ and archive summaries to the workspace's MEMORY.md file. The logic is transparent, well-documented, and lacks any indicators of data exfiltration, unauthorized persistence, or malicious prompt injection.
能力评估
Purpose & Capability
The skill's name/description (deep multi-source research with 3-day cache) aligns with the provided scripts: research.sh, claim-card.sh, manifest.sh, finalize.sh, cleanup.sh implement caching, manifesting, report generation, and auto-archive. However, the skill touches /root/.openclaw/workspace/MEMORY.md (a global workspace memory), which is not declared under required config paths. Also the scripts require Python 3 and common CLI tools (md5sum, stat, sed, xxd, etc.) but the registry lists no required binaries — a mismatch between claimed requirements and actual runtime needs.
Instruction Scope
SKILL.md and the scripts instruct the agent to create per-session cache dirs under /tmp/deep-research-cache, produce reports, and schedule a 3-day cleanup. cleanup.sh will append a summary into /root/.openclaw/workspace/MEMORY.md and then delete the cached directories. This means (a) user research summaries are automatically persisted into the agent's global MEMORY.md without a separate explicit consent step at cleanup time, and (b) cached data is irreversibly deleted after the retention window. SKILL.md stated the full report is not copied to the workspace unless asked, but cleanup.sh still writes a summary to MEMORY.md — a documented contradiction that users should notice.
Install Mechanism
There is no install spec (instruction-only with shipped scripts), which minimizes supply-chain risk. The only risk is runtime: the scripts rely on Python 3 and common POSIX utilities but the skill metadata does not declare these as required binaries. No remote downloads or archive extraction are used.
Credentials
The skill declares no required environment variables or config paths, yet the scripts read/write /root/.openclaw/workspace/MEMORY.md and create /tmp/deep-research-cache/* directories. Writing into a global MEMORY.md (workspace memory) is effectively granting persistent storage access and could surface user data across sessions. No credentials are requested, which is good, but the implicit access to the agent's workspace is not disclosed in metadata.
Persistence & Privilege
always:false (normal). The skill does persist data to disk (temporary cache in /tmp) and appends summaries to the global MEMORY.md on cleanup. Cached directories are removed after the retention period. The automatic write to MEMORY.md and automatic deletion are significant behavioral privileges but are consistent with the skill's stated 3-day cache design — the concern is that this behavior is not declared in the metadata and may be unexpected to users.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install verified-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/verified-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
Republish with English summary; add 3-day research cache + auto-archive to MEMORY.md
元数据
常见问题
Verified Research 是什么?
执行多源核实的深入研究,拆解复杂问题,优先采集高可信度来源,核实信息时效性并生成结构化报告,支持三天缓存。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Verified Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install verified-research」即可一键安装,无需额外配置。
Verified Research 是免费的吗?
是的,Verified Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Verified Research 支持哪些平台?
Verified Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Verified Research?
由 ashanzzz(@ashanzzz)开发并维护,当前版本 v1.2.1。
推荐 Skills