youtube-content

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

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill youtube-content-luminavault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-content
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/Sources/App/Resources/Skills/media/youtube-content
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill youtube-content-luminavault

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the conversion of YouTube video transcripts into various structured content formats, simplifying access to video information for users.

Core Features & Use Cases

  • Transcript Extraction: Fetch and convert YouTube video transcripts into plain text.
  • Content Formatting: Transform transcripts into chapters, summaries, threads, blog posts, and quotes.
  • Use Case: For instance, if a user shares a YouTube link, this Skill can generate a summary, thread, or blog post from the video's transcript.

Quick Start

To create a summary from a YouTube video, use the 'youtube-content' skill followed by 'summarize' and the YouTube URL.

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 transcript into a blog post, provide the video URL to trigger the transcript extraction. The skill processes the fetched text and formats it into a structured blog post using the youtube-transcript-api.

What is the best way to summarize YouTube transcripts automatically?

The best way to summarize YouTube transcripts is to pass the video URL to this skill. It fetches the dialogue using youtube-transcript-api and structures the extracted text into a concise summary.

Does YouTube transcript extraction require yt-dlp to function?

YouTube transcript extraction does not strictly require yt-dlp. While the core functionality uses the youtube-transcript-api dependency, yt-dlp or alternative APIs can be optionally installed for transcript retrieval.

Can I generate social media threads from a YouTube video transcript?

You can generate social media threads from a YouTube video transcript by inputting the video link. The skill extracts the transcript and applies content formatting to transform the spoken text into structured threads.

Why does YouTube transcript formatting fail on some videos?

Transcript formatting fails when the target video lacks subtitles or if the transcript retrieval APIs are blocked. Videos without available transcripts cannot be processed into chapters, summaries, or quotes.