📺
AutomationPython

YouTube AI Digest

by yizhiyanhua-ai

YouTube AI Digest is an Automation skill for Claude Code, published by yizhiyanhua-ai in youtube-ai-digest.

55 stars6 forkson yizhiyanhua-ai/youtube-ai-digestAdded 2026/07/16+2% in starsRepository updated 2026/04/12
Install in seconds
Install YouTube AI Digest
Copy YouTube AI Digest into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yizhiyanhua-ai/youtube-ai-digest ~/.claude/skills/youtube-ai-digest

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yizhiyanhua-ai/youtube-ai-digest.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in yizhiyanhua-ai/youtube-ai-digest
Installs to
~/.claude/skills/youtube-ai-digest
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What YouTube AI Digest does

Browse AI-related YouTube videos from subscribed channels, fetch transcripts, and generate Chinese summaries as Markdown digests.

YouTube AI Digest is cataloged under Automation on DirSkills.

Documentation

README

YouTube AI Digest

Browse AI-related YouTube videos from subscribed channels, fetch transcripts, and generate Chinese summaries as Markdown digests.

Installation

npx skills add yizhiyanhua-ai/youtube-ai-digest -g

快速开始

Skill 根目录:~/.claude/skills/youtube-ai-digest/

标准工作流(推荐)

# 第一步:获取最近 3 天的 AI 相关视频
cd ~/.claude/skills/youtube-ai-digest
python scripts/fetch_videos.py --days 3

# 第二步:展示列表,让用户选择感兴趣的视频(编号选择)

# 第三步(单视频):获取字幕并由 Claude 生成摘要
python scripts/get_transcript.py --video-id VIDEO_ID
# 然后读取字幕文件,Claude 对内容做中文总结

# 第三步(批量日报):批量处理所有视频
python scripts/digest_all.py --days 3 --limit 10
# 然后读取生成的日报文件,Claude 对每段字幕生成中文摘要

Claude 的 AI 摘要职责

当获取到字幕内容后,Claude 应主动完成以下工作,无需用户再次指示:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about YouTube AI Digest

  • How does YouTube AI Digest compare to other Automation skills?

    YouTube AI Digest ranks #2124 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of YouTube AI Digest against them. Open each page to compare what they document and how they install.