video-generatorlisted
Install: claude install-skill leynos/visual-storytelling-skills
# Video Generator
Turns a completed shot-specifier handoff into generated video clips through the
**Higgsfield Model Context Protocol (MCP)**. This skill begins only after
`shot-specifier` Phase 8 has produced prompt files, storyboard frames, model routing,
generation strategies, explicit audio-generation preferences, and
`prompts/manifest.md`. `scene-inventory-extractor-v2` stops at its Phase 13 handoff and
is not a direct input to production video generation.
Do not use this skill for image generation; use `nanobanana` through
`scene-inventory-extractor-v2` or `shot-specifier` for that. Do not backfill missing
scene analysis or shot direction here; hand back to `scene-inventory-extractor-v2` or
`shot-specifier` when upstream fields are absent.
This skill owns the operational gap between "prompt written" and "clip exists on disk":
resolve local paths, upload or register media, cache returned handles, submit jobs, poll
until terminal status, download outputs, record retakes, and write assembly order. A shot
is not complete until a local video file exists or a blocker is recorded.
The job is to be boringly competent: choose an approved Higgsfield video model, pass the
right images in the right roles, submit resumable jobs, and leave enough state that a
later agent can continue without guessing.
## Read Before Running
- For execution validation, live-schema constraints, default overrides, and empirical
output checks, read [references/model-routing.md](./references/model