video-gen
Generate videos using Tencent Cloud VOD AIGC models (Kling, Vidu, Hailuo, etc.). Updated with full API support.
Why use this skill?
Master video generation with the OpenClaw video-gen skill. Support for Kling, Hailuo, and Vidu models for high-quality T2V and I2V automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/video-genWhat This Skill Does
The video-gen skill provides a robust interface for the Tencent Cloud VOD AIGC API, enabling OpenClaw agents to generate high-fidelity videos from text or static images. Whether you are creating cinematic B-roll, visual content for marketing, or experimenting with advanced generative models like Kling, Hailuo, or Vidu, this skill abstracts the complex API requests into simple command-line arguments. It handles model versioning, aspect ratios, resolutions, and advanced image-to-video transitions, making it an essential tool for automated content pipelines.
Installation
To integrate this skill into your environment, ensure you have the OpenClaw CLI installed. Execute the following command in your project terminal:
clawhub install openclaw/skills/skills/autogame-17/video-gen
After installation, configure your Tencent Cloud credentials in your environment file (.env) using the keys: VITE_VOD_SECRET_ID, VITE_VOD_SECRET_KEY, and VITE_VOD_SUB_APP_ID. Failure to set these will prevent the skill from authenticating with the cloud provider.
Use Cases
- Marketing & Ad Creative: Rapidly iterate through visual concepts by converting brand assets into dynamic 16:9 or 9:16 promotional videos.
- Content Automation: Integrate with Feishu or other messaging platforms to push automated render progress updates to your team using the --chat-id flag.
- Storyboard Animation: Use the Image-to-Video functionality combined with start and end frames to create smooth, professional morphing sequences for project mockups.
Example Prompts
- "Generate a 1080P video of a bustling Tokyo street at midnight using Kling 2.5, and post the progress to my project chat."
- "Take this image [https://site.com/hero.jpg] and animate the character walking across the screen using Hailuo 2.3 at 16:9 ratio."
- "Create a smooth transformation from this desert sunset image to a snowy mountain range scene using Kling 2.1 start and end frames."
Tips & Limitations
- Resource Management: Ensure you check your cloud provider's quotas, as high-resolution (4K) generation with top-tier models like Kling o1 can consume significant API credits.
- Prompt Engineering: While the
--enhanceflag is available, providing descriptive, detailed prompts about lighting, motion, and subject style yields significantly better results across all supported models. - Compatibility: Not every model supports all features; for example, ensure you are using the correct model version (like 2.1+) when utilizing the
--last-frameparameter for video morphing, as older versions may ignore this input.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-video-gen": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17