youtube-content

Convert YouTube video transcripts into summaries, threads, and blog posts.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill youtube-content-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/media/youtube-content
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill youtube-content-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube-transcript-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill transforms YouTube video transcripts into structured content, enabling users to quickly summarize content, create threads, and generate blog posts.

Core Features & Use Cases

  • Transcript Conversion: Extract and convert YouTube video transcripts into various structured formats like chapters, summaries, threads, and blog posts.
  • Summarization: Create concise summaries of entire videos.
  • Thread Generation: Format transcripts into a Twitter/X thread style.
  • Blog Post Creation: Structure transcripts into full articles.
  • Use Case: If a user shares a YouTube video link and asks for a summary, this Skill can provide a structured summary and even a full blog post based on the transcript.

Quick Start

Run the 'youtube-content' skill with a YouTube video URL and specify the desired format, e.g., 'youtube-content "https://youtube.com/watch?v=VIDEO_ID" --format summary'.

Frequently Asked Questions about youtube-content

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

FAQPage Schema
How do I convert a YouTube video transcript into a blog post or summary?

To convert a YouTube transcript into a blog post or summary, provide the video URL and specify the desired format. The Skill fetches the transcript and structures it into formats like summaries, threads, or full blog posts.

Can I generate a Twitter thread directly from a YouTube video transcript?

Yes, you can generate a Twitter thread from a YouTube transcript. By specifying the thread format, the Skill processes the fetched video transcript and structures the content into a thread-style layout.

Do I need the youtube-transcript-api to fetch transcripts for content generation?

Yes, the youtube-transcript-api is required. This dependency allows the Skill to fetch transcript data from YouTube videos, which is then processed through Python scripting to format chapters, summaries, threads, and blog posts.

What structured formats can I create from YouTube video transcripts?

You can create several structured formats from YouTube video transcripts, including chapters, concise summaries, Twitter threads, and full blog posts. This allows for flexible content repurposing from a single video source.

How do I extract and structure chapters from a YouTube transcript using Python?

You can extract and structure chapters by running the Skill with a YouTube video URL and specifying the chapters format. Python scripting processes the fetched transcript to organize the content into structured chapter divisions.

Does this approach work for summarizing long YouTube videos into structured content?

Summarizing long YouTube videos works by fetching the full transcript and converting it into structured content. The Skill formats the extracted text into summaries or blog posts, enabling quick consumption of lengthy video material.