youtube-content

Fetch YouTube transcripts and convert them into chapters, summaries, threads, or blog posts with optional timestamps and language preferences.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/danmartinez78/echo-ghost-backup --skill youtube-content-danmartinez78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/danmartinez78/echo-ghost-backup/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/danmartinez78/echo-ghost-backup --skill youtube-content-danmartinez78

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcripts from YouTube videos can be long and hard to digest. This skill automates fetching transcripts and converts them into structured formats (chapters, summaries, threads, and blog posts) to save time and enable quick content reuse.

Core Features & Use Cases

  • Fetch transcripts from YouTube videos using the youtube-transcript-api with language options.
  • Transform transcripts into multiple outputs: chapters with timestamps, concise summaries, per-chapter summaries, Twitter/X threads, and blog posts.
  • Reuse content for documentation, social media, or long-form articles; supports raw text, timestamped text, and language preferences.

Quick Start

Provide a YouTube URL and I will fetch the transcript and output chapters, summaries, threads, or blog posts.

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 chapters or summaries, provide a YouTube URL or video ID. The skill fetches the transcript and restructures it into chapters with timestamps, concise summaries, or blog posts.

Can I generate Twitter threads from YouTube video transcripts?

Yes, you can generate Twitter threads from YouTube video transcripts. By sharing a YouTube URL and requesting thread output, the skill processes the transcript and converts it into structured social media posts.

Do I need Python and the youtube-transcript-api library to fetch YouTube transcripts?

Yes, you need a Python environment and the youtube-transcript-api library installed. This dependency is required for the skill to retrieve transcript data and convert it into structured formats like chapters or summaries.

What is the best way to add timestamps to YouTube video chapters?

The best way to add timestamps to YouTube video chapters is by fetching the transcript with timestamp options enabled. The skill retrieves time-coded transcript data and maps it directly into structured chapter segments.

Does the youtube-transcript-api support language preferences for video transcripts?

Yes, the youtube-transcript-api supports language preferences for video transcripts. When fetching the transcript, you can specify a preferred language to ensure the output text, summaries, or chapters are generated from the correct language track.