youtube-content

Fetch YouTube transcripts and convert them into chapters, summaries, threads, and blog posts.

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

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 hard to access and reformat for different contexts. This skill automates retrieval and transforms transcripts into readable, reusable content such as chapters, summaries, threads, and blog posts.

Core Features & Use Cases

  • Transcript extraction: fetch accurate transcripts from YouTube videos.
  • Content structuring: generate chapters, summaries, threads, and blog posts from transcripts.
  • Flexible outputs: support timestamped outputs and multiple formats for downstream workflows (JSON, text).

Quick Start

Provide a YouTube URL and generate a structured content package from the transcript.

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 transcript into a blog post or summary?

To convert a YouTube transcript into a blog post or summary, fetch the video transcript using a URL or video ID and automatically restructure the text into formatted sections, threads, or summaries. This yields readable content ready for publishing.

Can I generate timestamped chapters from YouTube video transcripts?

Yes, you can generate timestamped chapters from YouTube video transcripts. The processing logic supports timestamped outputs, allowing you to automatically segment video transcripts into structured chapters for navigation and downstream use.

What is the best way to extract transcripts from long YouTube videos?

The best way to extract transcripts from long YouTube videos is to use a script that chunks long transcripts for processing. This approach fetches the full text and breaks it into manageable segments to prevent exceeding processing limits.

Does the youtube-transcript-api work with any YouTube URL?

Yes, the youtube-transcript-api works with any standard YouTube URL or video ID. It retrieves available transcripts from the video, which can then be converted into JSON, plain text, or formatted content sections.

What formats can I export YouTube transcript summaries into?

You can export YouTube transcript summaries into JSON, plain text, or formatted sections. These flexible outputs support downstream workflows, allowing the generated chapters, threads, and blog posts to integrate with other applications.

How do I turn a YouTube transcript into a Twitter thread?

To turn a YouTube transcript into a Twitter thread, extract the video text and use content structuring logic to generate threads. This automatically reformats the spoken content into concise, sequential posts suitable for publishing.