What problem does it solve? Watching long videos to extract key information is time-consuming, and different sources (YouTube, Loom, Zoom recordings, local files) each require different tooling. This Skill unifies video ingestion, transcription, and analysis into one workflow with user-controlled depth and cost. ## Core Features & Use Cases - Multi-source ingestion: Accepts YouTube, Loom, Vimeo, Riverside, Zoom recordings, X/IG/TikTok URLs, and local MP4/MOV/WebM/MKV files via yt-dlp. - Three depth modes: transcript (fast, free), visual (transcript plus ffmpeg frame extraction and Claude vision pass on key moments), and multimodal (Gemini native video ingestion or dense Claude vision fallback). - Smart transcription: Prefers free platform-provided transcripts (YouTube auto-subs, Loom, Riverside) and falls back to local MLX-Whisper on Mac. - Structured outputs: Saves transcript.txt, metadata.json, moments.md, and summary.md with flagged action items, decisions, and quotes to a dated workdir, with optional capture to a second-brain vault. - Use Case: A user records a Loom walkthrough of a workflow, runs the visual mode to extract the transcript and key UI moments, then feeds the output into a skill-generation workflow to document the process. ## Quick Start Ask the agent to run /watch-video with a video URL and optionally specify transcript, visual, or multimodal mode, for example by saying "watch this Loom recording in visual mode and summarize the key moments."