选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install veo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install veo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/veo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: veo description: Generate video using Google Veo (Veo 3.1 / Veo 3.0). metadata: { "openclaw": { "emoji": "🎬", "requires": { "env": { "GEMINI_API_KEY": "" }, "bins": ["uv"], }, }, } ---
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
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.安装 Veo 后,可以对 AI 说这些话来触发它
Help me get started with Veo
Explains what Veo does, walks through the setup, and runs a quick demo based on your current project
Use Veo to generate video using Google Veo (Veo 3
Invokes Veo with the right parameters and returns the result directly in the conversation
What can I do with Veo in my design & creative workflow?
Lists the top use cases for Veo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/veo/ 目录(个人级,所有项目可用),或 .claude/skills/veo/(项目级)。重启 AI 客户端后,用 /veo 主动调用,或让 AI 根据上下文自动发现并使用。
Veo 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Veo 可免费安装使用。请查阅仓库了解许可证信息。
Generate video using Google Veo (Veo 3.1 / Veo 3.0).
Veo 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Veo
Identifies repetitive steps in your workflow and sets up Veo to handle them automatically