← 返回 Skills 市场
Volc Docs
作者
jinsun-fiver
· GitHub ↗
· v1.0.3
· MIT-0
817
总下载
2
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install volc-docs
功能描述
火山引擎官方文档查询工具,支持文档检索和全文获取。涵盖火山引擎全部产品、开发者工具、服务支持、最佳实践,包括产品介绍、使用、计费、部署、故障排查、API、SDK、服务条款/协议等全流程。任何涉及火山引擎产品咨询、使用问题、文档查询的需求都优先调用本技能。
安全使用建议
This skill appears to do exactly what it claims: call a Volc Engine docs search/fetch API and return results. Before installing, consider: (1) verify the API host (docs-api.cn-beijing.volces.com) is the official Volcengine endpoint you expect, since the skill source is 'unknown'; (2) ensure the runtime has the Python 'requests' package; (3) be aware of two minor inconsistencies — SKILL.md says search default is 5 results while the script uses 10, and SKILL.md requires using a 'CleanUrl' for all links but the script only provides CleanUrl for fetch responses (search results' URLs may contain query params); if strict compliance with SKILL.md is required, request the author to patch the script to (a) align the default limit and (b) strip query parameters / add CleanUrl for search result URLs. No credentials are requested and no installers download arbitrary code, so there is no high-risk footprint beyond normal outbound network use.
功能分析
Type: OpenClaw Skill
Name: volc-docs
Version: 1.0.3
The skill is a legitimate tool for searching and retrieving Volcengine (火山引擎) official documentation. The Python script `scripts/volcengine_docs.py` implements standard API interactions with a dedicated backend (`docs-api.cn-beijing.volces.com`) using the `requests` library, and the `SKILL.md` instructions are consistent with the stated purpose without any signs of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the implementation: the script provides search and fetch against a Volc Engine docs API. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md describes search/fetch behavior and output rules. Minor inconsistencies: SKILL.md says search defaults to 5 results but the script default limit is 10; SKILL.md requires using a 'CleanUrl' (query parameters stripped) for all returned links, but the script only injects CleanUrl for fetch results, not for search results' DocList entries. Otherwise the instructions stay within the stated purpose and do not attempt to read unrelated files or env vars.
Install Mechanism
No install spec — instruction-only with a small Python helper script. No downloads or archive extraction. The script depends on the 'requests' library but does not install it itself.
Credentials
The skill requires no environment variables or credentials and only performs outbound HTTPS requests to the documented API endpoints; requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Default autonomous invocation remains the platform normal behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volc-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/volc-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Initial release of volc-docs: 火山引擎官方文档查询工具。
- Supports full-content retrieval and document search covering all Volcengine products and developer best practices.
- Answers usage, consultation, and documentation queries using search and fetch APIs.
- Always includes clean official documentation links in responses.
- Prioritizes highly relevant and complete official content in all answers.
v1.0.2
- Initial release of volc-docs, a tool for querying official Volcano Engine documentation.
- Supports document search and full content retrieval across all Volcano Engine products, developer tools, and best practices.
- Implements decision logic for optimal use of search and fetch functions based on user needs.
- Ensures all responses include relevant source links and follow strict result formatting guidelines.
v1.0.1
volc-docs 1.0.1
- No file changes detected in this release.
- All functionalities and documentation remain unchanged from the previous version.
v1.0.0
volcengine-documentation 1.0.0
- Initial release of the 火山引擎官方文档查询工具.
- Supports document search and full content retrieval across all Volcengine products and documentation categories.
- Provides explicit interface details and usage instructions for search and fetch operations.
- Enforces result handling rules: always append clean, parameter-free official documentation links as references.
- Prioritizes using API-returned content for accurate answers, with structured presentation of up to 3 top results by relevance.
元数据
常见问题
Volc Docs 是什么?
火山引擎官方文档查询工具,支持文档检索和全文获取。涵盖火山引擎全部产品、开发者工具、服务支持、最佳实践,包括产品介绍、使用、计费、部署、故障排查、API、SDK、服务条款/协议等全流程。任何涉及火山引擎产品咨询、使用问题、文档查询的需求都优先调用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 817 次。
如何安装 Volc Docs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volc-docs」即可一键安装,无需额外配置。
Volc Docs 是免费的吗?
是的,Volc Docs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Volc Docs 支持哪些平台?
Volc Docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Volc Docs?
由 jinsun-fiver(@jinsun-fiver)开发并维护,当前版本 v1.0.3。
推荐 Skills