← 返回 Skills 市场
petercheng

Skill

作者 Peter Cheng · GitHub ↗ · v0.5.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opensourceclaw-researchclaw
功能描述
Open-source Deep Research framework. Autonomously searches, extracts, and synthesizes information from the web.
安全使用建议
This skill appears to do what it says: web search, extraction, and synthesis using optional LLM/search provider APIs. Before installing, verify the upstream GitHub repository and review the code for network endpoints you trust, since pip install from a GitHub URL will execute repository code locally. Confirm why OPENCLAW_API_KEY is marked as the primary required credential (is it a platform integration token?), and only provide provider API keys (BING, DEEPSEEK, GLM, etc.) if you trust those services. Because the package may pull in optional heavy dependencies, consider installing in a sandboxed virtual environment. If you need higher assurance, ask the publisher for an explanation of OPENCLAW_API_KEY usage and for a minimal install option that excludes optional servers/frameworks.
功能分析
Type: OpenClaw Skill Name: opensourceclaw-researchclaw Version: 0.5.0 The ResearchClaw skill bundle is a well-structured framework for autonomous web research and information synthesis. The code implements standard command parsing, lifecycle management, and integration with external LLM and search providers (e.g., DuckDuckGo, DeepSeek) using environment variables for API keys. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the file-writing capabilities in `interface.py` and `scripts/research.py` are consistent with the stated purpose of generating research reports.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a research/search/LLM orchestration tool and requires Python and various optional LLM/search API keys — this aligns with its purpose. Minor inconsistency: the registry metadata marks OPENCLAW_API_KEY as the required/primary credential while the code and README primarily reference provider API keys (DEEPSEEK_API_KEY, GLM_API_KEY, BING_API_KEY, etc.). That primaryEnv choice is unusual but could reflect platform integration rather than core functionality.
Instruction Scope
SKILL.md and the examples instruct normal operations (pip install, run scripts, use /research /search /llm commands). The instructions do not ask the agent to read unrelated system files or exfiltrate data. The code performs network operations (search, fetch, LLM API calls) which are appropriate for a research tool.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md recommends pip install from the GitHub repo (git+https://github.com/liantian-cn/researchclaw.git). Installing code from a GitHub repo is common but will execute arbitrary code from that repository on install — review the upstream repository before installing. requirements.txt includes optional heavy dependencies (weasyprint, fastapi/uvicorn) which are reasonable for optional features but increase surface area.
Credentials
The declared required env var is OPENCLAW_API_KEY (primaryEnv), but SKILL.md lists several provider API keys (DEEPSEEK_API_KEY, GLM_API_KEY, BING_API_KEY, etc.) as optional. The provider keys are justifiable for LLM/search integration. The mismatch between 'required' OPENCLAW_API_KEY and the provider keys used in code is a small red flag to confirm what OPENCLAW_API_KEY is used for and whether it's strictly necessary.
Persistence & Privilege
always:false and default autonomous invocation are standard. The skill creates a local cache directory and may write output files when requested, but it does not request system-wide configuration changes or access other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opensourceclaw-researchclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opensourceclaw-researchclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
researchclaw 0.5.0 changelog: - Introduces an open-source deep research framework that autonomously searches, extracts, and synthesizes information from the web. - Adds new OpenClaw commands: /research, /search, /llm, /health, and /help. - Supports configurable research depth, search engines (DuckDuckGo, Bing), output formats (markdown, html, json), and languages. - Provides standalone scripts for research, search, and LLM interaction. - Integrates multiple LLM providers and supports relevant API keys via environment variables. - Generates detailed research reports with flexible output options.
元数据
Slug opensourceclaw-researchclaw
版本 0.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill 是什么?

Open-source Deep Research framework. Autonomously searches, extracts, and synthesizes information from the web. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install opensourceclaw-researchclaw」即可一键安装,无需额外配置。

Skill 是免费的吗?

是的,Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill 支持哪些平台?

Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill?

由 Peter Cheng(@petercheng)开发并维护,当前版本 v0.5.0。

💬 留言讨论