Files
nexus/wiki/concepts/Tutor-Skills.md
2026-04-28 12:03:10 +08:00

46 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "tutor-skills"
type: concept
tags: [obsidian, openclaw, learning, education]
last_updated: 2026-04-28
---
## tutor-skillsAI 学习闭环系统)
### 简介
tutor-skills 是由 Choi Wontak 开发的一套 Obsidian AI 学习工具集,包含两个核心组件 `tutor-setup``tutor`,构成"**输入-内化-检测**"三阶段完整闭环。
### 核心组件
#### tutor-setup
将任意本地文档或源代码工程自动解析生成带有双链、MOC内容地图和复习题的独立 Obsidian 学习金库StudyVault
#### tutor
读取知识库的进度数据,在终端内生成互动式测验,追踪并攻克用户的知识薄弱点。
### 使用方法
- **触发构建**:在特定工作目录输入命令 `/tutor-setup`
- **触发复习**:在已有 StudyVault 的目录下输入 `/tutor`
### 特殊机制
#### 模式自动侦测
无需手动指定Skill 会自动扫描当前工作目录:
- 发现 `package.json``pom.xml` → 进入"代码库模式"
- 只有 PDF/纯文本 → 进入"文档模式"
#### Token 消耗风险
尽管禁止了 PDF 图像读取,但"代码库模式"会递归读取大量源文件并进行架构溯源Phase C1-C9 循环),在短时间内消耗大量 Token 额度。
### 依赖
- 基础环境:智能体工具如 Claude Code、OpenCode
- Obsidian 客户端及配置好的 Vault 文件夹
### 与其他工具的关系
- 不同于 [[scholar-skill]] 的学术论文阅读方向tutor-skills 面向通用文档和代码库学习
- 与 [[obsidian-markdown]] 的被动笔记写作不同tutor-skills 强调主动检测和复习机制
### Aliases
- tutor-setup
- tutor