AI SummaryAutomates the process of discovering, transcribing, and summarizing AI-related YouTube videos from subscribed channels into organized Markdown reports. Ideal for AI researchers, developers, and enthusiasts who want to stay current with YouTube AI content without manual effort.
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 (2 files) 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/diegosouzapw/awesome-omni-skill/main/skills/data-ai/youtube-ai-digest/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/youtube-ai-digest/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/youtube-ai-digest/metadata.json" 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