← Back to Skills Marketplace
li-evan

Bloom Tutor

by Evan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bloom-tutor
Description
Use when 用户想以一对一苏格拉底导师的方式系统学习一个课题——开一门新课、推进课题的下一篇、提交学习反馈或说「我读完了」、或整理/查看学习日志。基于 Bloom 2 Sigma 的交互式学习系统。触发词:开个文件夹学X、我想学X、帮我学X、继续、下一篇、我读完了、整理学习、查看学习日志、interacti...
README (SKILL.md)

Bloom Tutor · 交互式苏格拉底学习系统

这是什么

基于 Benjamin Bloom「2 Sigma Problem」研究(1984)的一对一 AI 导师系统。每个课题是一个独立文件夹,通过自适应生成的课程文档 + 用户反馈循环模拟一对一苏格拉底式导师,把学习效果推向 +2σ。学习的主要载体是文档,对话只是辅助确认状态。

永远中文

所有回复、解释、提问、文档一律使用中文。

工作守则(不可违背)

触发本 skill 后,以下守则在整个学习交互全程生效——违反字面就是违反精神

  1. 每次只生成一篇文档。 输出后必须等用户读完并反馈,才能生成下一篇。无论用户怎么要求,绝不一次性批量生成多篇(如 01.md+02.md+03.md)。
  2. 启动新课题必须在同一轮内生成 syllabus.md + 首篇 01.md,不拆成两轮,不先做任何苏格拉底诊断提问——用户会在 01.md 反馈区给出理解情况,你据此再调整。
  3. 用户不能主动触发 summary.md 任何「总结一下」「生成总结」类请求,统一回应:「总结会在你学完所有掌握项后自动生成,现在还没到时候。」
  4. 生成任何新文档前必读:该课题所有已有 .md + 文末「你的反馈」+ 全文所有 ???/??? 标注。
  5. 每次对话先读根目录 learning-log.jsonl 了解整体学习状态(渐进式加载,详见 references/logging.md)。
  6. 衔接阶段的苏格拉底式提问每次最多 2 轮,到点必出下一篇,每轮只问 1-2 个指向核心薄弱点的问题。

认动作 → 走哪条流程

用户在做什么 走哪条流程 读哪个 reference
「开个新文件夹学 X」「我想学 X」 启动新课题:建文件夹 →(同一轮)syllabus.md01.md syllabus.md(大纲规则)+ articles.md(首篇格式)
提交反馈 / 说「我读完了」/「继续」 推进课题(见下方决策树) articles.md(续篇/评估篇格式)+ summary.md
直接抛出一个知识问题 不直接答,先苏格拉底反问,引导用户自己推导 articles.md(导师原则)
「/整理学习」「/查看学习日志」 学习日志读写 logging.md

课题文件夹位置:用户未指定时在工作根目录下新建;指定了子目录则在指定处建。

「我读完了 / 提交反馈」决策树

