From sundial-org-awesome-openclaw-skills-4
Generates video clips using Google Veo API. Configure prompt, duration, aspect ratio, and model. Outputs MP4 and prints MEDIA: line for attachment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:veoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate video clips using Google's Veo API.
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_KEYAPI key
GEMINI_API_KEY env var (preferred)skills."veo".env.GEMINI_API_KEY in ~/.clawdbot/clawdbot.jsonNotes
--model veo-3.1-generate-preview for best resultsMEDIA: line for Clawdbot to auto-attach on supported chat providers.npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generates and stitches short videos from text prompts via Google Veo 3.x and Gemini API. Useful for ads, product demos, and UGC-style clips.
Generates AI videos from text prompts or images using Google Veo 3.1 (paid, with audio) or free Pollinations.ai fallback. For text-to-video, animations, clips in development workflows.
Generates AI videos from text descriptions or images using Google Veo 3.1 (default) or OpenAI Sora. Supports dialogue/audio, reference images, image-to-video animation, and interactive requirement gathering.