AI SummaryAutomates the discovery and summarization of AI-related YouTube content from subscribed channels by fetching transcripts and generating Markdown reports. Useful for researchers, learners, and content curators who want to stay updated on AI topics without manually watching videos.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "youtube-ai-digest" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/youtube-ai-digest && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/youtube-ai-digest/SKILL.md "https://raw.githubusercontent.com/yizhiyanhua-ai/youtube-ai-digest/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Browses AI-related YouTube videos from subscribed channels, fetches transcripts, generates summaries, and creates Markdown reports. Use when the user mentions YouTube AI videos, video summaries, channel subscriptions, or asks about recent AI content from YouTube creators.
Prerequisites
• Python 3.9+ • yt-dlp (pip install yt-dlp)
YouTube AI Digest
Browse subscribed YouTube channels for AI-related videos, extract transcripts, and generate structured Markdown reports.
1. Fetch Recent Videos
`bash python scripts/fetch_videos.py --days 7 --keyword AI ` Output: data/videos.json with filtered video list.
2. Get Transcript
`bash python scripts/get_transcript.py --video-id VIDEO_ID ` Output: data/transcript_{VIDEO_ID}.txt and .json.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster