youtube-content

Extract YouTube transcripts and generate chapters, summaries, threads, and blog posts.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill youtube-content-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/media/youtube-content
Command: npx skills add https://github.com/moltis-org/moltis --skill youtube-content-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

People often need to extract video transcripts and convert them into usable content formats (chapters, summaries, threads, blog posts) to accelerate content creation, summaries, and documentation from video sources.

Core Features & Use Cases

  • Transcript extraction: fetch YouTube transcripts programmatically.
  • Content transformation: generate chapters, summaries, chapter summaries, threads, blog posts, and quotes from transcripts.
  • Use Case: share a YouTube URL and request a structured content package for social posts or articles.

Quick Start

Run the helper script with a YouTube URL to fetch the transcript, then request the desired structured output (chapters, summaries, threads, or blog posts).

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 turn it into a blog post?

To convert a YouTube transcript into a blog post, run the provided helper script with the video URL to fetch the transcript, then request the blog post output format. This automates extraction and content transformation for articles.

What types of structured content can I generate from YouTube transcripts?

From YouTube transcripts, you can generate chapters, summaries, chapter summaries, threads, blog posts, and quotes. This allows you to easily repurpose video content into structured text for social media or documentation.

Do I need Python3 to fetch YouTube transcripts for content generation?

Yes, you need Python3 and the youtube-transcript-api dependency to fetch YouTube transcripts for content generation. These prerequisites enable the helper script to retrieve and process video transcripts automatically.

Can I generate social media threads directly from a YouTube video URL?

Yes, you can generate social media threads directly from a YouTube video URL. By passing the URL to the transcript extraction script, you can request a threads output format to transform the video transcript into structured social posts.

What is the best way to automate creating video chapters and summaries from YouTube?

The best way to automate creating video chapters and summaries from YouTube is using a script that leverages the youtube-transcript-api. It programmatically extracts the transcript and structures it into chapters and summaries automatically.

Are there limitations when fetching YouTube transcripts for summaries?

Fetching YouTube transcripts for summaries requires the video to have available captions or subtitles. If a video lacks transcript data, the extraction script cannot process it to generate chapters, threads, or blog posts.