learning-notes-automation
学习笔记自动化:视频/播客转录 → 知识点提取 → 闪卡生成 → 知识图谱更新。触发词:学习笔记、闪卡、Anki、知识提取、视频学习
npx skills add chubbyguan/chubbyskills --skill learning-notes-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 学习笔记自动化 ## 核心价值 **被动学习 → 主动记忆**:看视频 ≠ 学会,生成闪卡 = 记住 ## 输入源 | 输入类型 | 工具 | 输出格式 | |----------|------|----------| | YouTube 视频 | `youtube-transcribe` | 转录文本 | | B站视频 | `bilibili-transcribe` | 转录文本 | | 播客 | `podcast-transcribe` | 转录文本 | | 抖音 | `douyin-transcribe` | 转录文本 | | 公众号文章 | `wechat-article-ingest` | Markdown | ## 工作流程 ### Phase 1: 内容转录 复用本仓库的转录 skill(相对路径,按需替换为你的安装位置): ```bash # YouTube(自动翻译)
What does the learning-notes-automation skill do?
学习笔记自动化:视频/播客转录 → 知识点提取 → 闪卡生成 → 知识图谱更新。触发词:学习笔记、闪卡、Anki、知识提取、视频学习
How do I install it?
Run `npx skills add chubbyguan/chubbyskills --skill learning-notes-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.