🧠
AI EngineeringPython

Learning Notes Automation

by chubbyguan

Learning Notes Automation is an AI Engineering skill for Claude Code, published by chubbyguan in chubbyskills.

637 stars90 forkson chubbyguan/chubbyskillsAdded 2026/08/24+2% in starsRepository updated 2026/08/19
agent-skillsai-agentschineseclaude-codeknowledge-basemcpobsidiansecond-braintranscriptionxiaohongshu
Install in seconds
Install Learning Notes Automation
Copy Learning Notes Automation 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/chubbyguan/chubbyskills/tree/main/learning-notes-automation ~/.claude/skills/learning-notes-automation

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/chubbyguan/chubbyskills.git

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

In this catalog

Source file
learning-notes-automation/SKILL.md in chubbyguan/chubbyskills
Installs to
~/.claude/skills/learning-notes-automation
Collection
One of 14 skills cataloged from this repository
Category
AI Engineering2451 skills

What Learning Notes Automation does

Learning Notes Automation turns transcripts from videos, podcasts, and articles into study notes, flashcards, and knowledge graph updates. Use it when you want to extract key points and export Anki-ready cards from learning material.

Learning Notes Automation is cataloged under AI Engineering on DirSkills. Learning Notes Automation comes from a repository tagged agent-skills, ai-agents, chinese, claude-code and knowledge-base.

Documentation

README

学习笔记自动化

核心价值

被动学习 → 主动记忆:看视频 ≠ 学会,生成闪卡 = 记住

输入源

输入类型 工具 输出格式
YouTube 视频 youtube-transcribe 转录文本
B站视频 bilibili-transcribe 转录文本
播客 podcast-transcribe 转录文本
抖音 douyin-transcribe 转录文本
公众号文章 wechat-article-ingest Markdown

工作流程

Phase 1: 内容转录

复用本仓库的转录 skill(相对路径,按需替换为你的安装位置):

# YouTube(自动翻译)
python3 ../youtube-transcribe/scripts/transcribe.py "https://youtube.com/watch?v=xxx" -o ./

# B站
python3 ../bilibili-transcribe/scripts/transcribe.py "https://bilibili.com/video/xxx" ./

# 播客
python3 ../podcast-transcribe/scripts/transcribe.py "https://xiaoyuzhoufm.com/episode/xxx" ./

输出是一份转录 Markdown,作为 Phase 2 的输入。

Phase 2 + 3: 知识点提取 + 闪卡生成(一步到位)

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

Frequently asked about Learning Notes Automation

  • What else does chubbyguan publish alongside Learning Notes Automation?

    Learning Notes Automation is one of 14 skills that DirSkills catalogs from chubbyguan/chubbyskills, the repository it ships in. Its siblings there include Bilibili Transcribe, Content Enrich and Douyin Transcription. Each one is a separate skill with its own page in this directory, installs the same way Learning Notes Automation does, and is maintained by chubbyguan in that same repository. The rest of the collection is listed on the chubbyguan/chubbyskills page.

  • How does Learning Notes Automation compare to other AI Engineering skills?

    Learning Notes Automation ranks #1870 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Learning Notes Automation against them. Open each page to compare what they document and how they install.

More from chubbyguan/chubbyskills

Learning Notes Automation is one of 14 skills cataloged on DirSkills from chubbyguan/chubbyskills.

See all 14 skills
🎬
1w ago

Bilibili Transcribe

Bilibili Transcribe downloads B 站 videos, prefers official or auto subtitles, and falls back to audio transcription when needed. Use it to convert a BV number or URL into a Markdown transcript file.
Automation
63790
📝
1w ago

Content Enrich

Content Enrich adds a summary, key points, tags, and a value judgment to imported notes or transcripts. It writes metadata to frontmatter and inserts a summary block at the top for easier review and knowledge base use.
Writing
63790
🎙️
1w ago

Douyin Transcription

Douyin Transcription downloads Douyin video audio, transcribes it with SenseVoice-Small, and saves the result as Markdown. Use it for short or full links when you need a text transcript without cookies or login.
AI Engineering
63790
📡
1w ago

Industry Intelligence Radar

Industry Intelligence Radar scans HN, V2EX, RSS, X, and 即刻 for keyword-matched signals, then filters and detects trends for a daily intelligence brief. Use it for industry monitoring, competitor tracking, and spotting emerging topics.
Data
63790
📚
1w ago

Knowledge Base Management

Knowledge Base Management manages an Obsidian vault across intake, wiki curation, audit, and archiving. Use it to classify source material, keep notes traceable, and check vault health.
Writing
63790
🎙️
1w ago

Podcast Transcribe

Podcast Transcribe downloads podcast audio and converts it to Markdown transcripts. Use it for single episode links or RSS batch processing from platforms like 小宇宙 and 喜马拉雅.
Automation
63790