← Back to Skills Marketplace
82
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install volcengine-ai
Description
火山引擎AI生成与理解API。让Agent能够调用火山引擎方舟的AI能力:图片生成(Seedream-5.0-lite)、视频生成(Seedance-1.5-pro)、图片理解、视频理解。使用前需配置API密钥(VOLCENGINE_API_KEY)。支持异步任务查询。
Usage Guidance
This SKILL.md appears to be an instruction-only integration for Volcengine's visual APIs, but there are several red flags you should address before using it:
- Do not copy the example API key from the README into your environment; treat it as potentially leaked or just a placeholder. Replace with your own key only after verifying the skill.
- The registry metadata did not declare VOLCENGINE_API_KEY as a required credential — confirm with the skill author or source that the skill truly needs that env var and update metadata accordingly.
- Verify the API endpoint domain and URL paths in the curl examples. The paths contain spaces (likely typos) and the hostname (ark.cn-beijing.volces.com) is unusual; confirm these point to the official Volcengine API endpoints.
- Avoid storing secrets in plaintext files like ~/.bashrc if you can; use a secrets manager or at least limit file permissions and consider session-only environment variables.
- If you need higher confidence: ask the publisher for an official homepage/source repo, corrected SKILL.md with placeholders (not real keys), and an updated registry manifest declaring VOLCENGINE_API_KEY as required. If the publisher cannot provide these, treat the skill as suspicious and avoid installing.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-ai
Version: 1.0.0
The skill bundle contains a hardcoded API key (222b33d4-f22f-4f99-b68f-0eb9150ab507) and explicitly instructs the agent in `SKILL.md` to persist this key by appending it to the user's `~/.bashrc` file. While the API endpoints for Volcengine appear legitimate, providing a pre-configured key is a significant privacy risk as it allows the key owner to monitor all data and prompts sent to the service, and modifying shell configuration files is an invasive persistence mechanism.
Capability Assessment
Purpose & Capability
Name/description and the runtime instructions consistently describe calling Volcengine/ArK visual APIs (image/video generation and understanding). However, the registry metadata declares no required env vars or primary credential while the SKILL.md clearly instructs the user to set VOLCENGINE_API_KEY — this mismatch is notable.
Instruction Scope
SKILL.md instructs exporting a specific example API key (looks like a real UUID) and even advises appending it to ~/.bashrc (persistent storage of a secret). The curl examples reference API endpoints and include paths with spaces (e.g., "visual generation") which look malformed/typos. The instructions also hardcode an example API key value rather than using a placeholder.
Install Mechanism
Instruction-only skill with no install spec or code files — minimal install risk. Nothing is written to disk by an installer because there is no installer.
Credentials
The runtime docs require a single API key (VOLCENGINE_API_KEY), which is proportionate for this API integration — but the registry metadata does not declare it, and the SKILL.md includes a concrete example key. Recommending persistence to ~/.bashrc increases risk of secret leakage. Also the domain in examples (ark.cn-beijing.volces.com) and malformed paths should be verified to ensure they point to the intended service.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not claim system-wide persistence beyond advising the user to export the API key. No other privilege escalation or modification of other skills is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-ai - After installation, invoke the skill by name or use
/volcengine-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of volcengine-ai skill.
- Supports image generation (Seedream-5.0-lite) and video generation (Seedance-1.5-pro).
- Adds image understanding and video understanding capabilities.
- Requires API key configuration before use.
- Supports asynchronous task status queries for generated content.
Metadata
Frequently Asked Questions
What is Volcengine Ai?
火山引擎AI生成与理解API。让Agent能够调用火山引擎方舟的AI能力:图片生成(Seedream-5.0-lite)、视频生成(Seedance-1.5-pro)、图片理解、视频理解。使用前需配置API密钥(VOLCENGINE_API_KEY)。支持异步任务查询。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Volcengine Ai?
Run "/install volcengine-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine Ai free?
Yes, Volcengine Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine Ai support?
Volcengine Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine Ai?
It is built and maintained by zzhimin (@zzhimin); the current version is v1.0.0.
More Skills