An automated workflow for generating high-quality AI videos using Volcengine APIs with built-in task polling and reliability management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install volcengine-ai-video-generation
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install volcengine-ai-video-generation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Volcengine AI Video Generation is a technical skill designed to streamline the production of AI-generated visual content within an agentic environment. By leveraging Openclaw Skills, this tool enables developers to submit complex video jobs, including text-to-video and image-to-video prompts, while managing the asynchronous nature of cloud-based rendering.
The skill focuses on deterministic execution, ensuring that every generation task is tracked from submission to completion. It provides a robust framework for handling parameters like resolution, frame rates, and stylistic constraints, making it an essential component for anyone building automated media pipelines with Openclaw Skills.
To integrate this capability into your project, install it via the Openclaw Skills manager:
openclaw install volcengine-ai-video-generation
Ensure your Volcengine API credentials are set as environment variables:
export VOLCENGINE_ACCESS_KEY="your_access_key"
export VOLCENGINE_SECRET_KEY="your_secret_key"
The skill manages video generation data through a structured metadata format to ensure consistency across Openclaw Skills integrations:
| Property | Description | Format |
|---|---|---|
task_id |
Unique identifier for the Volcengine job | String |
mode |
Generation type (text-to-video or image-to-video) | Enum |
parameters |
Objects containing FPS, resolution, and style | JSON |
status |
Current lifecycle state (polling, completed, failed) | String |
output_path |
The final URL or local path of the generated video | URL/String |
Loading
A robust integration for performing text generation and chat completion tasks using the Volcengine ARK platform.

A specialized RAG workflow for implementing retrieval-first answering and high-precision document indexing on the Volcengine AI stack.

An intelligent routing tool that discovers Volcengine AI model capabilities and maps user requirements to the most effective endpoints.

A structured workflow for generating, refining, and iterating high-quality images using Volcengine AI services and deterministic parameter controls.

A professional automation skill for managing Volcengine Elastic Compute Service (ECS) instances, inventory, and lifecycle operations.

A professional toolkit for building and operating Volcengine Function Compute workloads with automated deployment and troubleshooting.








































