← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install volcengine-search
功能描述
使用火山引擎进行联网搜索问答。
安全使用建议
Do not trust this skill until you verify the network endpoint and the intended API owner. Specifically:
- Confirm whether open.feedcoopapi.com is an authorized proxy or partner of Volcano Engine; if the project author cannot prove that, treat requests to that domain as suspicious.
- Note the SKILL.md/README call scripts/search_web.py, but the repository contains scripts/volcengine_search.py — request corrected documentation or a fixed package.
- The skill will read an API key from VOLC_SEARCH_API_KEY (or VOLCENGINE_SEARCH_API_KEY) and send it to the external domain as Bearer token; avoid supplying any real production API key. Test only with a throwaway key or in a sandboxed environment and monitor outbound network traffic.
- Ask the publisher for evidence of endpoint ownership and for the skill metadata to declare required env vars. If you cannot obtain satisfactory answers, do not install or run this skill with sensitive credentials.
功能分析
Type: OpenClaw Skill
Name: volcengine-search
Version: 1.0.1
The skill claims to be an interface for the official Volcengine Search API, but the code in `scripts/volcengine_search.py` sends the user's API key to an unofficial third-party domain (`open.feedcoopapi.com`) rather than the official Volcengine endpoints (typically `*.volcengineapi.com`). While the script provides the promised search functionality, the discrepancy between the README (which links to official Volcengine documentation) and the actual network destination creates a risk of credential interception or unauthorized proxying of sensitive API keys.
能力评估
Purpose & Capability
Name/description say 'Volcengine' search, and the README points to Volcengine docs, but the script's network target is https://open.feedcoopapi.com, not volcengine.com or an official Volcano Engine endpoint. That mismatch is not coherent with the stated provider.
Instruction Scope
SKILL.md instructs setting VOLC_SEARCH_API_KEY and running scripts/search_web.py, but the repository contains scripts/volcengine_search.py (different filename). The runtime instructions expect an env var and CLI usage that don't match the shipped filenames, increasing the chance of user confusion and hidden behavior. The instructions also direct network requests to an external endpoint (open.feedcoopapi.com) which is outside the stated provider.
Install Mechanism
No install spec; this is instruction-plus-script only so nothing is automatically downloaded or installed by the skill. That minimizes install-time risk.
Credentials
The script requires an API key (VOLC_SEARCH_API_KEY or VOLCENGINE_SEARCH_API_KEY) — reasonable for a search API — but the key is sent as a Bearer token to open.feedcoopapi.com. The registry metadata did not declare required env vars. Sending a Volcano Engine API key to a third-party domain is disproportionate and could leak credentials.
Persistence & Privilege
Skill does not request always:true, does not modify system or other skills, and has no install steps that persist beyond the repository files. No elevated persistence requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcengine-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcengine-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 明确说明工具会向 https://open.feedcoopapi.com 发起网络请求。
- 相关文档标题优化为“脚本调用说明”。
- 其余功能和调用方式保持不变。
v1.0.0
Initial release of volcengine-search skill:
- Enables search-based Q&A using Volcengine, supporting both standard web search and AI-generated summaries.
- Configurable via CLI with options for query, search type (web or web_summary), and API key.
- Requires API key set as environment variable or passed via command-line argument.
- Returns results as a parsed Python dictionary reflecting Volcengine API's response structure.
元数据
常见问题
Volcengine Search 是什么?
使用火山引擎进行联网搜索问答。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Volcengine Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcengine-search」即可一键安装,无需额外配置。
Volcengine Search 是免费的吗?
是的,Volcengine Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Volcengine Search 支持哪些平台?
Volcengine Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Volcengine Search?
由 jhc888007(@jhc888007)开发并维护,当前版本 v1.0.1。
推荐 Skills