youtube-content

Extract YouTube video transcripts and convert them into structured text formats.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/ghufronbagaskara/agent-im --skill youtube-content-ghufronbagaskara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/ghufronbagaskara/agent-im/tree/main/hermes-home/skills/media/youtube-content
Command: npx skills add https://github.com/ghufronbagaskara/agent-im --skill youtube-content-ghufronbagaskara

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of information overload by allowing users to quickly digest long-form video content without watching the entire video.

Core Features & Use Cases

  • Transcript Extraction: Automatically pulls accurate transcripts from any YouTube video URL.
  • Content Transformation: Converts raw transcripts into structured formats like blog posts, Twitter threads, or timestamped chapter summaries.
  • Use Case: Quickly generate a concise summary and a list of key takeaways from an hour-long technical tutorial to share with your team.

Quick Start

Ask the assistant to summarize the YouTube video at the provided URL and format the output as a 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 summarize a YouTube video into a blog post?

To summarize a YouTube video into a blog post, extract the video transcript and process it into structured text. This converts raw transcript data into formatted written content like summaries or articles for quick reading.

Can I extract transcripts from YouTube live streams and shorts?

Yes, you can extract transcripts from YouTube live streams and shorts. The processing supports various video types including standard uploads, shorts, and live streams for comprehensive content repurposing.

What is the best way to repurpose video content into Twitter threads?

The best way to repurpose video content into Twitter threads is by extracting the video transcript and transforming the text into structured formats. This allows long-form video content to be condensed into sequential social media posts.

How does transcript extraction work for content creation?

Transcript extraction for content creation works by fetching and parsing subtitle data from YouTube servers using the youtube-transcript-api. This raw text is then structured into summaries, blogs, or threads for repurposing.

Do I need the youtube-transcript-api library to generate video summaries?

Yes, you need the youtube-transcript-api library to generate video summaries. This dependency is explicitly required to fetch and parse subtitle data directly from YouTube servers before processing it into text.

Why does my YouTube video summarization not work for videos without subtitles?

YouTube video summarization relies on parsing existing subtitle data from YouTube servers, so it will not work for videos without subtitles. The process requires available transcript data to extract and transform content.