youtube-summarizer
Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks
npx skills add sickn33/agentic-awesome-skills --skill youtube-summarizer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 youtu
- Purpose
- When to Use This Skill
- Step 0: Discovery & Setup
- Main Workflow
- Progress Tracking Guidelines
- Step 1: Validate YouTube URL
- Step 2: Check Video & Transcript Availability
- Step 3: Extract Transcript
- Step 4: Generate Comprehensive Summary
- Step 5: Format and Present Output
- Example 2: Missing Dependency
- Example 4: Invalid URL
- 📊 Executive Summary
- Limitations
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" fi Check Python availability if ! command -v python3 &>/dev/null; then echo "❌ Python 3 is required but not installed" exit 1 pip install youtube-transcript-api
What does the youtube-summarizer skill do?
Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill youtube-summarizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.