One-click install
npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill yt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yt
Source: https://github.com/kmylpenter/KFG-CCv2-Installer-Stable/tree/main/.claude/skills/yt
Command: npx skills add https://github.com/kmylpenter/KFG-CCv2-Installer-Stable --skill yt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of downloading, cleaning, and analyzing YouTube video transcripts, making it easy to extract information and understand video content.

Core Features & Use Cases

  • Transcript Download: Fetches auto-generated or manual subtitles for YouTube videos.
  • Text Cleaning: Converts VTT subtitle files into clean, readable plain text by removing timestamps and formatting.
  • Content Analysis: Delegates the task of summarizing, identifying key points, and answering questions about the video content to an AI agent.
  • Use Case: Quickly get a detailed summary and key takeaways from a long educational YouTube lecture without watching the entire video.

Quick Start

Use the yt skill to download and analyze the transcript for the YouTube video at the provided URL.

Frequently Asked Questions about yt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract and analyze a YouTube transcript from a video URL?

To analyze a YouTube transcript, this Skill fetches auto-generated or manual subtitles using yt-dlp, cleans the VTT files into plain text, and delegates summarization or question answering to an AI agent.

How do I get a summary of a YouTube video without watching the whole thing?

You can summarize YouTube videos by downloading the transcript with this Skill, which removes timestamps and formatting from VTT files to provide an AI agent with clean text for extracting key points.

Does yt-dlp support downloading subtitles in languages other than English?

Yes, the Skill supports downloading and analyzing YouTube video subtitles in both English and Polish languages, handling the extraction of auto-generated or manual VTT files for agent-based exploration.

What happens if a YouTube video has no subtitles or the download is rate limited?

When YouTube transcript extraction encounters missing subtitle errors or rate limiting, the Skill handles these specific errors gracefully during the VTT download and text cleaning process.

Can I use this to extract key points from long educational lectures on YouTube?

Yes, this Skill is designed to fetch YouTube lecture transcripts, convert VTT subtitle files into readable plain text, and identify key takeaways or answer specific questions about the content.

Why do I need yt-dlp to analyze YouTube transcripts?

Yt-dlp is required as a dependency to fetch auto-generated or manual subtitles from YouTube videos, providing the raw VTT files that this Skill subsequently cleans into plain text for analysis.