A specialized utility for extracting YouTube video transcripts to enable AI-powered summarization and information retrieval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-watcher
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-watcher 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 robust tool designed to integrate seamlessly into your Openclaw Skills library. It focuses on solving the challenge of programmatic video content analysis by extracting closed captions and auto-generated subtitles directly from YouTube URLs. This allows your AI agents to effectively read and understand video content without the need for manual transcription.
By leveraging this skill within the Openclaw Skills ecosystem, developers and researchers can automate the ingestion of vast amounts of video data. Whether you are building a research assistant or a content curator, this skill provides the necessary text-based foundation for deep semantic analysis and question-answering tasks based on video media.
To get started with this skill in your Openclaw Skills environment, you must ensure yt-dlp is installed on your system.
Install via Homebrew (macOS):
brew install yt-dlp
Install via Pip:
pip install yt-dlp
Once the dependency is met, the skill can be invoked using the following command structure:
python3 scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
| Component | Description |
|---|---|
| Input | YouTube Video URL (string) |
| Output | Plain text transcript extracted from the video source |
| Dependencies | Requires yt-dlp binary available in the system PATH |
| Compatibility | Works with any video containing Closed Captions (CC) or auto-generated subtitles |
Loading
A natural language professional search engine providing deep profile enrichment and AI-powered relevance scoring.

A comprehensive person enrichment tool for retrieving contact info, social profiles, and professional history via the Nyne API.

An advanced intelligence tool within Openclaw Skills that transforms a single email or social URL into a comprehensive 15-section dossier on any individual.

A premium web research and summarization skill that integrates the Kagi API and FastGPT into Openclaw Skills for high-quality, cited data retrieval.

An AI-powered skill that generates and maintains a foundational product marketing context document to ensure consistency across all AI-driven marketing activities.

A local REST API integration for managing Nest and Google Home devices through a Starling Home Hub.








































