youtube-content

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

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill youtube-content-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill youtube-content-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Long YouTube transcripts are hard to digest and reuse. YouTube Content Tool converts transcripts into structured, digestible content such as chapters, summaries, threads, and blog posts, enabling quick consumption and content repurposing.

Core Features & Use Cases

  • Transcript extraction from YouTube videos in multiple languages
  • Output formats including chapters with timestamps, summaries, chapter summaries, threads, blog posts, and quotes
  • Output options as JSON or plain text for downstream processing
  • Works from standard URLs, short links, Shorts, embeds, live streams, or raw video IDs
  • Timestamped outputs with language fallbacks for robust coverage

Quick Start

Fetch transcripts for a YouTube URL and transform them into chapters, summaries, threads, or blog posts using the provided helper script.

Frequently Asked Questions about youtube-content

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

FAQPage Schema
How do I convert YouTube transcripts into blog posts and summaries?

You can turn YouTube transcripts into summaries by fetching the video transcript and processing it through a helper script that outputs structured chapters, summaries, or blog posts in JSON or plain text.

Can I extract timestamps and chapters from a YouTube video transcript?

Yes, extracting timestamps and chapters from a YouTube video transcript involves running a helper script that parses the transcript data and structures it into timestamped chapters for quick navigation and consumption.

Does the YouTube transcript tool work with Shorts and live stream URLs?

Yes, the YouTube transcript tool works with Shorts and live stream URLs. It accepts standard URLs, short links, embeds, live streams, and raw video IDs to fetch transcripts across multiple YouTube content formats.

What is the best way to automate content repurposing from YouTube videos?

The best way to automate content repurposing from YouTube videos is to extract transcripts programmatically and format them into threads, summaries, or blog posts using a script that outputs JSON for downstream content automation pipelines.

Do I need the youtube-transcript-api to fetch transcripts from YouTube videos?

Yes, you need the youtube-transcript-api dependency to fetch transcripts from YouTube videos. It provides the core functionality to retrieve transcript data, which is then formatted into chapters, summaries, or threads by the provided scripts.

Why are my YouTube transcripts failing to parse with language fallbacks?

YouTube transcripts may fail to parse if the requested language is unavailable, but the tool includes language fallback options for robust coverage. You can specify optional language parameters to ensure successful extraction across different video sources.