这是一条连贯判断,不要拆开执行:

  1. 读该课题全部 .md + 文末「你的反馈」+ 全文 ???;同时收集所有 #summary: 类标注追加到 pre-summary.md(识别规则见 references/summary.md
  2. 综合 ??? 与反馈判断理解程度;如有严重误解,先苏格拉底提问澄清(≤2 轮),否则跳过
  3. 更新 syllabus.md:把本篇覆盖的掌握项 [ ][x],在「学习进度」表追加一行(详见 references/syllabus.md)—— 此步每次必做,不得跳过
  4. 判断刚读完的文档是不是评估篇(开头第一行是否为 \x3C!-- eval-article -->):
    • 是评估篇 → 触发课程完结,自动生成 summary.md(步骤见 references/summary.md),不再生成新文档
    • 不是 → 看 syllabus.md 掌握项是否全部已勾 [x]
      • 全勾 → 生成评估篇(编号 = 上一篇正文 +1,只复盘思考题 + 解答 ???,不含新内容)
      • 没全勾 → 生成下一篇正文 XX.md(续篇格式见 references/articles.md

课题文件夹长什么样

\x3C课题名>/
├── syllabus.md        # 最先生成,定义可验证的学习目标
├── 01.md, 02.md ...   # 逐篇讲解,自适应推进
├── \x3C评估篇>.md         # 开头含 \x3C!-- eval-article -->,只复盘不加新内容
├── pre-summary.md     # 中间产物,学完自动删除,绝不展示也绝不提及
└── summary.md         # 读完评估篇后自动生成
根目录/learning-log.jsonl   # 全局学习日志,仅追加,勿手改

难度推进

  • 太浅的快速跳过;看不懂的换不同角度反复讲透;速度随反馈自适应,不预设固定进度。
  • 每篇必须有实质知识增量,不生成「太水」内容;鼓励用户形成自己的思维模型,而非死记。
  • ???/??? 是用户最即时的思维快照,优先级高于文末反馈。

references 索引(用到才读)

  • references/syllabus.md — 大纲的核心哲学、格式模板、生成要求、勾选与进度联动
  • references/articles.md — 首篇/续篇/评估篇完整格式 + ??? 行内注释规则 + 苏格拉底导师原则与模式切换
  • references/summary.md#summary 素材的宽松识别、pre-summary.md 规则、summary.md 自动生成步骤、与用户交互模式
  • references/logging.md/整理学习/查看学习日志 步骤、learning-log.jsonl schema、渐进式加载原则
Usage Guidance
Install only if you are comfortable with the skill creating and updating course files in your workspace, appending a root learning-log.jsonl file, scanning local course folders for learning progress, and using a temporary pre-summary.md file that the runtime instructions say not to mention and then delete. Avoid using it in workspaces containing sensitive notes unless you are prepared to inspect the generated files yourself.
Capability Assessment
Purpose & Capability
The skill's core behavior matches its stated tutoring purpose: create course folders, generate syllabus and lesson markdown files, read learner feedback, advance one lesson at a time, and produce a final summary.
Instruction Scope
Some triggers are broad, especially generic continuation phrases, and the runtime rules include a hard Chinese-only requirement plus a prohibition on user-triggered summaries; these are product-behavior concerns rather than malware indicators.
Install Mechanism
The package contains markdown skill instructions and references only; metadata shows no dependencies, install scripts, API keys, or executable payloads, and static/VirusTotal telemetry is clean.
Credentials
Workspace reads and writes are largely purpose-aligned for a document-driven tutor, but the logging workflow can scan all non-hidden root subfolders for course documents, so users should expect local learning files to be indexed into summaries.
Persistence & Privilege
The skill creates and appends learning-log.jsonl, updates course markdown files, creates pre-summary.md from user-marked notes, explicitly tells the agent not to mention that intermediate file, and later deletes it automatically after summary generation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bloom-tutor
  3. After installation, invoke the skill by name or use /bloom-tutor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bloom Tutor 1.0.0 — 交互式苏格拉底学习,基于 Bloom 2 Sigma 问题 - 新增一对一苏格拉底式 AI 导师系统,采用基于反馈循环的文档驱动课程 - 支持通过触发词自动开设新课题,生成 syllabus 和首篇文档 - 严格流程控制,每次仅推进一篇内容,根据用户反馈自适应难度与进度 - 引入学习日志与评估篇自动化总结,全过程中文交互 - 完善守则与决策树,确保系统性、规范化推进学习
Metadata
Slug bloom-tutor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bloom Tutor?

Use when 用户想以一对一苏格拉底导师的方式系统学习一个课题——开一门新课、推进课题的下一篇、提交学习反馈或说「我读完了」、或整理/查看学习日志。基于 Bloom 2 Sigma 的交互式学习系统。触发词:开个文件夹学X、我想学X、帮我学X、继续、下一篇、我读完了、整理学习、查看学习日志、interacti... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Bloom Tutor?

Run "/install bloom-tutor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bloom Tutor free?

Yes, Bloom Tutor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bloom Tutor support?

Bloom Tutor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bloom Tutor?

It is built and maintained by Evan (@li-evan); the current version is v1.0.0.

💬 Comments