9.0k★by buddyh
veo – OpenClaw Skill
veo is an OpenClaw Skills integration for coding workflows. Generate video using Google Veo (Veo 3.1 / Veo 3.0).
9.0k stars5.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding
Skill Snapshot
| name | veo |
| description | Generate video using Google Veo (Veo 3.1 / Veo 3.0). OpenClaw Skills integration. |
| owner | buddyh |
| repository | buddyh/veo |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @buddyh/veo |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
4 files
.
scripts
generate_video.py
3.3 KB_meta.json
258 BSKILL.md
1002 BSKILL.md
name: veo description: Generate video using Google Veo (Veo 3.1 / Veo 3.0).
Veo (Google Video Generation)
Generate video clips using Google's Veo API.
Generate video
uv run {baseDir}/scripts/generate_video.py --prompt "your video description" --filename "output.mp4"
Options
--duration/-d: Video duration in seconds (default: 8, max varies by model)--aspect-ratio/-a: Aspect ratio (16:9, 9:16, 1:1)--model: Veo model to use (veo-2.0-generate-001, veo-3.0-generate-001, veo-3.1-generate-preview, etc.)--api-key: Override GEMINI_API_KEY
API key
GEMINI_API_KEYenv var (preferred)- Or set
skills."veo".env.GEMINI_API_KEYin~/.clawdbot/clawdbot.json
Notes
- Veo 3.1 supports higher quality and longer durations
- Output is MP4 format
- Use
--model veo-3.1-generate-previewfor best results - Veo 3.0-fast-generate-001 is faster but lower quality
- The script prints a
MEDIA:line for Clawdbot to auto-attach on supported chat providers.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install veo?
Run openclaw add @buddyh/veo in your terminal. This installs veo into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/buddyh/veo. Review commits and README documentation before installing.
