This Skill Can INSTANTLY Watch any Video For Free — Here's How
A Claude Code plugin update that makes an AI watch any video 40 times faster by grabbing keyframes instead of decoding every frame.
July 2ndAn 8-minute walkthrough of the Claude skill that replaced hours of manual video scrubbing with a URL paste.
Claude can now watch and analyze any video by converting it into frames and timestamped transcripts instead of relying on expensive video models, costing roughly $1 per video and taking minutes instead of hours of manual scrubbing.
A free, open-source Claude Code skill called /watch gives Claude the ability to ingest any video � YouTube, Loom, Instagram reels, local files, anything yt-dlp supports � by treating the video as two things Claude already understands: a sequence of frames and a timestamped transcript. The pipeline runs locally with yt-dlp and ffmpeg, pulls free YouTube captions when available and falls back to Whisper on Groq's free tier when not, and caps long videos at 100 frames so a 45-minute lecture and a one-hour video both cost about a dollar. The result is full visual plus verbal context, unlocking instant content research, hook breakdowns, screen-recording debugging, and an automatically fed Obsidian second brain.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Problem stated: other transcript tools only read words and miss half the video. Promise: how it works, the life-changing use case, and a 5-minute setup.

Side-by-side screen recording: 45-minute Sam Altman YC lecture ingested in under 2 minutes. Claude returns structured speaker summary, queryable in terminal.

GitHub link (free), install commands, automatic dependency install, API auth on a free-tier transcription service.

Core insight: a video is just two things — frames and a transcript. yt-dlp + FFmpeg do the heavy lifting locally. No MCP, no third-party wrapper, no cloud service.

Frame scaling table: 1 min = 60 frames / $0.70; 1 hr = 100 frames / $1.62 (capped). YouTube captions are free; Groq Whisper free tier covers everything else.

Use case #1: content research — paste a winning video URL, ask Claude to break down the hook. Replaces 10 min/video of manual scrubbing.

Use case #2: developer QA — drop in a 30-second screen recording of a UI bug; Claude pinpoints the exact frame the state change happens.

Use case #3: Obsidian second brain — Claude auto-watches competitor videos and feeds structured notes in. Compounds over time.
A free open-source Claude Code skill splits any video into frames and a transcript, letting Claude analyze a 45-minute lecture in under two minutes for roughly $1.62 per hour of footage.
“Half of the interesting stuff in a video isn't said out loud. It happens on screen.”
“You're not watching content anymore. You're actually downloading context automatically and putting it to work straight away.”
“That's the matrix moment.”
“I've used this skill every day for two weeks, and I'm still on the free tier. It's crazy.”
“Whatever you're using video for, you can probably stop watching it manually because of this skill.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Brad opens with a claim that doubles as a threat to every expensive AI video tool on the market: for free, with no proprietary video model, Claude can now watch anything. Before you've hit play, Claude's already an expert on what's in it.
Instead of paying for an expensive multimodal video model, decompose any video into the two things Claude already reads natively — screenshots and timestamped text. Feed both together.
Brad explicitly contrasts his use of decade-old, rock-solid CLI tools against MCPs and third-party wrappers. Trust signal: millions of developers, no vendor risk.
Capping frames at 100 beyond 30 minutes means cost is nearly flat at scale — a key objection killer for "this will torch my token budget."
“If that's where you wanna take this, that's the next video to watch. It's linked up here. If this was useful, hit subscribe.”
Clean, no hard sell. Next-video link appears visually. Subscribe ask is brief and earned after a dense value delivery.
00:00
00:07
00:13
00:24
00:28
00:38
00:43
00:49
00:52
01:01
01:09
01:14
01:19
01:25
01:33
01:39
01:45
01:51
01:56
02:06
02:09
02:15
02:21
02:27
02:32
02:38
02:46
02:53
03:00
03:06
03:14
03:18
03:26
03:35
03:40
03:46
03:53
03:58
04:03
04:11
04:19
04:26
04:30
04:39
04:44
04:52
04:55
05:03
05:09
05:14
05:20
05:29
05:34
05:40
05:45
05:57
06:02
06:09
06:13
06:17
06:26
06:31
06:39
06:46
06:51
07:02
07:08
07:10
07:19
07:22
07:32
07:38
07:47
07:54
07:58
08:05
08:13
08:17
08:25
08:34A Claude Code plugin update that makes an AI watch any video 40 times faster by grabbing keyframes instead of decoding every frame.
July 2ndA 13-minute walkthrough of every workflow one founder uses to replace a full team — from lead gen to a self-updating second brain.
June 22ndA five-tool stack — transcription, cuts, AI b-roll, code-built motion graphics, and a self-review loop — that lets an agent finish a rough cut to a client-ready render without a human in the loop.
August 6thA Claude Code skill that turns real sales-call transcripts into a standing panel of customer-clone AI agents who argue back instead of agreeing with everything.
July 9thWhy the bigger opportunity in AI right now isn't starting an agency, but becoming the person inside a business who turns AI budget into results.
August 18thA tour of five real workflows built inside xAI's new multi-agent platform, agents that email, invoice, generate video, scrape the web, and text each other to get work done.
August 13th