watch-video
FeaturedWhen you want to extract content from a video — YouTube, Loom, Vimeo, Riverside, Zoom recording, local MP4, X/IG video, anything yt-dlp supports. Three depth modes user picks per invocation — transcript (just words, fast/free), visual (transcript + ffmpeg frame extraction + Claude vision pass on key moments), multimodal (Gemini native video ingestion if $GEMINI_API_KEY set, else dense Claude vision). Uses MLX-Whisper local on Mac for transcription, falls back to platform-provided transcripts when available (Loom, Riverside, YouTube auto-subs). Saves to ~/Documents/videos/<source>-<slug>-<date>/ and optionally captures summary to second-brain raw/ as call-/meeting-/note-. Triggers on "/watch-video <url>," "watch this video," "transcribe this loom," "analyze this video," "summarize this recording," "key moments from this," "what happened in this video." This skill replaces and broadens the prior youtube-transcript skill.
Install
Quality Score: 95/100
Skill Content
Details
- Author
- coreyhaines31
- Repository
- coreyhaines31/makerskills
- Created
- 3 months ago
- Last Updated
- 6 days ago
- Language
- N/A
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
video-watch
Transcribe YouTube videos and podcast episodes in high quality (Whisper via a configurable API endpoint) and distill compact findings with timestamps. Use whenever the user wants a video "watched", summarized, transcribed or analyzed, drops a YouTube or podcast URL together with a question, asks "what does he say about X in that video", or follows up on an earlier video folder, even when the word "transcribe" never appears. For visual questions, frames can be extracted on top. NOT for local audio files (voice memos, recordings); that is the audio-transcribe skill.
video-ingest
Pull metadata + transcript from any YouTube, Instagram, X/Twitter, TikTok, Vimeo, or other yt-dlp-supported video URL so Claude can actually "watch" it. Use when the user pastes a video link and asks "watch this", "what's this video about", "summarize this", "let's talk about this video", or any time a URL points at video content. First tries subtitles (fast, no GPU). Optional `--whisper` fallback transcribes audio locally via faster-whisper.
watch-video
Use when the user asks to inspect a YouTube URL, local video, screen recording, tutorial, demo, UI bug video, or visible/spoken video evidence.