youtube-content

Fetch YouTube video transcripts and generate structured content formats.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill youtube-content-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill youtube-content-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Many users need to extract YouTube video transcripts and repurpose them into structured formats such as chapters, summaries, social media threads, or blog posts, but doing so manually is time‑consuming.

Core Features & Use Cases

  • Retrieve transcripts from any YouTube URL or raw video ID using the provided fetch_transcript script.
  • Output formats include chapters, concise summaries, chapter‑wise summaries, Twitter/X threads, full blog posts, and highlighted quotes.
  • Supports language selection, timestamped text, and handles errors like disabled transcripts or unavailable videos.
  • Ideal for content creators, marketers, and educators who want to quickly generate repurposable material from video content.

Quick Start

Use the youtube-content skill to fetch the transcript of https://youtu.be/abc123 and generate a summary.

Frequently Asked Questions about youtube-content

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

FAQPage Schema
How do I extract a YouTube transcript and generate a summary from a video URL?

To extract a YouTube transcript and generate a summary, use the fetch_transcript script to retrieve timestamped text from the video URL, which can then be formatted into a concise summary.

Can I convert YouTube video transcripts into Twitter threads and blog posts?

Yes, you can convert YouTube transcripts into Twitter threads and blog posts by fetching the video text and applying the structured content transformation formats supported by the skill.

Does generating YouTube chapters require the youtube-transcript-api Python library?

Yes, generating YouTube chapters requires the youtube-transcript-api Python library to fetch and retrieve the raw transcript data before transforming it into structured timestamped chapters.

What happens when I fetch a transcript for a YouTube video with disabled transcripts?

When fetching a transcript for a YouTube video with disabled transcripts, the process handles the error gracefully and indicates that the transcript is unavailable for the selected video.

Can I retrieve timestamped text from a raw YouTube video ID instead of a full URL?

Yes, you can retrieve timestamped text from a raw YouTube video ID instead of a full URL by passing the video ID directly to the fetch_transcript script for processing.

What is the best way to create chapter-wise summaries from YouTube videos?

The best way to create chapter-wise summaries from YouTube videos is to fetch the full transcript with timestamps and segment the text into structured chapter-wise summary outputs.