An efficient tool for extracting YouTube transcripts and metadata to generate instant AI-powered video summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install yt-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 yt-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-summarize skill is a specialized tool designed to bridge the gap between video content and text-based analysis. By leveraging the power of Openclaw Skills, developers and researchers can programmatically pull captions, metadata, and chapters from any YouTube URL. This skill is essential for anyone looking to bypass hours of video footage to find specific information or generate concise summaries using an AI agent.
This utility eliminates the need for manual transcription by interfacing directly with video data streams. Whether you are dealing with auto-generated captions or professional manual subtitles, this skill provides a clean, text-only output that is perfectly formatted for further processing by large language models.
To get started with this skill, you need to install the yt-dlp dependency. Run the following command in your terminal:
pip install yt-dlp
Once installed, the Openclaw Skills environment will be able to invoke the extraction scripts to process any public YouTube URL.
The skill organizes extracted data into structured text and JSON formats for easy consumption. Below is the typical data output structure:
| File Type | Description | Content |
|---|---|---|
| transcript.txt | Plain text output | Cleaned video captions without timestamps or metadata tags. |
| metadata.json | Structured data | Comprehensive video info including Title, Channel, and View count. |
| chapters.txt | Timed segments | List of video chapters with their respective start times for segmented analysis. |
Loading
A specialized AI skill that fetches and processes YouTube transcripts to enable automated video summarization and content analysis.

A specialized tool for fetching and reading transcripts from YouTube videos to enable automated summarization and information extraction.

A powerful utility to fetch YouTube video transcripts for instant summarization and content analysis by your AI agent.

Fetch and read transcripts from YouTube videos to enable automated summarization and deep content analysis.

A specialized utility for programmatically retrieving, converting, and organizing YouTube video thumbnails in multiple resolutions.

A specialized AI agent skill that transforms forwarded chat messages into professional, QuotLy-style .webp stickers with full rich-text support.








































