transcript-summary

Generates structured summaries from YouTube video transcripts with adaptive processing.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/kouko/monkey-knowledge-skills --skill transcript-summary-kouko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-summary
Source: https://github.com/kouko/monkey-knowledge-skills/tree/main/plugins/youtube-summarizer/skills/transcript-summary
Command: npx skills add https://github.com/kouko/monkey-knowledge-skills --skill transcript-summary-kouko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of structured, high-quality summaries from YouTube video transcripts, saving users time and effort in understanding video content.

Core Features & Use Cases

  • Automated Summarization: Generates concise summaries from raw transcript text.
  • Handles Long Content: Employs strategies (standard, sectioned, chunked) to effectively summarize videos of varying lengths, from under an hour to many hours.
  • Structured Output: Provides summaries in a consistent format, including optional video metadata and key takeaways.
  • Use Case: After getting a transcript for a 3-hour documentary, use this skill to generate a detailed summary with key points and takeaways, allowing for quick comprehension without watching the entire video.

Quick Start

Summarize the transcript file located at /tmp/youtube-get-transcripts/VIDEO_ID.en.txt.

Frequently Asked Questions about transcript-summary

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

FAQPage Schema
How do I generate a structured summary from a YouTube video transcript?

To generate a structured summary from a YouTube video transcript, you can use an LLM to process the raw text and output concise key points. This approach optimizes for clarity and handles varying lengths through adaptive processing strategies.

Can I summarize long video transcripts that are many hours long?

Yes, you can summarize long video transcripts by employing adaptive strategies like sectioned or chunked processing. These methods effectively break down extensive content to generate structured summaries without losing context.

What is the best way to extract key takeaways from a YouTube transcript file?

The best way to extract key takeaways from a YouTube transcript file is to use automated content summarization. This technique analyzes the raw text and provides structured output with optional video metadata and key points for quick comprehension.

Does the transcript summarization tool support inline text or only file path input?

The transcript summarization tool supports both file path input and inline text. This flexibility allows you to process raw transcript text directly or reference a specific file location for generating structured summaries.

How does adaptive processing handle varying transcript lengths for content summarization?

Adaptive processing handles varying transcript lengths by selecting appropriate strategies such as standard, sectioned, or chunked methods. This ensures the LLM optimizes for clarity and conciseness based on the specific duration of the video.