video-clip-extractor
Installation
SKILL.md
Video Clip Extractor Skill
Run the video orchestrator to process videos and extract engaging highlights.
When Triggered
- Get the source — if the user didn't provide a video URL or file path, ask for it.
- Clarify intent (optional) — if the user wants clips focused on a specific topic, capture it for
--user-intent. If unclear, ask: "Any specific topic or moments to focus on? (e.g. 'funny moments', 'key arguments')" - Check environment — does
video_orchestrator.pyexist in the current directory? If yes, run directly. Otherwise use the global install at~/.local/share/openclip. - Verify prerequisites — check ffmpeg is installed and at least one API key is set. Warn if missing before running.
- Run the command and stream output to user.
- Report results — after completion, list the generated clips with timestamps and titles.
Setup (first use only)
Before running, determine the execution context:
- Inside openclip repo — if
video_orchestrator.pyexists in the current directory, skip setup and run directly. - Global install — if
~/.local/share/openclipdoes not exist, run these steps: