flux-3-keyframes-continuation
Installation
SKILL.md
FLUX 3 Keyframes and Continuation
Every supplied source gets one declared job, or is dropped. Two modes condition on media, and each carries exactly one media field:
| Required relationship | Request |
|---|---|
| These exact pixels open the clip (the stable path) | mode: "i2v", keyframes: one image |
| Exact opening and closing frames, filled in between | mode: "i2v", keyframes: two images |
| An ordered storyboard the model connects | mode: "i2v", keyframes: 3-10 images plus an integer duration |
| Frames pinned at exact moments | mode: "i2v", keyframes: [seconds, image] pairs, ascending, integer duration |
| Keep going from where this clip ends | mode: "v2v", start_video (input max 15 s / 50 MB; output max 15 s) |
Keyframes appear on screen, pixel-exact. There is no field that carries a subject without showing the source image; a source used only as inspiration is described in the prompt instead. Media is a public URL or inline base64; keyframe images are at least 256x256.