Skip to content
Skill

youtube-ai-digest

by yizhiyanhua-ai

AI Summary

Automates 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
39 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars39
Forks2
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code