youtube-content

Convert YouTube video transcripts into chapters, summaries, threads, and blog posts.

539|39|Updated May 1, 2026
One-click install
npx skills add https://github.com/Tommy-yw/RunbookHermes --skill youtube-content-tommy-yw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/Tommy-yw/RunbookHermes/tree/main/skills/media/youtube-content
Command: npx skills add https://github.com/Tommy-yw/RunbookHermes --skill youtube-content-tommy-yw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users convert YouTube video transcripts into various structured content formats like chapters, summaries, threads, and blog posts, enhancing accessibility and ease of use.

Core Features & Use Cases

  • Video Transcript Extraction: Fetch and convert YouTube video transcripts into usable formats.
  • Content Transformation: Convert transcripts into chapters, summaries, threads, and blog posts.
  • Use Case: A user wants to share a YouTube video with a team, but prefers a blog post format. The Skill can take the video URL and create a blog post that includes key points and quotes.

Quick Start

To convert the transcript of a YouTube video into a blog post, use the command: python3 /path/to/skill/scripts/fetch_transcript.py "https://youtube.com/watch?v=VIDEO_ID" --blog-post

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 video transcript into a blog post?

To convert a YouTube video transcript into a blog post, run the provided Python fetch script with your video URL and the blog post flag. The Skill extracts the transcript and transforms it into structured content including key points and quotes.

What structured formats can I generate from YouTube video transcripts?

You can generate chapters, summaries, threads, and blog posts from YouTube video transcripts. This content transformation targets users needing to summarize or share video content in different accessible formats.

Do I need youtube-transcript-api to extract video transcripts?

Yes, you need the youtube-transcript-api dependency installed to fetch video transcripts. This prerequisite library allows the Skill scripts to successfully extract and convert YouTube video content into structured formats.

Can I create Twitter threads from YouTube video content?

Yes, you can create threads from YouTube video content. The Skill fetches the video transcript and transforms the extracted text into various structured outputs, including social media threads and summaries.

What is the best way to summarize a YouTube video for my team?

The best way to summarize a YouTube video for your team is transforming its transcript into a structured blog post or summary. This approach extracts key points and quotes, enhancing accessibility and ease of sharing.

Why does the YouTube transcript fetch script fail on some videos?

The YouTube transcript fetch script fails when a video lacks available transcripts or subtitles. Because it relies entirely on the youtube-transcript-api dependency, the content transformation process cannot proceed without pre-existing text data.