skills$openclaw/veo
buddyh9.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

nameveo
descriptionGenerate video using Google Veo (Veo 3.1 / Veo 3.0). OpenClaw Skills integration.
ownerbuddyh
repositorybuddyh/veo
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @buddyh/veo
last updatedFeb 7, 2026

Maintainer

buddyh

buddyh

Maintains veo in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
generate_video.py
3.3 KB
_meta.json
258 B
SKILL.md
1002 B
SKILL.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_KEY env var (preferred)
  • Or set skills."veo".env.GEMINI_API_KEY in ~/.clawdbot/clawdbot.json

Notes

  • Veo 3.1 supports higher quality and longer durations
  • Output is MP4 format
  • Use --model veo-3.1-generate-preview for 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.