youtube-content

Fetch YouTube transcripts and generate chapters, summaries, threads, or blog posts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Fetch and convert YouTube transcripts into structured content formats like chapters, summaries, threads, and blog posts, enabling faster content production and repurposing.

Core Features & Use Cases

  • Transcript extraction: Retrieve transcripts from YouTube videos in multiple languages with accuracy.
  • Content generation: Produce chapters, summaries, threads, and blog posts from transcripts for social media, knowledge bases, or publications.
  • Use Case: Create multi-format summaries for education channels or corporate training materials.

Quick Start

Provide a YouTube URL or video ID to fetch its transcript and generate structured content.

Frequently Asked Questions about youtube-content

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

FAQPage Schema
How do I turn YouTube transcripts into structured content like blog posts and chapters?

You can turn YouTube transcripts into structured content by fetching the video transcript via URL or ID and transforming it into chapters, summaries, threads, or blog posts. The process outputs JSON containing segments, full text, and timestamped text.

Can I extract YouTube video transcripts in multiple languages?

Yes, you can extract YouTube video transcripts in multiple languages. The transcript extraction process supports handling various languages and long transcripts to ensure accurate content generation for global video sources.

Do I need a Python environment to fetch YouTube transcripts for content generation?

Yes, you need a Python environment to fetch YouTube transcripts for content generation. The process requires the youtube-transcript-api library to retrieve video data and execute the helper script for structured output.

What's the best way to convert long YouTube video transcripts into threads and summaries?

The best way to convert long YouTube transcripts into threads and summaries is using a helper script that processes the full transcript via the youtube-transcript-api. It handles long-form text and outputs structured JSON with segments and timestamps for easy repurposing.

Does the YouTube transcript extraction process output timestamped text segments?

Yes, the YouTube transcript extraction process outputs timestamped text segments. The generated JSON includes the full text, individual segments, and optional timestamped text, allowing precise alignment for chapters and summaries.