← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install volcengine-search
Description
使用火山引擎进行联网搜索问答。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-search - After installation, invoke the skill by name or use
/volcengine-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Volcengine Search?
使用火山引擎进行联网搜索问答。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Volcengine Search?
Run "/install volcengine-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine Search free?
Yes, Volcengine Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine Search support?
Volcengine Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine Search?
It is built and maintained by jhc888007 (@jhc888007); the current version is v1.0.1.
More Skills