slice-video-frames
Installation
SKILL.md
Slice Video Frames
Use the bundled scripts for deterministic extraction and optional chroma-key cleanup. Do not add generation, sprite-sheet packing, motion evaluation, or engine-specific packaging to this skill.
Workflow
- Inspect the source clip and confirm the usable time range.
- Choose one sampling mode:
--fps RATEfor evenly timed playback frames;--count Nfor exactly N representative frames across a range;--timestamps LISTfor hand-selected source times;--every-framefor every decoded source frame.
- Extract into a new output directory. Keep the default PNG format when quality or alpha matters.
- Use
--remove-backgroundonly for a deliberately flat, solid chroma-key background. - Verify frame count, ordering, dimensions, timing, and alpha before returning the output paths and manifest.
Require the user to choose a sampling mode when intent does not imply one. Avoid --every-frame for long clips unless the user explicitly needs all source frames.