Video Extend Continue an existing video clip past its per-call duration cap, or chain a narrative shot-by-shot from a single seed. This skill routes to Google Veo 3-1's extend-video endpoints and ships the documented prompting patterns + the exact runcomfy run invoke. runcomfy.com · Veo 3-1 extend-video · CLI docs Powered by the RunComfy CLI
1. Install (see runcomfy-cli skill for details)
npm i -g @runcomfy/cli
or: npx -y @runcomfy/cli --version
2. Sign in
runcomfy login
or in CI: export RUNCOMFY_TOKEN=
3. Extend
runcomfy run google-deepmind/veo-3-1/extend-video \ --input '{"video_url": "https://...", "prompt": "..."}' \ --output-dir ./out Show more