← 返回 Skills 市场
volcengine-web-search
作者
volcengine_skills
· GitHub ↗
· v1.0.0
871
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install volcengine-web-search
功能描述
Using volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content.
安全使用建议
Before installing: review the scripts/web_search.py source to confirm exactly what it sends/receives and whether it logs or transmits any local data. Do not supply your VOLCENGINE_ACCESS_KEY/SECRET_KEY unless you trust the source; prefer creating a least-privilege API key for testing. Ask the publisher why the registry metadata omits required env vars and why the skill will use VeFaaS IAM credentials. If you want the model to require explicit permission before running networked code, set disableModelInvocation: true or avoid installing skills that can auto-run code with your credentials. If unsure, run the script in a sandboxed environment (isolated VM or container) and inspect network traffic first.
功能分析
Type: OpenClaw Skill
Name: volcengine-web-search
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for using the `web_search.py` script without any prompt injection attempts. The `web_search.py` script legitimately retrieves Volcengine API credentials from environment variables or VeFaaS IAM, and then makes a standard API call to `mercury.volcengineapi.com` for web search, passing the user query as data within a JSON payload. There is no evidence of malicious execution, data exfiltration to unauthorized endpoints, or other harmful behaviors.
能力评估
Purpose & Capability
The skill name/description (volcengine web search) matches the included script that likely calls Volcengine's web search API. Requesting VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY is reasonable for that purpose, but the registry metadata lists no required environment variables—an inconsistency that should be explained.
Instruction Scope
SKILL.md instructs the agent to run python scripts/web_search.py and explicitly says the script will read VOLCENGINE env vars or use VeFaaS IAM temporary credentials. That means the skill will access cloud credentials and make network calls. The instructions do not show any safeguards or state what data is sent/returned beyond a summary list; reliance on platform IAM creds (VeFaaS) is unexpected and broadens scope.
Install Mechanism
No install spec (instruction-only) — lowest installer risk. However the skill includes an executable script that will be run from disk; this is low-risk in terms of installation but means you must review the script before executing it.
Credentials
The runtime docs declare that the script will read VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY and may use VeFaaS IAM temporary credentials, yet the skill metadata declares no required env vars or primary credential. Asking for cloud credentials is proportionate to web-search functionality, but the omission in metadata and the automatic use of platform IAM credentials are problematic and could grant broader access than the user expects.
Persistence & Privilege
The skill is not marked 'always' and no install is required, but disableModelInvocation is not set, so the model could invoke the skill autonomously if enabled. Combined with credential access, that allows the agent to perform networked searches without an explicit user prompt—consider whether you want that behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcengine-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcengine-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of volcengine-web-search skill.
- Allows users to quickly search the web via the volcengine web_search.py script.
- Returns a summary list (up to 5 items) based strictly on web search results.
- Requires VOLCENGINE credentials or uses VeFaaS IAM temporary credentials if not set.
- Simple script execution for clear and specific queries.
元数据
常见问题
volcengine-web-search 是什么?
Using volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 871 次。
如何安装 volcengine-web-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcengine-web-search」即可一键安装,无需额外配置。
volcengine-web-search 是免费的吗?
是的,volcengine-web-search 完全免费(开源免费),可自由下载、安装和使用。
volcengine-web-search 支持哪些平台?
volcengine-web-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 volcengine-web-search?
由 volcengine_skills(@warm-wm)开发并维护,当前版本 v1.0.0。
推荐 Skills