Extend video
Skill produtoramaxvision/maxvision-utilities/media-forge/skills/extend-video
MaxVision's curated Claude Code marketplace — production-grade skills for n8n workflows, Google Tag Manager API, and more.
npx -y skills add produtoramaxvision/maxvision-utilities --skill extend-videoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Extend existing video via Veo 3.1 +7s hops. Triggers: extend video, longer video, continuation.
SKILL.md
1.1 KB, 238 tokens by cl100k_base, as published. Nobody here has run it
media-forge:extend-video
Video extension workflow. Extends an existing video clip using Veo 3.1 extension chains (+7s per hop, 720p, max 20 hops).
Workflow
- Receive source video path and continuation directive from $ARGUMENTS.
- Validate source video exists. Check current duration to calculate hops needed.
- Guard: if requested total duration > 148s (20 hops), warn user and cap at 20 hops.
- For each extension hop: dispatch
media-forge:veo-directorinextendmode withhopIndex. - Download each hop result immediately (2-day TTL — warn if operation age >36h).
- Return extended video path chain and
extension-manifest.json.
When to use
Invoke when user has a video and wants to extend its duration. Each hop adds +7s at 720p. Maximum 20 hops = 148s total.
Outputs
- Extended video paths (one per hop)
extension-manifest.jsonwith hop chain, durations, and total length- Cost per hop and aggregate
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.