Install
openclaw skills install youtube-transcript-analyzerExtract and analyze YouTube video transcripts without watching the video. Use when users request video summaries, ask to "analyze this YouTube video", want t...
openclaw skills install youtube-transcript-analyzerExtract, clean, and analyze YouTube video transcripts to understand content without watching.
This skill enables rapid analysis of YouTube videos by extracting transcripts and providing comprehensive summaries. Perfect for research, content review, or understanding video material without time investment.
scripts/extract_transcript.sh to get clean text from YouTube URLUse the bundled script for any YouTube video:
scripts/extract_transcript.sh "https://www.youtube.com/watch?v=VIDEO_ID" output.txt
The script automatically:
Identify video type first, then tailor analysis:
Educational/Tutorial: Step-by-step breakdown, key concepts, prerequisites
Product Review: Comparisons, pros/cons, recommendations, specifications
News/Commentary: Main topics, key arguments, sources cited
Entertainment: Highlights, key moments, recurring themes
For any video type:
For technical content:
Auto-generated transcripts may have:
Filter and interpret accordingly - focus on clear, coherent content.
For detailed analysis patterns and content-specific approaches, see analysis-patterns.md.
If extraction fails:
Fallback approach: Use web_fetch on the YouTube URL to get basic video information, then inform user about transcript limitations.