一键导入
veo
Generate short videos from text or image prompts using Google's Veo model. Use when the user asks to create a video, generate a clip, or animate an image.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate short videos from text or image prompts using Google's Veo model. Use when the user asks to create a video, generate a clip, or animate an image.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
| name | veo |
| description | Generate short videos from text or image prompts using Google's Veo model. Use when the user asks to create a video, generate a clip, or animate an image. |
| compatibility | Gemini CLI |
| metadata | {"version":0.1} |
This skill uses a Python script to generate videos via the Google Veo API, leveraging pre-existing code from the user's genai-googlecloud-scripts repository.
MEDIA: path that OpenClaw will automatically render in the chat.Execute the bundled Python script with the desired prompt. The script handles API authentication, initiates the generation, polls for completion, and saves the final video file.
Basic text-to-video:
python {baseDir}/scripts/generate_video.py "A capybara relaxing in a hot spring"
Image-to-video:
python {baseDir}/scripts/generate_video.py "Make this capybara swim" -i /path/to/capybara.jpg