← Back to Skills Marketplace
Volc Docs
by
jinsun-fiver
· GitHub ↗
· v1.0.3
· MIT-0
817
Downloads
2
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install volc-docs
Description
火山引擎官方文档查询工具,支持文档检索和全文获取。涵盖火山引擎全部产品、开发者工具、服务支持、最佳实践,包括产品介绍、使用、计费、部署、故障排查、API、SDK、服务条款/协议等全流程。任何涉及火山引擎产品咨询、使用问题、文档查询的需求都优先调用本技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volc-docs - After installation, invoke the skill by name or use
/volc-docs - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Volc Docs?
火山引擎官方文档查询工具,支持文档检索和全文获取。涵盖火山引擎全部产品、开发者工具、服务支持、最佳实践,包括产品介绍、使用、计费、部署、故障排查、API、SDK、服务条款/协议等全流程。任何涉及火山引擎产品咨询、使用问题、文档查询的需求都优先调用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 817 downloads so far.
How do I install Volc Docs?
Run "/install volc-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volc Docs free?
Yes, Volc Docs is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volc Docs support?
Volc Docs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volc Docs?
It is built and maintained by jinsun-fiver (@jinsun-fiver); the current version is v1.0.3.
More Skills