A specialized skill to fetch, read, and analyze YouTube video transcripts for summarization and information extraction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-watcherkx
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install youtube-watcherkx using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
YouTube Watcher is a technical utility designed to bridge the gap between video content and textual analysis. By leveraging the yt-dlp library, this skill allows users to pull closed captions or auto-generated subtitles directly into their workspace. It is one of the essential Openclaw Skills for developers and researchers who need to process video data without manually watching hours of footage.
This skill integrates seamlessly into automated workflows, enabling rapid parsing of video content for insights, documentation, or study. It serves as a bridge for AI agents to 'see' the textual content of videos, making it an invaluable tool for information synthesis and content research.
To use this skill, ensure you have the necessary dependencies installed on your system. You can install yt-dlp via Homebrew or pip:
# Install via Homebrew
brew install yt-dlp
# Or install via pip
pip install yt-dlp
The skill executes via a Python script. To manually fetch a transcript, you can run:
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
| Data Point | Detail |
|---|---|
| Input Format | Valid YouTube URL string |
| Output Format | Raw text transcript of the video |
| Engine | yt-dlp |
| Supported Tracks | Manual CC and Auto-generated subtitles |
| Metadata Storage | Stored within the clawdbot configuration schema |
Loading
Converts pipe-separated raw data into formatted ASCII or Unicode box tables specifically optimized for Telegram monospace code blocks.

An intelligent git assistant that automates conventional commit messages while enforcing security scans and atomic staging.

A powerful meta-skill designed to guide developers through the creation, formatting, and validation of standardized SKILL.md files for AI agents.

A professional 7-phase security auditing pipeline that identifies vulnerabilities, scans dependencies, and detects leaked secrets.

A production-grade observability plugin providing OTEL GenAI traces and token metrics for Openclaw Skills via Pydantic Logfire.

A high-performance AI tool for generating and modifying images up to 4K resolution using the Gemini 3 Pro Image API.








































