youtube-summarizer

Solid

Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks

Data & Documents 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# youtube-summarizer ## Purpose This skill extracts transcripts from YouTube videos and generates comprehensive, verbose summaries using the STAR + R-I-S-E framework. It validates video availability, extracts transcripts using the `youtube-transcript-api` Python library, and produces detailed documentation capturing all insights, arguments, and key points. The skill is designed for users who need thorough content analysis and reference documentation from educational videos, lectures, tutorials, or informational content. ## When to Use This Skill This skill should be used when: - User provides a YouTube video URL and wants a detailed summary - User needs to document video content for reference without rewatching - User wants to extract insights, key points, and arguments from educational content - User needs transcripts from YouTube videos for analysis - User asks to "summarize", "resume", or "extract content" from YouTube videos - User wants comprehensive documentation prioritizing completeness over brevity ## Step 0: Discovery & Setup Before processing videos, validate the environment and dependencies: ```bash # Check if youtube-transcript-api is installed python3 -c "import youtube_transcript_api" 2>/dev/null if [ $? -ne 0 ]; then echo "⚠️ youtube-transcript-api not found" # Offer to install fi # Check Python availability if ! command -v python3 &>/dev/null; then echo "❌ Python 3 is required but not installed" exit 1 fi ``` **Ask the user if depe...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

youtube-summarizer

Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks

39,350 Updated today
sickn33
AI & Automation Listed

youtube-summarizer

Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts.

314 Updated 2 months ago
BrianRWagner
AI & Automation Solid

youtube-content

Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.

175,435 Updated today
NousResearch
AI & Automation Listed

youtube-content

Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts).

1 Updated today
VisionaireLabs
Data & Documents Solid

youtube-transcript

YouTube transcript extraction and content reformatting: given a YouTube video URL, opens the video's transcript panel, extracts all timestamped segments, and transforms the raw transcript into summaries, chapter outlines, Twitter/X threads, blog posts, or notable quotes. Use when the user shares a YouTube URL or video link, asks to summarize a video, get a transcript, extract content from a YouTube video, get YouTube captions, extract YouTube captions, download YouTube captions, transcribe YouTube video, YouTube video to text, make a thread from YouTube, YouTube to blog post, YouTube to article, pull transcript from YouTube, YouTube content extraction, convert YouTube to text, video to transcript. Also applies when user wants to reformat any YouTube video content into structured output (chapters, threads, blog articles, key quotes).

1,529 Updated 5 days ago
browser-act