← Back to Skills Marketplace
351
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install volcengine-video
Description
通过自然语言调用火山引擎API生成AI视频或查询视频生成任务状态和结果。
Usage Guidance
This skill appears to do what it claims: sign requests and call VolcEngine's video APIs. Before installing: (1) Provide the VolcEngine keys only in a dedicated, limited-permission account and store them in the local config.json (or set the VOLCENGINE_* env vars) — do not reuse high-privilege credentials. (2) Be aware the skill will make network calls to https://visual.volcengineapi.com and will send your prompt and API keys as part of authenticated requests. (3) Ensure the runtime environment has Python and the 'requests' package available; no dependency is declared automatically. (4) Note minor inconsistencies: SKILL.md documents config.json keys named access_key/secret_key, but the script also checks environment variables named VOLCENGINE_ACCESS_KEY/VOLCENGINE_SECRET_KEY; README includes a developer-specific absolute path. If these issues worry you, request the publisher to (a) declare required env vars in the metadata, (b) document all credential sources, and (c) add an explicit dependency list or install steps. Finally, only install if you trust the source of these scripts and are comfortable storing API keys locally or as env vars.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-video
Version: 1.0.1
The skill bundle is a legitimate integration for VolcEngine's AI video generation service. The Python scripts (volcengine_video.py and query_task.py) implement standard HMAC-SHA256 V4 request signing to communicate securely with the official VolcEngine API endpoint (visual.volcengineapi.com). No evidence of data exfiltration, unauthorized command execution, or malicious prompt injection was found; the code logic is transparent and aligns with the stated purpose of generating and querying video tasks.
Capability Assessment
Purpose & Capability
Name and description match the included scripts: both scripts implement V4 signing and call visual.volcengineapi.com to submit video-generation tasks and query results. Nothing in the code attempts to access unrelated cloud providers or unrelated system services.
Instruction Scope
SKILL.md and README describe storing API keys in config.json and invoking generation/query operations. The runtime instructions and code stick to that purpose. The README contains a hard-coded example config path on a Windows developer machine (developer-only artifact) but the scripts use a relative config.json path, not that absolute path.
Install Mechanism
This is instruction-only (no install spec), so nothing is fetched or written at install time. The Python scripts require the 'requests' library at runtime but no dependency is declared in the skill metadata; that may cause runtime failures if 'requests' is not present in the agent environment.
Credentials
The skill legitimately requires VolcEngine credentials (access_key/secret_key). SKILL.md documents storing them in config.json. However, the code also attempts to read environment variables VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY (in volcengine_video.py) even though these env var names are not documented in SKILL.md or declared in the registry metadata. The registry lists no required env vars/primary credential — this is an omission but not evidence of malicious intent.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or global agent settings. It simply reads a local config file or environment variables and issues HTTP requests to VolcEngine.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-video - After installation, invoke the skill by name or use
/volcengine-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Enabled
已启用
v1.0.0
VolcEngine Video Skill 1.0.0 – Initial Release
- Enables users to generate AI videos via 火山引擎 using natural language prompts.
- Supports querying the status and results of video generation tasks.
- Triggers on keywords such as “生成视频”, “AI视频”, and task status inquiries.
- Requires API credentials configuration in config.json.
- Implements 火山引擎 V4 signature authentication and CVSync2Async interfaces.
Metadata
Frequently Asked Questions
What is volcengine-video?
通过自然语言调用火山引擎API生成AI视频或查询视频生成任务状态和结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install volcengine-video?
Run "/install volcengine-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is volcengine-video free?
Yes, volcengine-video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does volcengine-video support?
volcengine-video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created volcengine-video?
It is built and maintained by ZzBpaq123 (@zzbpaq123); the current version is v1.0.1.
More Skills