返回顶部
s

skill-veo3-video-gen

Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
370
下载量
0
收藏
概述
安装方式
版本历史

skill-veo3-video-gen

# Veo 3 Video Generation (Gemini API) Use the bundled script to generate an MP4 from a text prompt. ## Generate (text → video) ```bash uv run {baseDir}/scripts/generate_video.py \ --prompt "A close up of ..." \ --filename "out.mp4" \ --model "veo-3.1-generate-preview" \ --aspect-ratio "9:16" \ --poll-seconds 10 ``` ## Generate a longer video by stitching segments Veo commonly outputs ~8s clips per request. Use `--segments` to generate multiple clips and concatenate them with ffmpeg. **Important:** This skill sends **one prompt per segment** (one Veo request per segment). Use `--base-style` to keep style consistent across segments. ```bash uv run {baseDir}/scripts/generate_video.py \ --prompt "Same scene, consistent style..." \ --filename "out-24s.mp4" \ --model "veo-3.1-generate-preview" \ --aspect-ratio "9:16" \ --segments 3 \ --segment-style continuation ``` Options: - `--base-style "..."`: prepended to every segment prompt (recommended). - `--segment-prompt "..."` (repeatable): provide one prompt per segment (overrides `--prompt`). - `--segment-style continuation` (default): appends continuity instructions per segment (only when using `--prompt`). - `--segment-style same`: uses the exact same prompt for each segment (only when using `--prompt`). - `--use-last-frame`: for segment >=2, extract previous segment last frame and pass it as `lastFrame` for continuity. - `--emit-segment-media`: print `MEDIA:` for each segment as it finishes (useful for progress). - `--keep-segments`: keep intermediate `*.segXX.mp4` files. - `--reference-image path.jpg` (repeatable): guide generation with product/style references. ## Requirements - `GEMINI_API_KEY` env var (or `--api-key`). - `ffmpeg` on PATH when using `--segments > 1`. ## Troubleshooting - 429/RESOURCE_EXHAUSTED: API key has no quota/billing for video. - 503/UNAVAILABLE: model overloaded; retry later. ## Rate Limits & Fallback - Veo 3.1 has per-minute quota — on 429, wait 60s and retry - Fallback to Runway Gen4 Turbo when rate-limited (use skill-runway-video-gen) - Key location: GEMINI_API_KEY env var (second key in openclaw.json) ## Rate Limits & Fallback - Veo 3.1 has per-minute quota — on 429, wait 60s and retry - Fallback to Runway Gen4 Turbo when rate-limited (use skill-runway-video-gen) - Key location: `GEMINI_API_KEY` env var

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-veo3-video-gen-1776288304 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-veo3-video-gen-1776288304 技能

通过命令行安装

skillhub install skill-veo3-video-gen-1776288304

下载 Zip 包

⬇ 下载 skill-veo3-video-gen v1.0.0

文件大小: 6.81 KB | 发布时间: 2026-4-16 18:34

v1.0.0 最新 2026-4-16 18:34
Initial release of Veo 3 Video Generation skill.

- Generate short MP4 video clips from text prompts using Google Veo 3.x via the Gemini API.
- Supports creating longer videos by automatically stitching multiple segments.
- Includes options for prompt consistency, segment style, reference images, and intermediate file handling.
- Handles API rate limits and provides fallback instructions.
- Requires GEMINI_API_KEY and ffmpeg for multi-segment videos.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部