Aug 11, 2026 · Free Guide

"SKILLS" - Turn Any YouTube Video Into A Claude Skill With One Command

Claude can read a webpage. It can run a script. It can dig through your whole codebase. It cannot watch a video. There's a free install that fixes that, and the real unlock isn't just that Claude can finally see what's on screen. It's that Claude can watch a tutorial and turn what it learned into a skill it keeps forever.

Claude Is Blind To The Best Content On The Internet

Paste Claude a YouTube link and it guesses from the title, or it grabs a transcript that misses 90% of what's actually on the screen.

That's a real problem, because the best tutorials on the internet are videos. Somebody shows you exactly how they do the thing, step by step, and your AI is sitting there blind. Every "here's my exact workflow" video is knowledge you can't hand off.

The fix is a free skill called /watch. Here's what it does and how to install it.

WHAT IT DOES

It Actually Watches The Video

You paste a video and ask a question. Behind the scenes it does four things:

  1. Grabs the captions if the video has them. Free and instant.
  2. Downloads the video and pulls out frames as images. Not random frames. It watches for scene changes and grabs the moments where something actually happened.
  3. Gets a timestamped transcript. Captions first, and if there are none, it sends the audio off to be transcribed.
  4. Hands Claude the frames and the transcript together.

That last step is the whole thing. Claude reads every frame as an actual image. By the time it answers you, it has seen what was on screen and heardwhat was said. It isn't summarizing a description. It watched the video.

It works on YouTube, Loom, TikTok, X, Instagram, and a few hundred other sites. It also works on files sitting on your computer, so screen recordings and client videos are fair game.

HOW TO INSTALL

Free, Open Source, Two Minutes

The repo:

https://github.com/bradautomates/claude-video

Almost 15,000 people have starred it. It's free and open source.

The easy way. Open Claude Code and tell it:

install this skill for me: https://github.com/bradautomates/claude-video

That's it. Claude reads the repo and sets it up.

The official way, if you want the exact commands. In Claude Code, run these two:

/plugin marketplace add bradautomates/claude-video /plugin install watch@claude-video

Installing it as a plugin means it auto-updates. Update later with /plugin update watch@claude-video.

Using Codex, Cursor, or something else? One line in your terminal:

npx skills add bradautomates/claude-video -g

On claude.ai in your browser? Download the watch.skill file from the repo's Releases page, then go to Settings, Capabilities, Skills, and hit the +.

One honest note on setup: it needs two free tools called yt-dlp and ffmpegto do the downloading and frame-grabbing. On a Mac it installs them for you the first time you run it. On Windows or Linux it prints the exact commands to paste. You don't need an API key unless you feed it a video with no captions at all.

THE 30-SECOND WALKTHROUGH

Four Steps, Start To Finish

  1. Start a new conversation in Claude Code.
  2. Type /watch and pick the skill from the list.
  3. Paste your YouTube link.
  4. Tell it what you want.

That's the whole flow. The magic is in step 4.

THE PART MOST PEOPLE MISS

Don't Ask For A Summary. Ask For A Skill.

A summary sits in a chat you'll never scroll back to. Here's the prompt that changes everything:

Summarize this video and turn it into a reusable Claude skill.

Now Claude doesn't just tell you what the video said. It packages the method into a skill file. Next time you need that knowledge, you type a slash command and Claude already knows how to do it.

I ran this on a video about building high-end websites. What came out was a skill with five stacked hacks in it: build from a real reference site instead of from scratch, extract the design system into a spec file, generate an AI hero background video, make that video scrub as you scroll, and drop in ready-made premium components.

That's not a summary. That's a permanent capability. I type one command and Claude builds a website that looks like a $10,000 agency job.

And this works for any real-world skill you want your AI to have. Cold email frameworks. Ad structures. Sales call openers. Editing workflows. Bookkeeping processes. If somebody put it in a video, you can turn it into a skill.

WHAT TO POINT IT AT

Five Ways To Use It This Week

Reverse-engineer content that's working.Point it at a competitor's viral video and ask what hook they opened with. It looks at the first frames and breaks down the structure, not just the words.

Steal a process from a tutorial.Any "here's my exact workflow" video becomes a skill you own.

Debug from a screen recording.A client sends you a video of something broken on their site. Point it at the file and ask what's going wrong. It finds the frame where it breaks.

Cut the fluff out of an update video.Ask it "what's actually new, skip the hype." A ten-minute launch video becomes four bullets.

Turn a course into notes. Run it across a playlist and file a summary per video. Hours of content become something you can search.

One Thing To Know About Long Videos

Every frame Claude looks at costs you something. The skill handles this automatically. Short videos get dense coverage. Anything over ten minutes gets a lighter scan, and it'll warn you that it's skimming.

If you care about a specific part, say so. "What happens around the 2:30 mark" gets you way more detail on that window than asking about the whole video. Focus beats coverage.

Do This Today

Pick one video. Not a random one. The one you keep meaning to sit down and actually watch, the one with the method you know you should be using.

Install the skill. Point it at that video. Ask for a reusable skill.

Ten minutes from now you'll have a capability instead of a bookmark.

All Resources

claude-video (the repo)The /watch skill, free and open source
Latest releaseDownload watch.skill for claude.ai web
Agent SkillsInstall it on Codex, Cursor, and 50+ other tools
Claude CodeDownload and get started

The Next Step

Guides show you what. AI Builders shows you how.

Inside the community, I walk through every build live, including the stuff that doesn't make it into guides. Regular people (not developers) figuring out AI together, shipping real projects, asking me anything. No fluff, no theory, just the actual work.

Join AI Builders

skool.com/ten-fold