← Back to Skills Marketplace
202
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install volcengine-api
Description
Query and answer questions about Volcengine API specifications. Trigger this skill whenever a user asks about Volcengine API parameters, error codes, request...
Usage Guidance
This skill is internally coherent: it queries Volcengine's documented API Explorer and returns API spec details, and it does not request credentials or install code. Before installing, confirm that outbound network access to api.volcengine.com is acceptable in your environment. Avoid pasting any secrets or private credentials into queries you ask the skill to process (the skill will forward user-provided query text to the public API). Also be cautious about handoffs: the SKILL.md delegates SDK/CLI work to other skills (volcengine-sdk-generator, volcengine-cli); review those skills separately before using them.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-api
Version: 1.0.1
The skill bundle is a legitimate assistant for querying Volcengine API documentation. It directs the AI agent to fetch information from official endpoints (api.volcengine.com) to answer user questions about cloud service parameters, error codes, and response structures. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; the instructions are strictly aligned with the stated purpose of API exploration.
Capability Assessment
Purpose & Capability
The name/description say it will answer questions about Volcengine API specs; the SKILL.md contains step-by-step queries to Volcengine's API Explorer endpoints (services, versions, apis, api-swagger) which is exactly what a spec-querying skill needs. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are limited to calling Volcengine API Explorer endpoints, parsing Swagger/OpenAPI responses, and returning API details (params, enums, responses, errors). The skill does not instruct reading local files, system credentials, or transmitting data to unexpected endpoints. It does reference handing off to other Volcengine-related skills for SDK/CLI tasks, which is reasonable.
Install Mechanism
There is no install spec and no code files; this is instruction-only so nothing is written to disk and no external packages are fetched during install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The API Explorer endpoints shown are queried without any declared auth; if those endpoints actually require credentials, the SKILL.md does not request them, but that is an implementation detail rather than an incoherence with the stated purpose.
Persistence & Privilege
The skill is not forced-always and does not request elevated persistence. disable-model-invocation is false (normal). It does not attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-api - After installation, invoke the skill by name or use
/volcengine-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No changes to skill functionality or logic.
v1.0.0
Initial release of volcengine-api skill.
- Enables users to query and answer questions about Volcengine API specifications, including parameters, error codes, methods, enums, required fields, and response structures.
- Provides detailed support for finding APIs, querying parameters and responses, understanding parameter dependencies, pagination, and error code explanations.
- Guides user intent recognition and progressive API information lookup using Volcengine's API Explorer endpoints.
- Supports both English and Chinese prompts.
- Directs users to appropriate related skills for SDK code generation and CLI-based operations.
Metadata
Frequently Asked Questions
What is volcengine-api?
Query and answer questions about Volcengine API specifications. Trigger this skill whenever a user asks about Volcengine API parameters, error codes, request... It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.
How do I install volcengine-api?
Run "/install volcengine-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is volcengine-api free?
Yes, volcengine-api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does volcengine-api support?
volcengine-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created volcengine-api?
It is built and maintained by sdk-team (@volc-sdk-team); the current version is v1.0.1.
More Skills