youtube-content

Extract YouTube transcripts and convert them into summaries, chapters, threads, blogs, or quotes.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill youtube-content-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill youtube-content-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It removes the time-consuming effort of manually watching or copying YouTube transcripts by converting video content into structured, reusable writing formats.

Core Features & Use Cases

  • Transcript extraction from YouTube: Pulls captions/transcripts from a provided YouTube URL, short link, embed, live link, or raw 11-character video ID.
  • Structured content transformation: Reworks transcripts into chapters, chapter summaries, a concise summary, an X/Twitter-style thread, a blog post, or timestamped quotes.
  • Workflow for large and missing data cases: Validates non-empty output, retries when language selection fails, and chunks long transcripts before summarization to keep results coherent.

Quick Start

Ask your AI to fetch and summarize the YouTube video at a given URL into chapters with timestamps.

Frequently Asked Questions about youtube-content

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

FAQPage Schema
How do I turn a YouTube video into a blog post or social media thread?

To turn a YouTube video into a blog post or thread, this Skill fetches the video transcript and applies format-specific transformation logic to rework the text into structured written outputs. It directly converts extracted captions into ready-to-publish drafts.

What is the best way to summarize long YouTube transcripts into chapters?

The best way to summarize long YouTube transcripts is to use a tool that chunks the text before summarization. This Skill extracts the transcript, breaks long sections into manageable pieces, and generates coherent chapter summaries with timestamped quotes.

Can I extract transcripts from YouTube live links or raw video IDs?

Yes, you can extract transcripts from YouTube live links, standard URLs, short links, embed links, or raw 11-character video IDs. The Skill uses the youtube-transcript-api to fetch available captions across multiple languages.

Does this approach work if a YouTube video has missing or empty transcripts?

If a video has missing transcripts, the Skill validates for non-empty output and retries when language selection fails. However, it cannot generate text if captions are entirely absent from the source video.

How do I pull timestamped quotes from a YouTube video for study notes?

To pull timestamped quotes for study notes, the Skill extracts the video transcript and generates timestamped text outputs. It validates the transcript data and structures the extracted quotes for knowledge extraction.

What are the limitations of using youtube-transcript-api for content repurposing?

The limitation of using youtube-transcript-api for content repurposing is its reliance on existing platform captions, meaning it fails on videos without transcripts. The Skill mitigates language selection errors with retries but cannot bypass missing source data.