Brad Bonanno — Claude Code Can Watch Any Video Instantly
- Video: My Claude Code Can INSTANTLY Watch Any Video (Here’s How)
- Channel: Brad | AI & Automation
- GitHub Repo: bradautomates/claude-video — free, open-source
- Core Idea: A Claude Code skill that gives Claude the ability to “watch” any video by combining frames + timestamped transcript in a single pipeline
The Problem
Claude is text-only — it can’t watch videos natively. Transcripts alone miss visual context (expressions, on-screen text, UI demos, body language). Frames alone miss timestamps and sequence.
The Solution: claude-video /watch
Brad’s open-source tool bridges the gap:
Paste URL → Download → Extract frames → Transcribe → Hand all to Claude
How It Works
- Accepts any video URL — YouTube, local file, or any downloadable link
- Extracts frames at an auto-scaled rate (adapts to video length)
- Pulls timestamped transcript — uses free captions when available, Whisper API as fallback
- Delivers to Claude — frames + transcript combined so Claude can analyze both visual and audio content
What Claude Can “See”
- Visual frames — expressions, UI screens, objects, text in video
- Timestamped transcript — what was said, when, and in what context
- Combined context — “at 2:34, the speaker shows X while saying Y”
Use Cases
| Use Case | Example |
|---|---|
| Video Q&A | Ask questions about any video content |
| Tutorial review | Claude watches a coding tutorial and extracts every command |
| Meeting analysis | Upload a recording, get minutes + key decisions |
| Content repurposing | Watch a video → generate blog post, Twitter thread, LinkedIn post |
| Fact-checking | Verify claims made in videos against frames and transcript |
| Accessibility | Generate summaries for long-form video content |
Why It’s Different
| Approach | Limitation |
|---|---|
| Transcript only | Misses all visual information |
| Screenshots only | No audio, no sequence context |
| Manual | Time-consuming, doesn’t scale |
| claude-video | Both frames + transcript, automated |
Installation
git clone https://github.com/bradautomates/claude-video
cd claude-video
# Follow setup instructions in the READMEThen use within Claude Code:
/watch https://youtube.com/watch?v=...