clip
Installation
SKILL.md
/clip
Cut a video into short clips + reframe. Subtitles are not this skill's job — after cutting, the srt skill styles them (see the handoff below).
Entry points
-
Explicit timecodes ("cut 2:00–3:00 of this video") → cut the local file directly:
--video "<file>" --ranges "2:00-3:00,...". No STT, no key, no credits. -
AI highlight selection on an STT project →
--planthen--clips(the flow below). Needs the project's transcript + word timestamps. -
Raw video, "find the good moments" (no timecodes given) → you can't pick highlights without a transcript, so ask the user which they want:
- STT (proper selection, uses credits): run the
srtskill's STT first to create the project, then clip it with--plan/--clips. - Free (no STT): the user gives the timecodes and you cut them with
--video --ranges.
Proceed with their choice — don't run STT (which bills credits) without asking.
- STT (proper selection, uses credits): run the