From viral-clips
Create viral short-form clips (TikTok, Reels, YouTube Shorts) from long-form content (podcasts, interviews, YouTube videos, livestreams) using Remotion. Produces 9:16 1080×1920 vertical clips with animated karaoke captions, hook titles, speaker zooms, B-roll overlays, and viral-moment auto-detection from transcripts. Use when the user asks to "make clips", "generate cuts", "viralize this video", "create shorts", "turn podcast into TikToks", "cortar vídeo", "fazer cortes virais", or provides a long-form video/audio asset they want segmented into shareable clips.
How this skill is triggered — by the user, by Claude, or both
Slash command
/viral-clips:viral-clipsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automated viral clip factory: long-form video → ranked viral-moment candidates → rendered 9:16 clips with karaoke captions, hooks, and B-roll.
agent_instructions.mdrules/01-viral-moment-detection.mdrules/02-hook-formulas.mdrules/03-caption-styles.mdrules/04-pacing-and-cuts.mdrules/05-broll-integration.mdrules/06-safe-zones.mdrules/07-remotion-components.mdrules/08-transcript-pipeline.mdrules/09-render-and-export.mdscripts/detect_moments.pyscripts/download.shscripts/transcribe.pyAutomated viral clip factory: long-form video → ranked viral-moment candidates → rendered 9:16 clips with karaoke captions, hooks, and B-roll.
Read ./agent_instructions.md for the complete 8-step workflow.
TL;DR:
yt-dlp) or read local filescripts/detect_moments.py)scripts/transcribe.py — WhisperX wrapper with word-level timestampsscripts/detect_moments.py — Ranks transcript segments by virality heuristicsscripts/download.sh — yt-dlp wrapper for YouTube/Instagram/TikTok URLsclips-project/
├── source/
│ ├── video.mp4
│ ├── audio.mp3
│ └── transcript.json # WhisperX output with word timestamps
├── moments/
│ └── candidates.json # Ranked viral moments
├── remotion/
│ └── src/ # Generated Remotion composition
└── out/
└── clips/ # Final 1080×1920 H.264 MP4s
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub billyfranklim1/claude-skills --plugin viral-clips