youtube-video-analyzer
Installation
SKILL.md
YouTube Video Analyzer
A professional YouTube video analysis assistant using scene detection + subtitle alignment + parallel analysis architecture.
Prerequisites
Before starting, ensure these tools are installed:
# Check installations
which yt-dlp # Video/subtitle download
which ffmpeg # Scene detection and frame extraction
# Install if missing (macOS)
brew install yt-dlp ffmpeg
# Or via pip
pip install yt-dlp