youtube-content

Extract YouTube video transcripts and convert them into chapters, summaries, threads, or blog posts.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill youtube-content-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/media/youtube-content
Command: npx skills add https://github.com/fikriaf/agentos --skill youtube-content-fikriaf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of converting YouTube video transcripts into structured content like chapters, summaries, threads, and blog posts, enhancing accessibility and usability.

Core Features & Use Cases

  • Transcript Extraction: Fetch and retrieve transcripts from YouTube videos.
  • Content Transformation: Convert transcripts into various formats such as chapters, summaries, threads, and blog posts.
  • Use Case: Ideal for users who need to summarize a video, extract a transcript, or repurpose YouTube content for other platforms.

Quick Start

Use the 'youtube-content' skill to fetch the transcript and generate a summary for the video at 'https://youtube.com/watch?v=VIDEO_ID'.

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 video transcript and convert it into a summary?

To extract a YouTube video transcript and convert it into a summary, fetch the transcript using the youtube-transcript-api and transform the text into structured content like chapters or summaries. Provide the video URL to retrieve and repurpose the text.

Can I repurpose YouTube video transcripts into blog posts and threads?

Yes, you can repurpose YouTube video transcripts into blog posts and threads by extracting the raw text and applying content transformation. This converts the transcript into structured formats suitable for publishing on other platforms.

Do I need the youtube-transcript-api to fetch video transcripts?

Yes, you need the youtube-transcript-api dependency to fetch video transcripts. This prerequisite allows the skill to retrieve the raw text data from YouTube videos before transforming it into structured content.

What is the best way to structure YouTube transcripts into chapters?

The best way to structure YouTube transcripts into chapters is by extracting the full text and applying content transformation. This organizes the video transcript into segmented, readable sections for better accessibility.

Does content transformation work for summarizing long YouTube videos?

Content transformation works for summarizing long YouTube videos by extracting the transcript and condensing the text. It processes the raw video data to generate structured summaries, making lengthy content easier to digest.