video-editor
Installation
SKILL.md
Video Editor
Automated video editing pipeline that uses Whisper speech-to-text to detect and remove silence gaps, retakes/duplicates, and garbage segments. Optionally replaces narration with AI-generated TTS audio and trims silence dynamically.
Prerequisites
- ffmpeg:
brew install ffmpeg - Python packages:
pip install -r ~/.claude/skills/video-editor/scripts/requirements.txt - ElevenLabs API key (for TTS):
source ~/.claude/auth/elevenlabs.env
Script Location
~/.claude/skills/video-editor/scripts/video_editor.py