← 返回 Skills 市场
355
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install volcengine-ark-web-search
功能描述
Use when you need fresh web results through Volcengine ARK Responses API, especially for today's news, recent updates, fact checks, topic monitoring, or Chin...
安全使用建议
This skill appears to do exactly what it says: call the Volcengine ARK Responses API and format results. Before installing: (1) ensure you trust Volcengine and are comfortable providing an ARK_API_KEY; (2) consider creating a scoped API key with limited permissions and rotation policy; (3) you can test the script with --dry-run to inspect the payload without network traffic; (4) note that optional environment overrides ARK_MODEL and ARK_BASE_URL exist (they are not listed as required env vars in the frontmatter) — if you want to restrict behavior, avoid setting those or review their values; (5) review the bundled script if you need guarantees about logging, retries, or timeouts. Overall the bundle is internally consistent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: volcengine-ark-web-search
Version: 0.1.2
This skill is a legitimate wrapper for the Volcengine ARK Web Search API, designed to provide fresh web results through the Doubao model ecosystem. The core script, `scripts/ark_web_search.py`, uses Python's standard library to perform authenticated POST requests to the official Volcengine endpoint (ark.cn-beijing.volces.com). The code includes robust error handling, retry logic for transient failures, and support for both streaming and non-streaming responses. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the use of environment variables for API keys is standard for this type of integration.
能力评估
Purpose & Capability
Name/description request fresh web results via Volcengine ARK and the package requires only python3 and ARK_API_KEY — both appropriate and expected for making API calls to Volcengine's Responses API.
Instruction Scope
SKILL.md and the bundled script instruct the agent to build and POST a Responses API payload to Volcengine and summarize results. The script reads ARK_API_KEY (declared) and also optionally reads ARK_MODEL and ARK_BASE_URL from environment (these two are not listed in requires.env but are harmless optional overrides). The instructions do not request unrelated files, credentials, or external endpoints beyond the documented ARK endpoint.
Install Mechanism
No install spec; this is an instruction-only/text-bundle with a single Python script that uses the standard library for HTTP. Nothing is downloaded from arbitrary URLs or written to unusual locations.
Credentials
Only ARK_API_KEY is declared as required and is the primary credential — this is proportionate. The script also optionally uses ARK_MODEL and ARK_BASE_URL environment variables (not listed in requires.env), which are convenient overrides but should be noted before deployment.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide configs. It makes network calls only to the Volcengine endpoint and behaves as a normal API client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcengine-ark-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcengine-ark-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Enhancement: stabilize default markdown output into title, summary, and sources sections, and tighten the default system prompt so layout drift is lower while JSON/raw output stays unchanged.
v0.1.1
Hotfix: automatically retry without search_context_size when ARK rejects that field, add quick retries for transient failures, and clarify timeout/help text.
v0.1.0
Initial release: Volcengine ARK Responses API web search skill with a standard-library Python runner, Chinese-first defaults, source links, explicit-date guidance, and ClawHub-ready metadata.
元数据
常见问题
Volcengine ARK Web Search 是什么?
Use when you need fresh web results through Volcengine ARK Responses API, especially for today's news, recent updates, fact checks, topic monitoring, or Chin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。
如何安装 Volcengine ARK Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcengine-ark-web-search」即可一键安装,无需额外配置。
Volcengine ARK Web Search 是免费的吗?
是的,Volcengine ARK Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Volcengine ARK Web Search 支持哪些平台?
Volcengine ARK Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Volcengine ARK Web Search?
由 HenryHou(@henry-insomniac)开发并维护,当前版本 v0.1.2。
推荐 Skills