agentsclimarketplace

Extend video

Skill produtoramaxvision/maxvision-utilities/media-forge/plugins/media-forge-hosted/skills/extend-video

MaxVision's curated Claude Code marketplace — production-grade skills for n8n workflows, Google Tag Manager API, and more.

Install
npx -y skills add produtoramaxvision/maxvision-utilities --skill extend-video

Assembled 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

  1. Receive source video path and continuation directive from $ARGUMENTS.
  2. Validate source video exists. Check current duration to calculate hops needed.
  3. Guard: if requested total duration > 148s (20 hops), warn user and cap at 20 hops.
  4. For each extension hop: dispatch media-forge:veo-director in extend mode with hopIndex.
  5. Download each hop result immediately (2-day TTL — warn if operation age >36h).
  6. 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.json with 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.