youtube-content

Extract YouTube transcripts and convert them into chapters, summaries, threads, and blogs.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/matthew-johnson/hermes-agent --skill youtube-content-matthew-johnson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/matthew-johnson/hermes-agent/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/matthew-johnson/hermes-agent --skill youtube-content-matthew-johnson

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

YouTube transcripts are often scattered across videos; this skill helps convert them into structured, reusable outputs (summaries, chapters, threads, and blog-ready formats).

Core Features & Use Cases

  • Extract transcripts from YouTube videos, with language support
  • Transform transcripts into chapters, summaries, chapter summaries, threads, and blog posts
  • Generate quotes or social-media-ready snippets from transcripts

Quick Start

Fetch the transcript for a YouTube URL and generate a concise summary, chapters, and a thread-ready outline.

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 video transcript into a blog post or summary, provide the video URL to extract the text and then apply structured formatting to generate the desired output.

What is the best way to extract YouTube transcripts with timestamps for chapters?

The best way to extract YouTube transcripts with timestamps for chapters is to fetch the video text using a transcript API and then structure the data into segmented chapter formats.

Can I generate social media threads from YouTube video transcripts?

Yes, you can generate social media threads from YouTube video transcripts by extracting the video dialogue and transforming it into structured, thread-ready outlines.

Does the youtube-transcript-api support language fallbacks for non-English videos?

The youtube-transcript-api supports language fallbacks for non-English videos, gracefully handling missing translations to ensure you still retrieve available transcript data.

What are the limitations when processing long YouTube video transcripts?

When processing long YouTube video transcripts, limitations may arise from the transcript API extraction boundaries and the structural complexity of converting extensive text into concise summaries.