← Back to Skills Marketplace
170
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install volcengine-video-studio
Description
Production-ready Volcengine/ARK video generation for prompt-to-video, image-to-video, and draft-video refinement. Use when users want a hands-on skill that c...
Usage Guidance
This skill is internally consistent with a Volcengine/ARK video runner, but note the following before installing: (1) You must provide a Volcengine/ARK API key and endpoint (the README lists these), even though the registry metadata omitted them. (2) The script will read local image/video files, base64-encode them, and send them to the remote API — only use with media you are comfortable uploading. (3) The code will also download generated outputs to ~/Desktop/volcengine-videos by default; set --download-dir if you prefer a different location. (4) The script will fall back to OPENAI_API_KEY/OPENAI_BASE_URL environment names if Volcengine vars are not set — avoid having unrelated keys in your environment if you don't want them reused. If you require higher assurance, request the full untruncated script for review and confirm the exact network endpoints the tool will call.
Capability Analysis
Type: OpenClaw Skill
Name: volcengine-video-studio
Version: 0.1.4
The volcengine-video-studio skill is a legitimate tool designed to interface with the Volcengine/ARK video generation API. The primary script, `scripts/generate_video.py`, facilitates submitting video tasks, polling for completion, and downloading the resulting files to a local directory. The code uses standard Python libraries (urllib, pathlib) and follows expected patterns for API interaction, including the use of environment variables for authentication. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description match the included script and instructions: the skill submits video generation tasks to a Volcengine/ARK API, polls status, inspects payloads, and downloads outputs. Requiring an API key and endpoint is proportional to the stated purpose.
Instruction Scope
SKILL.md and the script explicitly read local media files (encode as data: URLs), assemble request payloads, post to the declared endpoints, poll for task status, and download resulting files to a local directory. These actions are expected for a real video-generation runner but do mean local files and prompts will be transmitted to the remote service and downloaded into ~/Desktop/volcengine-videos by default. The skill does not attempt to read unrelated system files or other credentials.
Install Mechanism
There is no install spec; this is instruction + bundled script only. Nothing is downloaded from external URLs at install time and no archives are extracted.
Credentials
The script legitimately needs an API key and endpoint (VOLCENGINE_API_KEY/ARK_API_KEY and VOLCENGINE_VIDEO_ENDPOINT / ARK_BASE_URL). However, the registry metadata lists no required env vars while SKILL.md and the script do — this mismatch is noteworthy. The script also falls back to OPENAI_API_KEY / OPENAI_BASE_URL as alternative env names, which is unusual but seems intended as convenience/fallback; verify you want that behavior before supplying an OpenAI key in a shared environment.
Persistence & Privilege
always is false; the skill does not request persistent presence or modify other skills. It runs as a user-invoked script and can be called autonomously by the agent (normal default) but it does not ask for elevated system privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install volcengine-video-studio - After installation, invoke the skill by name or use
/volcengine-video-studio - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.4
Add bilingual Chinese public description and positioning copy.
v0.1.3
Add market-facing positioning, clearer product-style value props, and registry tags for discovery.
v0.1.2
Polish ClawHub positioning, make examples runtime-driven, and clarify the three execution paths plus model choices.
v0.1.1
Clarify runtime prompt usage, keep two supported video models, and default to doubao-seedance-1-0-pro-fast-251015.
v0.1.0
Initial release of volcengine-video-studio.
- Enables executable workflows for Volcengine/ARK video generation APIs, including text-to-video, image-to-video, and draft-to-final video tasks.
- Script handles automatic task submission, result polling, file download, and direct task inspection.
- Supports local and remote media inputs via command line options.
- Provides a robust set of controls (ratio, duration, seed, etc.) and troubleshooting documentation.
- Environment-based configuration for API credentials, model selection, and endpoints.
Metadata
Frequently Asked Questions
What is Volcengine Video Studio?
Production-ready Volcengine/ARK video generation for prompt-to-video, image-to-video, and draft-video refinement. Use when users want a hands-on skill that c... It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install Volcengine Video Studio?
Run "/install volcengine-video-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Volcengine Video Studio free?
Yes, Volcengine Video Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Volcengine Video Studio support?
Volcengine Video Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Volcengine Video Studio?
It is built and maintained by Koi (@jinhuadeng); the current version is v0.1.4.
More Skills