Clipify
Description
Claude Code skill: turn long videos into social-ready clips. Auto-find funny moments, cut, reframe to 9:16 with face-tracking, and burn opus-style captions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Clipify
A [Claude Code](https://claude.com/claude-code) skill that turns long videos into social-ready clips.

Point it at any video file and it will:
- Find clip-worthy segments — transcribes the video with Whisper and scans the transcript for punchlines, reversals, awkward pauses, and audio peaks to propose 3–5 candidates.
- Create a 9:16 clip — cuts your chosen moment, then reframes 16:9 → 9:16 with hard-cut pans that follow whoever is speaking (or split-screen if you'd rather see both faces).
- Add subtitles — burns opus-style word-by-word captions (big bold white, yellow active-word highlight).
No cloud APIs. Runs entirely on your machine. No OpenCV. ~20s of work for a 20s clip on Apple Silicon.
Why this exists
Most "auto-clip" tools are either expensive SaaS, slow, or produce slop. This skill is what I actually use to clip my long-form videos for LinkedIn and TikTok. Built for talking-head dialogue (interviews, podcasts, two-person setups).
Requirements
- macOS (uses VideoToolbox for hardware-accelerated decode — works on Linux/Windows if you remove
-hwaccel videotoolboxflags) - Claude Code
ffmpegwithlibx264(brew install ffmpeg)- `whisper` (
pip install openai-whisper) - Python 3 with
numpy(pip install numpy)
Install
git clone https://github.com/louisedesadeleer/clipify.git ~/.claude/skills/clipify
That's it. Restart Claude Code and `/clipify` is available as a slash command.
Usage
In Claude Code:
/clipify
Then paste a video file path when asked. The skill will:
- Transcribe → propose 3–5 funny candidate clips with timestamps and titles
- Ask which to cut
- Ask 9:16 / 16:9 / 1:1
- If 9:16 from 16:9 with two faces: ask pan vs split-screen
- Ask subtitle style (opus / karaoke / minimal — or paste
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://