← Back to Skills Marketplace
228
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install volcengine-sdk-generator
Description
Generate complete, runnable Volcengine SDK code and provide SDK configuration guidance. Supports Go, Python, PHP, Java, and Node.js. Trigger this skill whene...
Usage Guidance
This skill appears coherent and focused on producing Volcengine SDK code and configuration guidance. Before using: (1) Do not paste long‑lived AK/SK credentials into chat — prefer temporary STS tokens or OIDC; (2) review any generated code before running it, especially examples that disable SSL verification, set HTTP proxies, or change endpoints; (3) the skill will call Volcengine's API Explorer endpoints (network requests to api.volcengine.com) to look up service/actions — ensure this behavior is acceptable in your environment; (4) if you want the skill to include credentials in generated examples, explicitly provide them (prefer temporary/test values) and avoid supplying production secrets. No suspicious or unrelated access patterns were detected.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-sdk-generator
Version: 1.0.3
The volcengine-sdk-generator skill bundle is a legitimate tool designed to assist users in generating Volcengine SDK code. It follows a well-defined workflow that queries official Volcengine API Explorer endpoints (api.volcengine.com) for metadata and utilizes comprehensive reference files for language-specific configurations. The instructions prioritize security best practices, such as retrieving credentials from environment variables rather than hardcoding them, and the generated code snippets align with official Volcengine documentation. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found across the SKILL.md or the reference files.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md explains how to map a user request to a Volcengine service/action and generate SDK code in Go/Python/PHP/Java/Node. It requires no unrelated binaries, credentials, or config paths — everything requested (calling Volcengine API Explorer, producing SDK config examples) is proportional to the stated purpose.
Instruction Scope
Runtime instructions are focused: parse user intent, look up service/version/action via Volcengine's API Explorer, and generate code and configuration guidance. The SKILL.md includes many example snippets that reference environment variables and token-file patterns (AK/SK, STS, OIDC file path), but the skill does not instruct the agent to automatically read host environment variables or files. Recommendation: the agent should prompt the user for any credentials or file paths rather than scavenging them from the host environment.
Install Mechanism
This is an instruction-only skill with no install specification and no code files executed on the host. That minimizes on-disk installation risk.
Credentials
The skill declares no required environment variables or secrets. Example code uses typical Volcengine env var names (VOLCENGINE_ACCESS_KEY, VOLCSTACK_*, session token, proxy vars). These are expected for SDK integration, but the skill does not require them. Users should avoid pasting long-lived credentials into prompts and prefer temporary STS/OIDC where possible.
Persistence & Privilege
always is false and the skill requests no config paths or system changes. It does not request permanent presence or system-level privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-sdk-generator - After installation, invoke the skill by name or use
/volcengine-sdk-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Volcengine SDK Code Generator initial release.
- Generate complete, runnable Volcengine SDK code for Go, Python, PHP, Java, and Node.js, based on natural language descriptions.
- Provide guidance on Volcengine SDK configuration, including authentication, retry, timeout, proxy, connection pooling, SSL, debug, and error handling.
- Automatically identify correct API operations by querying Volcengine’s official API metadata to ensure code accuracy.
- Hand off API spec queries to volcengine-api skill, and CLI use cases to volcengine-cli skill.
- Supports both Chinese and English in user prompts.
Metadata
Frequently Asked Questions
What is Volcengine SDK Generator?
Generate complete, runnable Volcengine SDK code and provide SDK configuration guidance. Supports Go, Python, PHP, Java, and Node.js. Trigger this skill whene... It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.
How do I install Volcengine SDK Generator?
Run "/install volcengine-sdk-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine SDK Generator free?
Yes, Volcengine SDK Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine SDK Generator support?
Volcengine SDK Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine SDK Generator?
It is built and maintained by sdk-team (@volc-sdk-team); the current version is v1.0.3.
More Skills