AI Learning Tutor — AI skill for Claude Code
这是一个专为 AI 学习初学者量身定制的自动化工作流插件(Skill).
How to install AI Learning Tutor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ninime09/AI-Learning-Tutor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Learning Tutor does
这是一个专为 AI 学习初学者量身定制的自动化工作流插件(Skill)。它利用 Claude Code 的强大推理能力与多模态交互,自动追踪全球顶尖 AI 实验室(Anthropic, OpenAI, Google DeepMind)的最新动态,并将其转化为深度适配 Obsidian 的结构化学习笔记。
Alternatives in AI
- WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
- Vllm Mlx — High-performance OpenAI and Anthropic compatible LLM inference server for Apple Silicon 1.5k ★
- Claude To ChatGPT — This project converts the API of Anthropic's Claude model to the OpenAI Chat API format 1.3k ★
README
🤖 AI Tutor — Claude Code Skill
一个面向 AI 初学者的 Claude Code Skill,自动抓取 Anthropic、OpenAI、Cursor 等大厂最新博客,生成结构化深度精读笔记,直接存入你的 Obsidian Vault。
✨ 功能亮点
- 智能内容提取:优先使用 defuddle 提取干净正文,自动过滤广告和导航栏
- 递进式笔记结构:从术语解释到原理剖析,专为零基础学习者设计
- 关键图表下载:Claude 自动识别架构图、流程图等关键图表并本地化
- 知识图谱连接:自动扫描已有笔记,用 Obsidian wikilink 建立知识关联
- 已读追踪:自动记录已读文章,下次运行自动跳过,支持读取历史旧文章
- 行业简报:每次附上其他来源的最新动态标题
📄 生成笔记结构
📌 核心速递 → 一句话说清楚这篇文章讲了什么
💡 术语百科 → ≥3 个专业术语的大白话解释
🚀 前沿速递 → 本文核心发布内容(新模型/新功能/新研究)
🛠️ 核心原理解析 → 现象→背景→原理→意义,含关键图表 + Claude 导读
🧠 学习重点 → 3 个初学者最应带走的 Takeaways
🔍 关联思考 → 与 Obsidian 知识库中已有笔记的连接
📰 简报区 → 其他来源今日最新动态
🚀 安装方法
前置条件
# 1. 安装 defuddle-cli(内容提取工具)
npm install -g defuddle-cli
# 2. 确保 Claude Code 已安装
# https://claude.ai/download
在 `~/.claude/settings.json` 中配置两个 MCP 服务器:
{
"mcpServers": {
"fetch": {
"command": "mcp-server-fetch"
},
"obsidian-vault": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/你的/Obsidian/Vault/路径"]
}
}
}
安装 Skill
将 `ai-tutor` 文件夹复制到 Claude Code 的 skills 目录:
# macOS / Linux
cp -r ai-tutor ~/.claude/skills/
# 验证安装
ls ~/.claude/skills/ai-tutor/
# 应输出:SKILL.md
配置 Vault 路径
打开 `~/.claude/skills/ai-tutor/SKILL.md`,找到"Vault 路径配置"部分,将路径替换为你自己的 Obsidian Vault 路径:
vault_root: /你的用户名/Documents/Obsidian-Vault/
notes_dir: AI_Learning/
attachments: attachments/
read_log: .ai-tutor-read-log.md
📖 使用方法
在 Claude Code 中,进入你的项目目录,直接运行:
# 读取 Anthropic Engineering 最新文章(默认)
/ai-tutor
# 读取 OpenAI Blog 最新文章
/ai-tutor openai
# 读取 Cursor Blog 最新文章
/ai-tutor cursor
运行后,笔记自动保存到你的 Obsidian Vault:
Obsidian-Vault/
├── AI_Learning/
│ └── 2026-03-02-文章标题.md ← 生成的精读笔记
├── attachments/
│ └── 2026-03-02-anthropic-架构图.png ← 下载的关键图表
└── .ai-tutor-read-log.md ← 已读记录(自动维护)
📁 文件结构
ai-tutor/
└── SKILL.md # Skill 定义文件,包含
Related Skills
AI Tutor Cherry Studio
原项目 AI-Learning-Tutor 的 CherryStudio 适配版。
Key Learning
Field-agnostic AI tutor skill for Claude. Explains how and why from first principles, diagnoses your Bloom's t
Vibe Sort
Proof-of-concept Ruby gem that sorts arrays using LLM APIs: OpenAI, Anthropic Claude, Google Gemini, Groq, and
Morning Brief
Generate today's AI + Learning briefing on demand. Pulls RSS + discovery searches, synthesizes via Claude, wri
Devbrain
Single Source of Truth (SSOT) for Multi-Agent Coding & Obsidian. devbrain connects your AI coding assistants (
Ruby Nano Bots
Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed
Related Agents
AI LLM Engineer
Use this agent when the user types /ai or asks for ai/llm engineer work — e.g., build a RAG pipeline over our
LLM Orchestrator
Use this agent for LLM integration work — prompt engineering, multi-provider abstraction (OpenRouter, Gemini,
AI ML
AI/ML 통합 전문가 + LLM API 최신 모델/SDK 코딩 가이드. RAG 시스템, 문서 분석, OpenAI/Anthropic/Gemini/Ollama 최신 API 보장. "AI integra