veo
Generate video using Google Veo (Veo 3.1 / Veo 3.0).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/buddyh/veoWhat This Skill Does
The Veo skill for OpenClaw integrates Google's state-of-the-art Veo video generation models directly into your command-line workflow. It provides a robust interface to transform text prompts into high-quality video clips, leveraging Google's generative video technology. Whether you are using Veo 3.1 for cinematic output or Veo 3.0 for faster iteration, this skill simplifies the generation process by handling model selection, duration parameters, and aspect ratio configuration, eventually outputting the result as an MP4 file.
Installation
To begin using the Veo skill, ensure you have the OpenClaw environment properly configured. Run the following command in your terminal:
clawhub install openclaw/skills/skills/buddyh/veo
Once installed, you must provide authentication via the GEMINI_API_KEY environment variable. You can export this in your current shell session or store it persistently within your ~/.clawdbot/clawdbot.json configuration file under skills.veo.env.GEMINI_API_KEY.
Use Cases
This skill is designed for creators, developers, and researchers who need rapid video prototyping. Common use cases include:
- Generating B-roll footage for video projects.
- Creating visual assets for software demonstrations or social media content.
- Exploring generative AI capabilities for creative storytelling.
- Iterating on visual concepts rapidly without manual video editing tools.
Example Prompts
- "Generate a 10-second cinematic shot of a futuristic city with flying cars at sunset, 16:9 ratio, using the Veo 3.1 preview model."
- "Create a quick 5-second loop of a mountain landscape in 9:16 portrait mode for my social media story."
- "Make a video of a busy coffee shop in a minimalist style, keeping the quality high using the latest model."
Tips & Limitations
- Model Selection: Always prioritize
veo-3.1-generate-previewfor high-quality professional results. Useveo-3.0-fast-generate-001only when time-to-generation is the primary constraint over fidelity. - Quality Control: Remember that video generation is computationally expensive; start with shorter durations to test your prompts.
- Automation: The script automatically outputs a
MEDIA:tag; ensure your OpenClaw frontend supports automated attachment parsing to see the video directly in your chat interface. - Constraints: Max durations vary by model version; always consult the latest documentation if a generation request fails due to length limits.
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-buddyh-veo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, external-api
Related Skills
alexa-cli
Control Amazon Alexa devices and smart home via the `alexacli` CLI. Use when a user asks to speak/announce on Echo devices, control lights/thermostats/locks, send voice commands, or query Alexa.
todoist-cli
Manage Todoist tasks, projects, labels, and sections via the `todoist` CLI. Use when a user asks to add/complete/list tasks, show today's tasks, search tasks, or manage projects.
screen-narrator
Live narration of your macOS screen activity with Gemini vision + ElevenLabs speech.