← 返回 Skills 市场
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install volcengine-web-search-online
功能描述
调用火山引擎联网搜索接口,获取 web / web_summary / image 搜索结果。使用此技能当用户需要:联网搜索、火山联网搜索、web_summary 总结、调用 /volcengine/web-search 接口、使用 Python 脚本请求并读取 summary_text / 搜索结果。Use t...
使用说明 (SKILL.md)
火山联网搜索 Skill
调用接口:
POST https://coze-js-api.devtool.uk/volcengine/web-search
执行随附的 Python 脚本来完成请求,不要在回复中内联构造 curl 命令(除非用户明确要求)。
使用场景
以下情况触发本技能:
- 用户想做联网网页搜索(
web) - 用户想要联网搜索总结(
web_summary) - 用户想做图片搜索(
image) - 用户希望直接读取聚合结果(如
summary_text、usage)
输入参数
| 参数 | 必填 | 默认值 | 说明 |
|---|---|---|---|
query |
必填 | — | 搜索词,对应接口 query/Query |
search_type |
必填 | — | 搜索类型:web / web_summary / image |
azt_api_key |
必填 | — | 平台鉴权 Key(映射为 payload 的 api_key) |
count |
可选 | 20 |
返回条数(未传走接口默认 20) |
need_summary |
可选 | 自动 | 是否需要总结;web_summary 建议为 true |
time_range |
可选 | — | 时间范围,如 OneDay/OneWeek/OneMonth/OneYear |
content_formats |
可选 | — | 正文格式:text / markdown |
industry |
可选 | — | 行业类型,如 finance / game |
query_rewrite |
可选 | false |
是否开启 Query 改写 |
说明:search_api_key 由服务端内置配置提供,Skill 侧不对用户暴露该参数。
API Key 获取方式
必须提供 azt_api_key,解析顺序如下:
- 读取环境变量
AZT_API_KEY。 - 用户在参数中直接传入。
- 如果两者均未提供,停止执行并提示:
未检测到 API Key。请前往 https://devtool.uk/plugin 购买或查看使用说明后重试。
说明:脚本对外参数使用 azt_api_key(或 AZT_API_KEY),请求接口时映射为 payload 字段 api_key。
执行方式
# 1) web 搜索
export AZT_API_KEY="your_key_here"
python3 scripts/web_search.py --query "今日最新的AI资讯" --search_type web
# 2) web_summary 总结搜索
python3 scripts/web_search.py --query "今日最新的AI资讯" --search_type web_summary --need_summary true
# 3) image 搜索
python3 scripts/web_search.py --query "北京天气" --search_type image --count 5
响应处理
- 显示请求状态(
code: 200为成功,code: -1为失败)。 search_type=web_summary时,优先输出summary_text(若存在)。- 输出
result_count、usage、search_context等关键字段。 web/image时输出结果条目(标题、链接、摘要等)。
常见失败原因:
azt_api_key无效或已过期 → 前往 https://devtool.uk/plugin 重新购买azt_api_key积分已用完 → 联系作者续费- 上游搜索 key 缺失或无权限 → 检查服务端内置配置(
VOLCENGINE_WEB_SEARCH_API_KEY) - 网络问题或服务器错误 → 稍后重试
输出格式
# 火山联网搜索结果
- 接口:POST https://coze-js-api.devtool.uk/volcengine/web-search
- 搜索词:\x3Cquery>
- 搜索类型:\x3Csearch_type>
- API Key 来源:\x3Cenv: AZT_API_KEY | 用户传入>
## 返回数据
\x3Csummary_text / web_results / image_results>
## 状态
\x3C成功/失败信息及剩余积分>
安全使用建议
Install this only if you intend to use the devtool.uk/Volcengine search service. Keep the AZT_API_KEY scoped to this service, understand that searches and the key are sent to the listed endpoint, and avoid setting the key globally if you do not want agents to use it automatically for broad web-search requests.
能力标签
能力评估
Purpose & Capability
The artifacts consistently describe a web, web_summary, and image search skill backed by a Python script that posts to the documented Volcengine search endpoint.
Instruction Scope
Invocation language is broad for general online search and lacks negative examples, so agents may choose it for ordinary web-search requests; however, that behavior matches the stated purpose and is disclosed.
Install Mechanism
The package contains only SKILL.md and a Python helper script; there are no install hooks, package lifecycle scripts, or dependency-install commands beyond telling the user that requests is required.
Credentials
It uses network access and an AZT_API_KEY credential, and sends the query plus key to coze-js-api.devtool.uk; this is proportionate for a credentialed search API but users should expect third-party disclosure and possible paid usage.
Persistence & Privilege
No file writes, background workers, privilege escalation, scheduled tasks, local indexing, or persistence mechanisms were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcengine-web-search-online - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcengine-web-search-online触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of volcengine-web-search skill for web, summary, and image search using Volcengine API.
- Requires query, search_type, and azt_api_key; supports additional optional parameters.
- Provides API key fallback logic: checks environment variable, then user input, with clear error messaging if missing.
- Executes Python scripts for API requests and summarizes or displays web/image search results.
- Outputs request status, summary text, result counts, and other key response fields in a structured format.
元数据
常见问题
Volcengine Web Search 是什么?
调用火山引擎联网搜索接口,获取 web / web_summary / image 搜索结果。使用此技能当用户需要:联网搜索、火山联网搜索、web_summary 总结、调用 /volcengine/web-search 接口、使用 Python 脚本请求并读取 summary_text / 搜索结果。Use t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Volcengine Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcengine-web-search-online」即可一键安装,无需额外配置。
Volcengine Web Search 是免费的吗?
是的,Volcengine Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Volcengine Web Search 支持哪些平台?
Volcengine Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Volcengine Web Search?
由 kyris wu(@kyriswu)开发并维护,当前版本 v1.0.0。
推荐 Skills