
Video Extend
Extend short Veo clips into longer sequences or chained shots via RunComfy CLI extend-video endpoints.
Install
npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill video-extendWhat is this skill?
- Routes to Google Veo 3-1 extend-video and fast/extend-video
- Preserves motion, lighting, and subject identity across continuation
- Supports narrative chaining shot-by-shot from a seed clip
Adoption & trust: 151k installs on skills.sh; 15 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Video Editagentspace-so/runcomfy-agent-skills
Image To Videoagentspace-so/runcomfy-agent-skills
Image Editagentspace-so/runcomfy-agent-skills
Flux Kontextagentspace-so/runcomfy-agent-skills
Nano Banana 2agentspace-so/runcomfy-agent-skills
Nano Banana Editagentspace-so/runcomfy-agent-skills
Journey fit
Primary fit
Fits build because it wires generative video continuation into agent workflows and CLI automation rather than launch or distribution ops. Explicit RunComfy agent skill with allowed-tools Bash(runcomfy *), so it belongs in agent-tooling for callable media generation.
Common Questions / FAQ
Is Video Extend safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Video Extend
# 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](https://www.runcomfy.com/?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) · [Veo 3-1 extend-video](https://www.runcomfy.com/models/google-deepmind/veo-3-1/extend-video?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) · [CLI docs](https://docs.runcomfy.com/cli/introduction?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) ## Powered by the RunComfy CLI ```bash # 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=<token> # 3. Extend runcomfy run google-deepmind/veo-3-1/extend-video \ --input '{"video_url": "https://...", "prompt": "..."}' \ --output-dir ./out ``` CLI deep dive: [`runcomfy-cli`](https://www.skills.sh/agentspace-so/runcomfy-agent-skills/runcomfy-cli) skill. --- ## Pick the right endpoint Listed newest first. Both endpoints are Google Veo 3-1; pick by quality/latency trade-off. **Veo 3-1 Extend** — `google-deepmind/veo-3-1/extend-video` *(default)* > Continues an existing Veo clip with consistent motion, lighting, identity, and physics. > Pick for: hero-quality extends, final-delivery cuts, chained narrative shots that need to look like one continuous take. > Avoid for: cost-sensitive iteration — drop to **Veo 3-1 Fast Extend**. **Veo 3-1 Fast Extend** — [`google-deepmind/veo-3-1/fast/extend-video`](https://www.runcomfy.com/models/google-deepmind/veo-3-1/fast/extend-video?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) > Faster Veo 3-1 extend at lower per-call cost. > Pick for: iteration on extend compositions, multi-shot drafts. > Avoid for: final delivery — use full **Veo 3-1 Extend**. The agent picks one and supplies the source video URL + a continuation prompt. --- ## Route: Veo 3-1 Extend **Model**: `google-deepmind/veo-3-1/extend-video` (or `/fast/extend-video`) **Catalog**: [Veo 3-1 extend](https://www.runcomfy.com/models/google-deepmind/veo-3-1/extend-video?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) · [Veo 3-1 fast extend](https://www.runcomfy.com/models/google-deepmind/veo-3-1/fast/extend-video?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) · [`veo-3` collection](https://www.runcomfy.com/models/collections/veo-3?utm_source=skills.sh&utm_medium=skill&utm_campaign=video-extend) ### Invoke ```bash runcomfy run google-deepmind/veo-3-1/extend-video \ --input '{ "video_url": "https://your-cdn.example/source-clip.mp4", "prompt": "The camera continues pushing in slowly. The character looks down at the object, then turns toward the window. Soft daylight, no other motion in the background." }' \ --output-dir ./out ``` ### Prompting tips - **The source video provides identity, lighting, fra