Live Course Notes
Description
在电脑上实时旁听直播课,自动生成结构化笔记,并将课程知识蒸馏为可复用的 Agent Skill
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🎓 Live Course Notes
**在电脑上实时旁听直播课,自动生成结构化笔记,并将课程知识蒸馏为可复用的 Agent Skill**
[](LICENSE) [](https://www.python.org/downloads/) [](#) [](CONTRIBUTING.md) [](#)
[特性](#-特性) • [快速开始](#-快速开始) • [架构](#-架构) • [配置](#%EF%B8%8F-配置) • [蒸馏](#-知识蒸馏-ria-tv) • [FAQ](#-常见问题) • [贡献](#-贡献)
📖 这是什么
Live Course Notes 是一个运行在你 Windows 电脑上的课程旁听工具。当你观看直播课、在线培训或视频教程时,它会:
- 🎙️ 采集系统音频 — 通过 loopback 录制课程声音,用 faster-whisper 本地转写为文字
- 🖥️ 截取屏幕画面 — 定期截图,理解 PPT、代码演示、操作界面等视觉内容
- 📝 实时生成笔记 — 将音频和画面结合,输出结构化课程笔记
- 🧪 知识蒸馏 — 课程结束后,用 RIA-TV++ 流水线把方法论提炼成可复用的 Agent Skill 包
**核心特点:**
- ✅ 完全免费 — Whisper 本地运行,视觉用 Agent 内置能力或免费 API
- ✅ 跨 Agent 兼容 — 基于标准 MCP 协议,扣子 / Claude Desktop / Cursor 等都能连接
- ✅ 隐私优先 — 音频和截图只保存在本地,不上传任何服务器
- ✅ 知识复用 — 不只是笔记,更把课程内容蒸馏成可触发、可组合、可测试的 Skill
✨ 特性
音频转写
- Windows loopback 系统音频采集(无需虚拟音频线)
- faster-whisper 本地推理,CPU/GPU 均可运行
- 支持中文/英文自动检测
- 弱网/离线时本地缓存录音,恢复后继续处理
屏幕理解
- 定期自动截图(间隔可配)
- Agent 内置视觉模型直接理解画面(零配置)
- 可选接入智谱 GLM-4V-Flash(免费)或 Google Gemini(免费层)
- 自动识别 PPT 文字、代码、图表、操作演示
实时笔记
- 音频 + 画面双向印证,避免"只听不看"或"只看不听"
- 重要知识点标记
- 会中可随时向 Agent 提问
- 课程结束自动整理学习笔记和复习提纲
知识蒸馏
- 基于 cangjie-skill 的 RIA-TV++ 方法论
- 提取框架、原则、流程、反例、术语五类方法论单元
- 三重验证筛选(有依据、能泛化、非常识)
- 每个单元生成独立 SKILL.md,可直接在 Agent 中使用
🚀 快速开始
环境要求
- Windows 10/11
- Python 3.10+
- ffmpeg(音频处理需要)
- (可选)NVIDIA GPU + CUDA,加速 Whisper 转写
第一步:安装
# 克隆仓库
git clone https://github.com/1361525226/live-course-notes.git
cd live-course-notes/scripts
# 一
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11