youtube-content

Extract YouTube transcripts and convert them into structured outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Many users need the spoken content of YouTube videos converted into usable, skimmable formats for research, social sharing, or publishing, but manually transcribing and restructuring video audio is time-consuming and inconsistent. This Skill automates transcript retrieval, handles language fallbacks and long transcripts, and transforms raw subtitles into chapters, summaries, threads, blog posts, or timestamped quotes so users can quickly extract and repurpose video content.

Core Features & Use Cases

  • Transcript fetching from any standard YouTube URL, short link, embed, shorts, live link, or raw 11-character video ID using a helper script.
  • Multiple output formats: chapters (timestamped), 5–10 sentence summaries, per-chapter summaries, Twitter/X-style threads, full blog posts, and notable quotes with timestamps.
  • Robust handling: language preference and fallback chain, chunking and overlapping summarization for very long transcripts, and simple error messages for disabled or private videos.
  • Use Cases: content creators extracting highlights for social posts, researchers summarizing talks, marketers producing blog posts from video interviews, and educators generating reading materials from lectures.

Quick Start

Fetch the transcript for a YouTube URL and produce a 5–10 sentence summary with timestamped chapter headings.

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 summarize it?

To extract a YouTube transcript and summarize it, the Skill fetches subtitles from any video URL or ID and generates a 5–10 sentence summary. It handles language fallbacks and chunks long videos to provide concise text.

Can I generate chapters with timestamps from a YouTube video?

Yes, you can generate timestamped chapters from a YouTube video. The Skill retrieves transcript segments with timestamps and structures them into chapters, providing per-chapter summaries and notable quotes.

How do I turn a YouTube video into a Twitter thread or blog post?

You turn a YouTube video into a Twitter thread or blog post by fetching its transcript and applying the Skill's content generation formats. It converts raw subtitles into structured social media threads or full blog posts.

Does YouTube transcript extraction work with Shorts and live links?

YouTube transcript extraction works with Shorts, live links, standard URLs, short links, embeds, and raw 11-character video IDs. The helper script processes these formats to fetch timestamps and text.

What happens when I try to summarize a YouTube video with disabled transcripts?

When you summarize a YouTube video with disabled transcripts, the process stops and returns a simple error message. It cannot extract content from private videos or those with subtitles explicitly disabled.

How does the tool handle long YouTube video transcripts?

For long YouTube video transcripts, the Skill applies chunking and overlapping summarization techniques. This ensures the full video content is processed and condensed without exceeding text limits.