面向中国教育场景的开源 Agent Skill Pack:教材同步、备考复习、拍照答疑、错题复盘、亲子陪学、阅读写作和教师工具,Hermes Agent 可直接使用,也可导出到 OpenClaw、Codex、Cursor、Claude Code 等 AI 工具。
A China-focused open education Agent Skill Pack for textbook sync, exam prep, photo Q&A, mistake review, family learning, reading/writing, and teacher workflows. Built for Hermes Agent, exportable to OpenClaw, Codex, Cursor, Claude Code, and other AI tools.
English · Skill Catalog · Discovery Index · Shineway
Hermes Edu Skills 是一套可直接被 Hermes Agent 识别的中文教育 Agent Skill Pack。它把教材同步、考试备考、拍照答疑、错题复盘、每日练习、阅读写作、亲子陪学、教师备课和家校沟通,整理成 170 个可浏览、可安装、可二次开发的产品级 Skill。
当前包含 170 个可直接安装使用的 Hermes Skill。它不是泛泛的 Prompt 合集,而是一套围绕“真实教育任务”组织的 Agent 能力目录:每个 Skill 都有触发信号、适用角色、参数维度、使用边界和 Hermes 可读取的 SKILL.md。
如果你正在做 AI 学习助手、AI 老师、教研工具、家长陪学产品、题库/错题产品,或想给 Hermes Agent 装上一套开箱即用的中文教育能力,这个仓库可以直接作为起点。觉得有帮助的话,欢迎 Star,它会帮助更多中文教育 AI 开发者更快找到这个项目。
| 问题 | 答案 |
|---|---|
| 这是什么? | 一套面向 Hermes Agent Runtime 的中文教育 Agent Skill Pack。 |
| 现在有多少? | 170 个公开 Skill,全部是可安装的 Hermes 兼容 Skill。 |
| 最核心的场景? | 教材同步、备考复习、拍照答疑、错题复盘、每日练习、阅读写作、亲子陪学、教师工具。 |
| 为什么不是几千个文件? | 年级、册别、单元、课时、知识点、难度都作为参数传入,避免把用户淹没在海量重复 Skill 中。 |
| 谁适合用? | Hermes Agent 用户、教育 AI 开发者、老师、教研人员、学校/机构团队。 |
| 怎么开始? | 默认使用 npx hermes-edu-skills install hermes;源码模式仍可使用 npm run install:hermes。 |
- 中国教育场景优先:教材版本、年级册别、单元课时、同步练习、错题巩固、备考复习、亲子陪学都是一等公民。
- 产品级分类:不按技术文件夹堆砌,而按用户真正要完成的任务组织,拿来就能做教育 Agent 原型。
- 兼容 Hermes Agent:每个 Skill 都是标准
SKILL.md,可被 Hermes 直接识别。 - 可读、可改、可扩展:既能直接安装,也能作为教育 Agent Skill 设计参考和商业产品能力清单。
- 传播友好:每个精品 Skill 都写清“解决什么问题、适合谁、怎么用、输出什么、不能做什么”。
- 公开友好:仓库只包含公开 Skill 文档、索引和校验工具,不包含用户数据、密钥或商业后端实现。
- 给本地 Hermes Agent 增加一套中文教育 Skill 库,让 Agent 会做教材同步、备考、阅读写作和陪学。
- 快速搭建 AI 学习助手、AI 老师、AI 助教、拍照答疑、错题复盘、亲子阅读、作文批改等教育 Agent 原型。
- 学习和复用教育 Skill 的目录结构、触发信号、适用场景和工作流命名方式。
- 为学校、老师、家长、教培机构和成人学习场景设计自己的 Skill。
- Fork 后可以继续扩展教材版本、知识点覆盖和独立 Hermes 工具适配。
| 你是谁 | 推荐先看 | 可以得到什么 |
|---|---|---|
| Hermes Agent 用户 | 默认使用:Hermes Agent、学习核心能力 | 直接把中文教育 Skill 加到本地 Agent。 |
| 教育 AI 开发者 | 项目结构、兼容说明 | 复用 Skill 结构、参数设计和工作流命名。 |
| 老师 / 教研人员 | 老师工具、教材同步 | 参考备课、作业生成、单元复习和同步教学设计。 |
| 家长 / 家庭教育产品 | 家庭教育、每日练习 | 构建陪伴、阅读、习惯和每日训练场景。 |
| 学校 / 教培机构 | 老师工具、考试备考 | 了解备课、作业、班级分析、复习和教学支持产品形态。 |
本项目由 长沙欣慰科技 发起并维护。
我们希望把可复用的教育 Agent Skill 设计开放出来,和开发者、老师、教研人员、学校及教育机构一起探索更适合中国教育场景的智能体能力。本仓库只包含公开 Skill 文档、索引和校验工具,不包含用户数据或后端服务实现。
- 170 个可点击浏览的产品级
SKILL.md。 - 分类围绕用户任务组织:教材同步、学习核心、每日练习、考试备考、阅读写作、教师工具、家庭教育。
- 每个 Skill 都包含 Hermes frontmatter、适用场景、调用信号和工作流名称。
- 新增 Skill 独立使用标记和安装选择器列,同时标出正式 CLI 与源码模式应该复制的名字。
- 年级、册别、单元、课时、知识点和难度作为参数传入,不再拆成海量独立 Skill。
- 自带
catalog.json和.well-known/skills/index.json,方便工具读取和二次集成。 - 自带校验脚本,确保目录、索引和 Skill 文件一致。
- MIT 协议,适合个人学习、二次开发和教育 Agent 原型建设。
- 点 Star:帮助更多人发现这个教育 Skill Pack。
- Watch:关注后续新增 Skill、安装方式和 Hermes 适配更新。
- Fork:把
skills/接入你自己的 Hermes Agent 或教育 Agent 项目。 - 提 Issue:告诉我们你最需要的年级、教材版本、学科或教师工具。
- 提 PR:贡献新的 Skill、优化中文指令、补充使用示例。
Hermes Edu Skills 的默认目标是 Hermes Agent。仓库中的 skills/ 目录就是标准 Skill 源目录,不需要先转换格式。推荐优先使用正式 CLI;如果你是从 GitHub 源码运行,也可以继续使用下方源码模式命令。
如果你的环境暂时无法通过 npx 获取包,请直接使用后面的源码模式。
方法一:正式 CLI 安装(推荐)
npx hermes-edu-skills install hermes --config ~/.hermes/config.yaml安装某个分类,例如教材同步:
npx hermes-edu-skills install hermes textbook-sync --config ~/.hermes/config.yaml
npx hermes-edu-skills install hermes 教材同步 --config ~/.hermes/config.yaml只安装一个 Skill 到 Hermes Agent:
npx hermes-edu-skills install hermes agent-study-plan --config ~/.hermes/config.yaml先浏览和搜索:
npx hermes-edu-skills list
npx hermes-edu-skills list textbook-sync
npx hermes-edu-skills search 错题
npx hermes-edu-skills info agent-mistake-review方法二:源码模式安装(从 GitHub clone 后使用)
git clone https://github.com/zhongweiv/hermes-edu-skills.git
cd hermes-edu-skills
npm run validate
npm run install:hermes -- --config ~/.hermes/config.yaml
npm run install:hermes -- --category textbook-sync --config ~/.hermes/config.yaml
npm run install:hermes -- --skill agent-study-plan --config ~/.hermes/config.yaml如果你只想先查看需要写入的 Hermes 配置:
npx hermes-edu-skills install hermes然后在 Hermes 中验证:
hermes skills list也可以用 Hermes 的 Skill 工具验证:
from tools.skills_tool import skills_list, skill_view
skills_list()
skill_view("primary-math-mental-arithmetic")很多用户第一次只想试一个能力,不需要把完整 Skill Pack 全部安装。正式 CLI 支持把 Skill 名直接放在工具名后面;高级模式仍支持 --skill <slug>,可以多次传入,也可以用逗号分隔。
| 目标 | 命令 |
|---|---|
| Hermes 单个 Skill | npx hermes-edu-skills install hermes agent-study-plan --config ~/.hermes/config.yaml |
| OpenClaw 单个 Skill | npx hermes-edu-skills install openclaw primary-math-mental-arithmetic |
| Codex 单个 Skill | npx hermes-edu-skills install codex agent-socratic-tutor |
| Claude Code 单个 Skill | npx hermes-edu-skills install claude agent-study-plan |
| Cursor 单个 Skill | npx hermes-edu-skills install cursor agent-study-plan --workspace /path/to/project |
| 通用 Agent 单个 Skill | npx hermes-edu-skills export generic agent-study-plan --target ./dist/one-skill |
一次安装多个 Skill:
npx hermes-edu-skills install openclaw agent-study-plan,agent-mistake-review如果不确定 slug,可以先搜索:
npx hermes-edu-skills search 学习计划
npx hermes-edu-skills info agent-study-plan如果你使用的不是 Hermes Agent,也可以把这套 Skill Pack 转成其它工具更容易识别的目录结构。核心原则是:skills/ 保持 Hermes 原生格式,agent-pack 负责复制、扁平化或生成目标工具规则。
| 目标工具 | 命令 | 输出/安装位置 |
|---|---|---|
| OpenClaw | npx hermes-edu-skills install openclaw |
~/.openclaw/skills/<skill-name>/SKILL.md |
| Codex | npx hermes-edu-skills install codex |
$CODEX_HOME/skills 或 ~/.codex/skills |
| Claude Code | npx hermes-edu-skills install claude |
~/.claude/skills/<skill-name>/SKILL.md |
| Claude Code 项目级 | npx hermes-edu-skills install claude --workspace . |
.claude/skills/<skill-name>/SKILL.md |
| Cursor | npx hermes-edu-skills install cursor --workspace /path/to/project |
.cursor/rules/*.mdc + .cursor/hermes-edu-skills |
| 通用 Agent | npx hermes-edu-skills export generic |
AGENT_SKILL_PACK.json + <skill-name>/SKILL.md |
只转换 OpenClaw 格式,不安装到默认目录:
npx hermes-edu-skills export openclaw只导出某一个分类,例如教材同步。分类名旁边会标出两种安装选择器;也可以直接传入中文别名,例如 教材同步:
npx hermes-edu-skills export openclaw textbook-sync
npx hermes-edu-skills export openclaw 教材同步常用分类安装选择器:
| 想导出的内容 | 安装选择器 |
|---|---|
| 教材同步 | npx: textbook-syncnpm: --category textbook-sync |
| 学习核心能力 | npx: learning-corenpm: --category learning-core |
| 每日练习 | npx: daily-practicenpm: --category daily-practice |
| 阅读写作 | npx: reading-writingnpm: --category reading-writing |
| 考试备考 | npx: exam-prepnpm: --category exam-prep |
| 老师工具 | npx: teacher-toolsnpm: --category teacher-tools |
| 家庭教育 | npx: family-educationnpm: --category family-education |
| 语言学习 | npx: language-learningnpm: --category language-learning |
| 成人与职业学习 | npx: career-learningnpm: --category career-learning |
源码模式和高级写法仍然可用,适合需要动态指定工具或目标目录的集成场景:
npm run agent:install -- --tool hermes --skill agent-study-plan --config ~/.hermes/config.yaml
npm run agent:convert -- --tool openclaw --category 教材同步 --target ./dist/textbook-sync-skills旧命令仍可使用,兼容早期文档:
npm run install:hermes
npm run install:openclaw
npm run export:agents先从这些一级分类进入。每个分类下面仍保留完整可点击 Skill 表格,方便浏览、检索和二次集成。
| 分类 | 安装选择器 | 适用场景 | 数量 |
|---|---|---|---|
textbook-sync教材同步 |
npx: textbook-syncnpm: --category textbook-sync |
面向中国教材版本、年级、册别、单元、课时和知识点的同步学习能力。年级、册别、单元和难度作为参数传入,不再拆成大量独立 Skill。 | 41 |
learning-core学习核心能力 |
npx: learning-corenpm: --category learning-core |
学习计划、拍照答疑、错题复盘、学情报告等通用学习闭环能力。 | 15 |
daily-practice每日练习 |
npx: daily-practicenpm: --category daily-practice |
面向每天短时高频训练,例如口算、听写、背诵、词汇、快速巩固。 | 28 |
reading-writing阅读写作 |
npx: reading-writingnpm: --category reading-writing |
面向语文、英语、学术和职场表达的阅读与写作能力。 | 10 |
exam-prep考试备考 |
npx: exam-prepnpm: --category exam-prep |
面向期末、中考、高考、考研、四六级、考证和公务员等备考场景。 | 27 |
teacher-tools老师工具 |
npx: teacher-toolsnpm: --category teacher-tools |
面向老师备课、作业生成、班级分析和家校沟通。 | 31 |
family-education家庭教育 |
npx: family-educationnpm: --category family-education |
面向家长陪伴、亲子阅读、作业习惯和家庭沟通。 | 8 |
language-learning语言学习 |
npx: language-learningnpm: --category language-learning |
面向成人英语、出国考试、口语、听力和长期语言能力提升。 | 3 |
career-learning成人与职业学习 |
npx: career-learningnpm: --category career-learning |
面向大学、成人学习、职业技能和考证场景。 | 7 |
| 分类 | 安装选择器 | 主要领域 | 数量 |
|---|---|---|---|
textbook-sync教材同步 |
npx: textbook-syncnpm: --category textbook-sync |
生物、数学、化学、物理、地理 | 41 |
learning-core学习核心能力 |
npx: learning-corenpm: --category learning-core |
学习能力、综合 | 15 |
daily-practice每日练习 |
npx: daily-practicenpm: --category daily-practice |
地理、化学、历史、生物、数学 | 28 |
reading-writing阅读写作 |
npx: reading-writingnpm: --category reading-writing |
语文、英语、通识 | 10 |
exam-prep考试备考 |
npx: exam-prepnpm: --category exam-prep |
地理、化学、历史、生物、数学 | 27 |
teacher-tools老师工具 |
npx: teacher-toolsnpm: --category teacher-tools |
教学管理、地理、化学、历史、生物 | 31 |
family-education家庭教育 |
npx: family-educationnpm: --category family-education |
家庭教育 | 8 |
language-learning语言学习 |
npx: language-learningnpm: --category language-learning |
语言学习、英语 | 3 |
career-learning成人与职业学习 |
npx: career-learningnpm: --category career-learning |
计算机、职业教育 | 7 |
下面的表格列出了当前全部 170 个公开 Skill。中文 README 的分类列和 Skill 列都优先展示可复制的英文选择器,下一行保留中文名称;旁边的“安装选择器”列同时标出正式 CLI 与源码模式该复制的参数。
面向中国教材版本、年级、册别、单元、课时和知识点的同步学习能力。年级、册别、单元和难度作为参数传入,不再拆成大量独立 Skill。
安装选择器:npx: textbook-syncnpm: --category textbook-sync
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
junior-biology-bs-textbook-sync北师大版初中生物同步 Skill |
npx: junior-biology-bs-textbook-syncnpm: --skill junior-biology-bs-textbook-sync |
✓ | junior | 生物 | 北师大版 | 教材同步、知识记忆 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-math-bs-textbook-sync北师大版初中数学同步 Skill |
npx: junior-math-bs-textbook-syncnpm: --skill junior-math-bs-textbook-sync |
✓ | junior | 数学 | 北师大版 | 教材同步、函数、几何 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-biology-bs-textbook-sync北师大版高中生物同步 Skill |
npx: senior-biology-bs-textbook-syncnpm: --skill senior-biology-bs-textbook-sync |
✓ | senior | 生物 | 北师大版 | 教材同步、知识记忆 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-math-bs-textbook-sync北师大版高中数学同步 Skill |
npx: senior-math-bs-textbook-syncnpm: --skill senior-math-bs-textbook-sync |
✓ | senior | 数学 | 北师大版 | 教材同步、函数、建模 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
primary-math-bs-textbook-sync北师大版小学数学同步 Skill |
npx: primary-math-bs-textbook-syncnpm: --skill primary-math-bs-textbook-sync |
✓ | primary | 数学 | 北师大版 | 教材同步、计算、应用题 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、口算速练 |
junior-chemistry-lk-textbook-sync鲁科版初中化学同步 Skill |
npx: junior-chemistry-lk-textbook-syncnpm: --skill junior-chemistry-lk-textbook-sync |
✓ | junior | 化学 | 鲁科版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-physics-lk-textbook-sync鲁科版初中物理同步 Skill |
npx: junior-physics-lk-textbook-syncnpm: --skill junior-physics-lk-textbook-sync |
✓ | junior | 物理 | 鲁科版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-chemistry-lk-textbook-sync鲁科版高中化学同步 Skill |
npx: senior-chemistry-lk-textbook-syncnpm: --skill senior-chemistry-lk-textbook-sync |
✓ | senior | 化学 | 鲁科版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-physics-lk-textbook-sync鲁科版高中物理同步 Skill |
npx: senior-physics-lk-textbook-syncnpm: --skill senior-physics-lk-textbook-sync |
✓ | senior | 物理 | 鲁科版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
junior-geography-rj-textbook-sync人教版初中地理同步 Skill |
npx: junior-geography-rj-textbook-syncnpm: --skill junior-geography-rj-textbook-sync |
✓ | junior | 地理 | 人教版 | 教材同步、图表分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-chemistry-rj-textbook-sync人教版初中化学同步 Skill |
npx: junior-chemistry-rj-textbook-syncnpm: --skill junior-chemistry-rj-textbook-sync |
✓ | junior | 化学 | 人教版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-biology-rj-textbook-sync人教版初中生物同步 Skill |
npx: junior-biology-rj-textbook-syncnpm: --skill junior-biology-rj-textbook-sync |
✓ | junior | 生物 | 人教版 | 教材同步、知识记忆 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-math-rj-textbook-sync人教版初中数学同步 Skill |
npx: junior-math-rj-textbook-syncnpm: --skill junior-math-rj-textbook-sync |
✓ | junior | 数学 | 人教版 | 教材同步、函数、几何 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-physics-rj-textbook-sync人教版初中物理同步 Skill |
npx: junior-physics-rj-textbook-syncnpm: --skill junior-physics-rj-textbook-sync |
✓ | junior | 物理 | 人教版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-english-rj-textbook-sync人教版初中英语同步 Skill |
npx: junior-english-rj-textbook-syncnpm: --skill junior-english-rj-textbook-sync |
✓ | junior | 英语 | 人教版 | 教材同步、词汇、语法 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-geography-rj-textbook-sync人教版高中地理同步 Skill |
npx: senior-geography-rj-textbook-syncnpm: --skill senior-geography-rj-textbook-sync |
✓ | senior | 地理 | 人教版 | 教材同步、图表分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-chemistry-rj-textbook-sync人教版高中化学同步 Skill |
npx: senior-chemistry-rj-textbook-syncnpm: --skill senior-chemistry-rj-textbook-sync |
✓ | senior | 化学 | 人教版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-biology-rj-textbook-sync人教版高中生物同步 Skill |
npx: senior-biology-rj-textbook-syncnpm: --skill senior-biology-rj-textbook-sync |
✓ | senior | 生物 | 人教版 | 教材同步、知识记忆 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-physics-rj-textbook-sync人教版高中物理同步 Skill |
npx: senior-physics-rj-textbook-syncnpm: --skill senior-physics-rj-textbook-sync |
✓ | senior | 物理 | 人教版 | 教材同步、实验理解 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-english-rj-textbook-sync人教版高中英语同步 Skill |
npx: senior-english-rj-textbook-syncnpm: --skill senior-english-rj-textbook-sync |
✓ | senior | 英语 | 人教版 | 教材同步、阅读理解、写作 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
primary-math-rj-textbook-sync人教版小学数学同步 Skill |
npx: primary-math-rj-textbook-syncnpm: --skill primary-math-rj-textbook-sync |
✓ | primary | 数学 | 人教版 | 教材同步、计算、应用题 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、口算速练 |
senior-math-rja-textbook-sync人教A版高中数学同步 Skill |
npx: senior-math-rja-textbook-syncnpm: --skill senior-math-rja-textbook-sync |
✓ | senior | 数学 | 人教A版 | 教材同步、函数、建模 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-math-rjb-textbook-sync人教B版高中数学同步 Skill |
npx: senior-math-rjb-textbook-syncnpm: --skill senior-math-rjb-textbook-sync |
✓ | senior | 数学 | 人教B版 | 教材同步、函数、建模 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
primary-english-pep-textbook-sync人教PEP版小学英语同步 Skill |
npx: primary-english-pep-textbook-syncnpm: --skill primary-english-pep-textbook-sync |
✓ | primary | 英语 | 人教PEP版 | 教材同步、词汇、听说读写 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习 |
junior-math-sj-textbook-sync苏教版初中数学同步 Skill |
npx: junior-math-sj-textbook-syncnpm: --skill junior-math-sj-textbook-sync |
✓ | junior | 数学 | 苏教版 | 教材同步、函数、几何 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
primary-math-sj-textbook-sync苏教版小学数学同步 Skill |
npx: primary-math-sj-textbook-syncnpm: --skill primary-math-sj-textbook-sync |
✓ | primary | 数学 | 苏教版 | 教材同步、计算、应用题 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、口算速练 |
junior-history-tongbian-textbook-sync统编版初中历史同步 Skill |
npx: junior-history-tongbian-textbook-syncnpm: --skill junior-history-tongbian-textbook-sync |
✓ | junior | 历史 | 统编版 | 教材同步、材料分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-chinese-tongbian-textbook-sync统编版初中语文同步 Skill |
npx: junior-chinese-tongbian-textbook-syncnpm: --skill junior-chinese-tongbian-textbook-sync |
✓ | junior | 语文 | 统编版 | 教材同步、阅读理解、写作表达 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
junior-politics-tongbian-textbook-sync统编版初中政治同步 Skill |
npx: junior-politics-tongbian-textbook-syncnpm: --skill junior-politics-tongbian-textbook-sync |
✓ | junior | 政治 | 统编版 | 教材同步、材料分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-history-tongbian-textbook-sync统编版高中历史同步 Skill |
npx: senior-history-tongbian-textbook-syncnpm: --skill senior-history-tongbian-textbook-sync |
✓ | senior | 历史 | 统编版 | 教材同步、材料分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-chinese-tongbian-textbook-sync统编版高中语文同步 Skill |
npx: senior-chinese-tongbian-textbook-syncnpm: --skill senior-chinese-tongbian-textbook-sync |
✓ | senior | 语文 | 统编版 | 教材同步、文言文、写作 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
senior-politics-tongbian-textbook-sync统编版高中政治同步 Skill |
npx: senior-politics-tongbian-textbook-syncnpm: --skill senior-politics-tongbian-textbook-sync |
✓ | senior | 政治 | 统编版 | 教材同步、材料分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
primary-chinese-tongbian-textbook-sync统编版小学语文同步 Skill |
npx: primary-chinese-tongbian-textbook-syncnpm: --skill primary-chinese-tongbian-textbook-sync |
✓ | primary | 语文 | 统编版 | 教材同步、阅读理解、写作表达 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习 |
junior-english-wy-textbook-sync外研版初中英语同步 Skill |
npx: junior-english-wy-textbook-syncnpm: --skill junior-english-wy-textbook-sync |
✓ | junior | 英语 | 外研版 | 教材同步、词汇、语法 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-english-wy-textbook-sync外研版高中英语同步 Skill |
npx: senior-english-wy-textbook-syncnpm: --skill senior-english-wy-textbook-sync |
✓ | senior | 英语 | 外研版 | 教材同步、阅读理解、写作 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
primary-english-wy-textbook-sync外研版小学英语同步 Skill |
npx: primary-english-wy-textbook-syncnpm: --skill primary-english-wy-textbook-sync |
✓ | primary | 英语 | 外研版 | 教材同步、词汇、听说读写 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习 |
junior-geography-xj-textbook-sync湘教版初中地理同步 Skill |
npx: junior-geography-xj-textbook-syncnpm: --skill junior-geography-xj-textbook-sync |
✓ | junior | 地理 | 湘教版 | 教材同步、图表分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
senior-geography-xj-textbook-sync湘教版高中地理同步 Skill |
npx: senior-geography-xj-textbook-syncnpm: --skill senior-geography-xj-textbook-sync |
✓ | senior | 地理 | 湘教版 | 教材同步、图表分析 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、高考复习 |
junior-english-yl-textbook-sync译林版初中英语同步 Skill |
npx: junior-english-yl-textbook-syncnpm: --skill junior-english-yl-textbook-sync |
✓ | junior | 英语 | 译林版 | 教材同步、词汇、语法 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习、中考复习 |
primary-english-yl-textbook-sync译林版小学英语同步 Skill |
npx: primary-english-yl-textbook-syncnpm: --skill primary-english-yl-textbook-sync |
✓ | primary | 英语 | 译林版 | 教材同步、词汇、听说读写 | 课前预习、课后作业、同步巩固、单元复习、错题巩固、期中期末复习 |
preschool-general-readiness-textbook-sync幼小衔接通用学前综合同步 Skill |
npx: preschool-general-readiness-textbook-syncnpm: --skill preschool-general-readiness-textbook-sync |
✓ | preschool | 综合 | 幼小衔接通用 | 启蒙学习、习惯培养 | 每日启蒙、亲子共学、入学准备 |
学习计划、拍照答疑、错题复盘、学情报告等通用学习闭环能力。
安装选择器:npx: learning-corenpm: --category learning-core
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
agent-weakness-boost薄弱项提升 Skill |
npx: agent-weakness-boostnpm: --skill agent-weakness-boost |
✓ | primary junior senior |
学习能力 | - | 查漏补缺 | 专项训练 |
agent-mistake-review错题复盘 Skill |
npx: agent-mistake-reviewnpm: --skill agent-mistake-review |
✓ | primary junior senior |
学习能力 | - | 错题订正、复习计划 | 错题订正、单元复习 |
agent-review-assistant复习助手 Skill |
npx: agent-review-assistantnpm: --skill agent-review-assistant |
✓ | primary junior senior |
学习能力 | - | 复习计划 | 单元复习 |
agent-holiday-plan寒暑假提升 Skill |
npx: agent-holiday-plannpm: --skill agent-holiday-plan |
✓ | primary junior senior |
学习能力 | - | 假期计划 | 寒暑假提升 |
agent-memory-method记忆方法 Skill |
npx: agent-memory-methodnpm: --skill agent-memory-method |
✓ | primary junior senior |
学习能力 | - | 记忆 | 背诵记忆 |
agent-preview-assistant课前预习 Skill |
npx: agent-preview-assistantnpm: --skill agent-preview-assistant |
✓ | primary junior senior |
学习能力 | - | 预习 | 课前预习 |
agent-weekly-review每周复盘 Skill |
npx: agent-weekly-reviewnpm: --skill agent-weekly-review |
✓ | primary junior senior |
学习能力 | - | 阶段复盘 | 学习报告 |
agent-photo-question拍照答疑 Skill |
npx: agent-photo-questionnpm: --skill agent-photo-question |
- | primary junior senior |
综合 | - | AI 讲题、图片识题 | 拍照答疑、课后作业 |
agent-socratic-tutor启发式讲解 Skill |
npx: agent-socratic-tutornpm: --skill agent-socratic-tutor |
✓ | primary junior senior |
学习能力 | - | 启发提问 | AI 讲题 |
agent-learning-report学情报告 Skill |
npx: agent-learning-reportnpm: --skill agent-learning-report |
✓ | primary junior senior |
学习能力 | - | 学情报告、学习建议 | 学习报告、家长沟通 |
agent-study-plan学习计划 Skill |
npx: agent-study-plannpm: --skill agent-study-plan |
✓ | preschool primary junior senior college adult |
学习能力 | - | 学习计划、目标管理 | 今日学习、寒暑假提升、考前规划 |
agent-learning-habit学习习惯 Skill |
npx: agent-learning-habitnpm: --skill agent-learning-habit |
✓ | primary junior senior |
学习能力 | - | 习惯培养 | 每日打卡 |
agent-focus-training专注力训练 Skill |
npx: agent-focus-trainingnpm: --skill agent-focus-training |
✓ | primary junior senior |
学习能力 | - | 专注 | 每日打卡 |
agent-homework-companion作业陪伴 Skill |
npx: agent-homework-companionnpm: --skill agent-homework-companion |
✓ | primary junior senior |
学习能力 | - | 作业陪伴 | 课后作业 |
agent-question-explanationAI 讲题 Skill |
npx: agent-question-explanationnpm: --skill agent-question-explanation |
✓ | primary junior senior college |
学习能力 | - | AI 讲题、举一反三 | 课后作业、同步巩固 |
面向每天短时高频训练,例如口算、听写、背诵、词汇、快速巩固。
安装选择器:npx: daily-practicenpm: --category daily-practice
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
junior-geography-quick-practice初中地理快速巩固 Skill |
npx: junior-geography-quick-practicenpm: --skill junior-geography-quick-practice |
✓ | junior | 地理 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-chemistry-quick-practice初中化学快速巩固 Skill |
npx: junior-chemistry-quick-practicenpm: --skill junior-chemistry-quick-practice |
✓ | junior | 化学 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-history-quick-practice初中历史快速巩固 Skill |
npx: junior-history-quick-practicenpm: --skill junior-history-quick-practice |
✓ | junior | 历史 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-biology-quick-practice初中生物快速巩固 Skill |
npx: junior-biology-quick-practicenpm: --skill junior-biology-quick-practice |
✓ | junior | 生物 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-math-quick-practice初中数学快速巩固 Skill |
npx: junior-math-quick-practicenpm: --skill junior-math-quick-practice |
✓ | junior | 数学 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-math-daily-practice初中数学每日练 Skill |
npx: junior-math-daily-practicenpm: --skill junior-math-daily-practice |
✓ | junior | 数学 | - | 计算、函数、几何 | 每日打卡、专项训练 |
junior-physics-quick-practice初中物理快速巩固 Skill |
npx: junior-physics-quick-practicenpm: --skill junior-physics-quick-practice |
✓ | junior | 物理 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-english-vocabulary-daily初中英语词汇每日练 Skill |
npx: junior-english-vocabulary-dailynpm: --skill junior-english-vocabulary-daily |
✓ | junior | 英语 | - | 词汇 | 每日打卡、中考复习 |
junior-english-quick-practice初中英语快速巩固 Skill |
npx: junior-english-quick-practicenpm: --skill junior-english-quick-practice |
✓ | junior | 英语 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-chinese-quick-practice初中语文快速巩固 Skill |
npx: junior-chinese-quick-practicenpm: --skill junior-chinese-quick-practice |
✓ | junior | 语文 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
junior-politics-quick-practice初中政治快速巩固 Skill |
npx: junior-politics-quick-practicenpm: --skill junior-politics-quick-practice |
✓ | junior | 政治 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-geography-quick-practice高中地理快速巩固 Skill |
npx: senior-geography-quick-practicenpm: --skill senior-geography-quick-practice |
✓ | senior | 地理 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-chemistry-quick-practice高中化学快速巩固 Skill |
npx: senior-chemistry-quick-practicenpm: --skill senior-chemistry-quick-practice |
✓ | senior | 化学 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-history-quick-practice高中历史快速巩固 Skill |
npx: senior-history-quick-practicenpm: --skill senior-history-quick-practice |
✓ | senior | 历史 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-biology-quick-practice高中生物快速巩固 Skill |
npx: senior-biology-quick-practicenpm: --skill senior-biology-quick-practice |
✓ | senior | 生物 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-math-quick-practice高中数学快速巩固 Skill |
npx: senior-math-quick-practicenpm: --skill senior-math-quick-practice |
✓ | senior | 数学 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-physics-quick-practice高中物理快速巩固 Skill |
npx: senior-physics-quick-practicenpm: --skill senior-physics-quick-practice |
✓ | senior | 物理 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-english-vocabulary-daily高中英语词汇每日练 Skill |
npx: senior-english-vocabulary-dailynpm: --skill senior-english-vocabulary-daily |
✓ | senior | 英语 | - | 词汇 | 每日打卡、高考复习 |
senior-english-quick-practice高中英语快速巩固 Skill |
npx: senior-english-quick-practicenpm: --skill senior-english-quick-practice |
✓ | senior | 英语 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-chinese-quick-practice高中语文快速巩固 Skill |
npx: senior-chinese-quick-practicenpm: --skill senior-chinese-quick-practice |
✓ | senior | 语文 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
senior-politics-quick-practice高中政治快速巩固 Skill |
npx: senior-politics-quick-practicenpm: --skill senior-politics-quick-practice |
✓ | senior | 政治 | - | 同步巩固、专项训练 | 每日打卡、同步巩固 |
primary-chinese-recitation-daily小学课文古诗背诵 Skill |
npx: primary-chinese-recitation-dailynpm: --skill primary-chinese-recitation-daily |
✓ | primary | 语文 | - | 背诵、朗读 | 背诵记忆、每日打卡 |
primary-math-mental-arithmetic小学口算速练 Skill |
npx: primary-math-mental-arithmeticnpm: --skill primary-math-mental-arithmetic |
✓ | primary | 数学 | - | 计算、数感 | 口算速练、每日打卡 |
primary-english-vocabulary-daily小学英语单词每日练 Skill |
npx: primary-english-vocabulary-dailynpm: --skill primary-english-vocabulary-daily |
✓ | primary | 英语 | - | 词汇、默写 | 每日打卡、听写默写 |
primary-chinese-dictation-daily小学语文字词听写 Skill |
npx: primary-chinese-dictation-dailynpm: --skill primary-chinese-dictation-daily |
✓ | primary | 语文 | - | 听写、默写 | 听写默写、每日打卡 |
primary-reading-daily小学阅读每日练 Skill |
npx: primary-reading-dailynpm: --skill primary-reading-daily |
✓ | primary | 语文 | - | 阅读理解 | 阅读训练、每日打卡 |
preschool-literacy-daily学前识字每日练 Skill |
npx: preschool-literacy-dailynpm: --skill preschool-literacy-daily |
✓ | preschool | 语文 | - | 识字 | 每日启蒙、每日打卡 |
preschool-number-sense-daily学前数感每日练 Skill |
npx: preschool-number-sense-dailynpm: --skill preschool-number-sense-daily |
✓ | preschool | 数学 | - | 数感 | 数感游戏、每日打卡 |
面向语文、英语、学术和职场表达的阅读与写作能力。
安装选择器:npx: reading-writingnpm: --category reading-writing
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
junior-chinese-modern-reading初中现代文阅读 Skill |
npx: junior-chinese-modern-readingnpm: --skill junior-chinese-modern-reading |
✓ | junior | 语文 | - | 阅读理解 | 中考复习 |
junior-english-writing初中英语写作 Skill |
npx: junior-english-writingnpm: --skill junior-english-writing |
✓ | junior | 英语 | - | 写作 | 中考复习 |
junior-chinese-composition初中作文提升 Skill |
npx: junior-chinese-compositionnpm: --skill junior-chinese-composition |
✓ | junior | 语文 | - | 写作 | 写作提升 |
senior-english-writing高中英语写作 Skill |
npx: senior-english-writingnpm: --skill senior-english-writing |
✓ | senior | 英语 | - | 写作 | 高考复习 |
senior-chinese-reading高中语文阅读 Skill |
npx: senior-chinese-readingnpm: --skill senior-chinese-reading |
✓ | senior | 语文 | - | 阅读理解 | 高考复习 |
senior-chinese-essay高中作文提升 Skill |
npx: senior-chinese-essaynpm: --skill senior-chinese-essay |
✓ | senior | 语文 | - | 写作 | 写作提升 |
primary-english-reading小学英语阅读 Skill |
npx: primary-english-readingnpm: --skill primary-english-reading |
✓ | primary | 英语 | - | 阅读理解 | 阅读训练 |
primary-chinese-reading小学语文阅读理解 Skill |
npx: primary-chinese-readingnpm: --skill primary-chinese-reading |
✓ | primary | 语文 | - | 阅读理解 | 阅读训练 |
primary-chinese-writing小学作文提升 Skill |
npx: primary-chinese-writingnpm: --skill primary-chinese-writing |
✓ | primary | 语文 | - | 写作、表达 | 写作提升 |
college-academic-writing学术写作 Skill |
npx: college-academic-writingnpm: --skill college-academic-writing |
✓ | college | 通识 | - | 写作 | 论文训练 |
面向期末、中考、高考、考研、四六级、考证和公务员等备考场景。
安装选择器:npx: exam-prepnpm: --category exam-prep
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
junior-geography-exam-review初中地理考试复习 Skill |
npx: junior-geography-exam-reviewnpm: --skill junior-geography-exam-review |
✓ | junior | 地理 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-chemistry-exam-review初中化学考试复习 Skill |
npx: junior-chemistry-exam-reviewnpm: --skill junior-chemistry-exam-review |
✓ | junior | 化学 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-history-exam-review初中历史考试复习 Skill |
npx: junior-history-exam-reviewnpm: --skill junior-history-exam-review |
✓ | junior | 历史 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-biology-exam-review初中生物考试复习 Skill |
npx: junior-biology-exam-reviewnpm: --skill junior-biology-exam-review |
✓ | junior | 生物 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-math-exam-review初中数学考试复习 Skill |
npx: junior-math-exam-reviewnpm: --skill junior-math-exam-review |
✓ | junior | 数学 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-physics-exam-review初中物理考试复习 Skill |
npx: junior-physics-exam-reviewnpm: --skill junior-physics-exam-review |
✓ | junior | 物理 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-english-exam-review初中英语考试复习 Skill |
npx: junior-english-exam-reviewnpm: --skill junior-english-exam-review |
✓ | junior | 英语 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-chinese-exam-review初中语文考试复习 Skill |
npx: junior-chinese-exam-reviewnpm: --skill junior-chinese-exam-review |
✓ | junior | 语文 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
junior-politics-exam-review初中政治考试复习 Skill |
npx: junior-politics-exam-reviewnpm: --skill junior-politics-exam-review |
✓ | junior | 政治 | - | 考试复习、查漏补缺 | 中考复习、考前冲刺 |
college-cet6-sprint大学英语六级备考 Skill |
npx: college-cet6-sprintnpm: --skill college-cet6-sprint |
✓ | college | 英语 | - | 词汇、听力、阅读理解、写作 | 考前冲刺 |
college-cet4-sprint大学英语四级备考 Skill |
npx: college-cet4-sprintnpm: --skill college-cet4-sprint |
✓ | college | 英语 | - | 词汇、听力、阅读理解、写作 | 考前冲刺 |
senior-gaokao-sprint高考冲刺 Skill |
npx: senior-gaokao-sprintnpm: --skill senior-gaokao-sprint |
✓ | senior | 综合 | - | 考试冲刺 | 高考复习、考前冲刺 |
senior-geography-exam-review高中地理考试复习 Skill |
npx: senior-geography-exam-reviewnpm: --skill senior-geography-exam-review |
✓ | senior | 地理 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-chemistry-exam-review高中化学考试复习 Skill |
npx: senior-chemistry-exam-reviewnpm: --skill senior-chemistry-exam-review |
✓ | senior | 化学 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-history-exam-review高中历史考试复习 Skill |
npx: senior-history-exam-reviewnpm: --skill senior-history-exam-review |
✓ | senior | 历史 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-biology-exam-review高中生物考试复习 Skill |
npx: senior-biology-exam-reviewnpm: --skill senior-biology-exam-review |
✓ | senior | 生物 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-math-exam-review高中数学考试复习 Skill |
npx: senior-math-exam-reviewnpm: --skill senior-math-exam-review |
✓ | senior | 数学 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-physics-exam-review高中物理考试复习 Skill |
npx: senior-physics-exam-reviewnpm: --skill senior-physics-exam-review |
✓ | senior | 物理 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-english-exam-review高中英语考试复习 Skill |
npx: senior-english-exam-reviewnpm: --skill senior-english-exam-review |
✓ | senior | 英语 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-chinese-exam-review高中语文考试复习 Skill |
npx: senior-chinese-exam-reviewnpm: --skill senior-chinese-exam-review |
✓ | senior | 语文 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
senior-politics-exam-review高中政治考试复习 Skill |
npx: senior-politics-exam-reviewnpm: --skill senior-politics-exam-review |
✓ | senior | 政治 | - | 考试复习、查漏补缺 | 高考复习、考前冲刺 |
civil-service-essay公务员申论 Skill |
npx: civil-service-essaynpm: --skill civil-service-essay |
✓ | adult | 职业教育 | - | 材料阅读、写作 | 考证、写作提升 |
civil-service-aptitude公务员行测 Skill |
npx: civil-service-aptitudenpm: --skill civil-service-aptitude |
✓ | adult | 职业教育 | - | 逻辑、数据分析 | 考证、专项训练 |
teacher-certification-sprint教师资格证备考 Skill |
npx: teacher-certification-sprintnpm: --skill teacher-certification-sprint |
✓ | adult | 职业教育 | - | 考试冲刺 | 考证 |
postgraduate-english-sprint考研英语备考 Skill |
npx: postgraduate-english-sprintnpm: --skill postgraduate-english-sprint |
✓ | college adult |
英语 | - | 阅读理解、翻译、写作 | 考研复习 |
primary-final-review小学期末复习 Skill |
npx: primary-final-reviewnpm: --skill primary-final-review |
✓ | primary | 综合 | - | 考试复习 | 期中期末复习 |
junior-zhongkao-sprint中考冲刺 Skill |
npx: junior-zhongkao-sprintnpm: --skill junior-zhongkao-sprint |
✓ | junior | 综合 | - | 考试冲刺 | 中考复习、考前冲刺 |
面向老师备课、作业生成、班级分析和家校沟通。
安装选择器:npx: teacher-toolsnpm: --category teacher-tools
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
teacher-class-analysis-lite班级学情分析 Lite Skill |
npx: teacher-class-analysis-litenpm: --skill teacher-class-analysis-lite |
✓ | primary junior senior |
教学管理 | - | 学情分析 | 学情分析 |
teacher-geography-lesson-planning地理备课 Skill |
npx: teacher-geography-lesson-planningnpm: --skill teacher-geography-lesson-planning |
✓ | primary junior senior |
地理 | - | 教学设计 | 老师备课 |
teacher-geography-unit-review地理单元复习 Skill |
npx: teacher-geography-unit-reviewnpm: --skill teacher-geography-unit-review |
✓ | primary junior senior |
地理 | - | 复习计划 | 单元复习 |
teacher-geography-homework-generation地理作业生成 Skill |
npx: teacher-geography-homework-generationnpm: --skill teacher-geography-homework-generation |
✓ | primary junior senior |
地理 | - | 作业生成 | 班级作业 |
teacher-chemistry-lesson-planning化学备课 Skill |
npx: teacher-chemistry-lesson-planningnpm: --skill teacher-chemistry-lesson-planning |
✓ | primary junior senior |
化学 | - | 教学设计 | 老师备课 |
teacher-chemistry-unit-review化学单元复习 Skill |
npx: teacher-chemistry-unit-reviewnpm: --skill teacher-chemistry-unit-review |
✓ | primary junior senior |
化学 | - | 复习计划 | 单元复习 |
teacher-chemistry-homework-generation化学作业生成 Skill |
npx: teacher-chemistry-homework-generationnpm: --skill teacher-chemistry-homework-generation |
✓ | primary junior senior |
化学 | - | 作业生成 | 班级作业 |
teacher-parent-report-lite家长反馈报告 Lite Skill |
npx: teacher-parent-report-litenpm: --skill teacher-parent-report-lite |
✓ | primary junior senior |
教学管理 | - | 报告生成 | 家长沟通 |
teacher-lesson-planning老师备课 Skill |
npx: teacher-lesson-planningnpm: --skill teacher-lesson-planning |
✓ | primary junior senior |
教学管理 | - | 教学设计、学情分析 | 老师备课 |
teacher-history-lesson-planning历史备课 Skill |
npx: teacher-history-lesson-planningnpm: --skill teacher-history-lesson-planning |
✓ | primary junior senior |
历史 | - | 教学设计 | 老师备课 |
teacher-history-unit-review历史单元复习 Skill |
npx: teacher-history-unit-reviewnpm: --skill teacher-history-unit-review |
✓ | primary junior senior |
历史 | - | 复习计划 | 单元复习 |
teacher-history-homework-generation历史作业生成 Skill |
npx: teacher-history-homework-generationnpm: --skill teacher-history-homework-generation |
✓ | primary junior senior |
历史 | - | 作业生成 | 班级作业 |
teacher-biology-lesson-planning生物备课 Skill |
npx: teacher-biology-lesson-planningnpm: --skill teacher-biology-lesson-planning |
✓ | primary junior senior |
生物 | - | 教学设计 | 老师备课 |
teacher-biology-unit-review生物单元复习 Skill |
npx: teacher-biology-unit-reviewnpm: --skill teacher-biology-unit-review |
✓ | primary junior senior |
生物 | - | 复习计划 | 单元复习 |
teacher-biology-homework-generation生物作业生成 Skill |
npx: teacher-biology-homework-generationnpm: --skill teacher-biology-homework-generation |
✓ | primary junior senior |
生物 | - | 作业生成 | 班级作业 |
teacher-math-lesson-planning数学备课 Skill |
npx: teacher-math-lesson-planningnpm: --skill teacher-math-lesson-planning |
✓ | primary junior senior |
数学 | - | 教学设计 | 老师备课 |
teacher-math-unit-review数学单元复习 Skill |
npx: teacher-math-unit-reviewnpm: --skill teacher-math-unit-review |
✓ | primary junior senior |
数学 | - | 复习计划 | 单元复习 |
teacher-math-homework-generation数学作业生成 Skill |
npx: teacher-math-homework-generationnpm: --skill teacher-math-homework-generation |
✓ | primary junior senior |
数学 | - | 作业生成 | 班级作业 |
teacher-physics-lesson-planning物理备课 Skill |
npx: teacher-physics-lesson-planningnpm: --skill teacher-physics-lesson-planning |
✓ | primary junior senior |
物理 | - | 教学设计 | 老师备课 |
teacher-physics-unit-review物理单元复习 Skill |
npx: teacher-physics-unit-reviewnpm: --skill teacher-physics-unit-review |
✓ | primary junior senior |
物理 | - | 复习计划 | 单元复习 |
teacher-physics-homework-generation物理作业生成 Skill |
npx: teacher-physics-homework-generationnpm: --skill teacher-physics-homework-generation |
✓ | primary junior senior |
物理 | - | 作业生成 | 班级作业 |
teacher-english-lesson-planning英语备课 Skill |
npx: teacher-english-lesson-planningnpm: --skill teacher-english-lesson-planning |
✓ | primary junior senior |
英语 | - | 教学设计 | 老师备课 |
teacher-english-unit-review英语单元复习 Skill |
npx: teacher-english-unit-reviewnpm: --skill teacher-english-unit-review |
✓ | primary junior senior |
英语 | - | 复习计划 | 单元复习 |
teacher-english-homework-generation英语作业生成 Skill |
npx: teacher-english-homework-generationnpm: --skill teacher-english-homework-generation |
✓ | primary junior senior |
英语 | - | 作业生成 | 班级作业 |
teacher-chinese-lesson-planning语文备课 Skill |
npx: teacher-chinese-lesson-planningnpm: --skill teacher-chinese-lesson-planning |
✓ | primary junior senior |
语文 | - | 教学设计 | 老师备课 |
teacher-chinese-unit-review语文单元复习 Skill |
npx: teacher-chinese-unit-reviewnpm: --skill teacher-chinese-unit-review |
✓ | primary junior senior |
语文 | - | 复习计划 | 单元复习 |
teacher-chinese-homework-generation语文作业生成 Skill |
npx: teacher-chinese-homework-generationnpm: --skill teacher-chinese-homework-generation |
✓ | primary junior senior |
语文 | - | 作业生成 | 班级作业 |
teacher-politics-lesson-planning政治备课 Skill |
npx: teacher-politics-lesson-planningnpm: --skill teacher-politics-lesson-planning |
✓ | primary junior senior |
政治 | - | 教学设计 | 老师备课 |
teacher-politics-unit-review政治单元复习 Skill |
npx: teacher-politics-unit-reviewnpm: --skill teacher-politics-unit-review |
✓ | primary junior senior |
政治 | - | 复习计划 | 单元复习 |
teacher-politics-homework-generation政治作业生成 Skill |
npx: teacher-politics-homework-generationnpm: --skill teacher-politics-homework-generation |
✓ | primary junior senior |
政治 | - | 作业生成 | 班级作业 |
teacher-homework-generation作业生成 Skill |
npx: teacher-homework-generationnpm: --skill teacher-homework-generation |
✓ | primary junior senior |
教学管理 | - | 作业生成、分层练习 | 班级作业 |
面向家长陪伴、亲子阅读、作业习惯和家庭沟通。
安装选择器:npx: family-educationnpm: --category family-education
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
family-homework-routine家庭作业习惯 Skill |
npx: family-homework-routinenpm: --skill family-homework-routine |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 作业陪伴 |
family-school-communication家校沟通准备 Skill |
npx: family-school-communicationnpm: --skill family-school-communication |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 家长沟通 |
agent-parent-companion家长陪学 Skill |
npx: agent-parent-companionnpm: --skill agent-parent-companion |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议、目标管理 | 家长陪学 |
family-holiday-learning假期家庭学习 Skill |
npx: family-holiday-learningnpm: --skill family-holiday-learning |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 寒暑假提升 |
family-screen-time-balance屏幕时间管理 Skill |
npx: family-screen-time-balancenpm: --skill family-screen-time-balance |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 习惯培养 |
family-reading-companion亲子阅读陪伴 Skill |
npx: family-reading-companionnpm: --skill family-reading-companion |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 亲子共读 |
family-emotion-support学习情绪支持 Skill |
npx: family-emotion-supportnpm: --skill family-emotion-support |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 亲子沟通 |
family-school-readiness幼小衔接家庭准备 Skill |
npx: family-school-readinessnpm: --skill family-school-readiness |
✓ | preschool primary junior |
家庭教育 | - | 陪学建议 | 入学准备 |
面向成人英语、出国考试、口语、听力和长期语言能力提升。
安装选择器:npx: language-learningnpm: --category language-learning
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
adult-language-learning成人语言学习 Skill |
npx: adult-language-learningnpm: --skill adult-language-learning |
✓ | adult | 语言学习 | - | 口语、听力、词汇 | 每日打卡 |
toefl-prep托福备考 Skill |
npx: toefl-prepnpm: --skill toefl-prep |
✓ | college adult |
英语 | - | 听力、口语、阅读理解、写作 | 出国考试 |
ielts-prep雅思备考 Skill |
npx: ielts-prepnpm: --skill ielts-prep |
✓ | college adult |
英语 | - | 听力、口语、阅读理解、写作 | 出国考试 |
面向大学、成人学习、职业技能和考证场景。
安装选择器:npx: career-learningnpm: --category career-learning
| Skill | 安装选择器 | 独立使用 | 阶段 | 学科/领域 | 教材 | 能力 | 场景 |
|---|---|---|---|---|---|---|---|
college-data-analysis数据分析 Skill |
npx: college-data-analysisnpm: --skill college-data-analysis |
✓ | college adult |
计算机 | - | 数据分析 | 职业技能 |
college-cs-data-structure数据结构 Skill |
npx: college-cs-data-structurenpm: --skill college-cs-data-structure |
✓ | college | 计算机 | - | 算法、编程 | 课程学习 |
college-cs-algorithm-interview算法面试 Skill |
npx: college-cs-algorithm-interviewnpm: --skill college-cs-algorithm-interview |
✓ | college adult |
计算机 | - | 算法 | 面试准备 |
adult-workplace-writing职场写作 Skill |
npx: adult-workplace-writingnpm: --skill adult-workplace-writing |
✓ | adult | 职业教育 | - | 写作、表达 | 职业技能 |
adult-vocational-certificate职业证书备考 Skill |
npx: adult-vocational-certificatenpm: --skill adult-vocational-certificate |
✓ | adult | 职业教育 | - | 知识记忆、考试冲刺 | 考证 |
college-ai-foundationAI 基础 Skill |
npx: college-ai-foundationnpm: --skill college-ai-foundation |
✓ | college adult |
计算机 | - | AI 基础 | 兴趣学习 |
college-cs-pythonPython 学习 Skill |
npx: college-cs-pythonnpm: --skill college-cs-python |
✓ | college adult |
计算机 | - | 编程 | 职业技能 |
hermes-edu-skills/
├─ .github/workflows/validate.yml
├─ .well-known/skills/index.json
├─ skills/
│ ├─ textbook-sync/
│ ├─ learning-core/
│ ├─ daily-practice/
│ ├─ exam-prep/
│ ├─ teacher-tools/
│ ├─ family-education/
│ └─ ...
├─ scripts/validate.mjs
├─ scripts/agent-pack.mjs
├─ catalog.json
├─ CHANGELOG.md
├─ CONTRIBUTING.md
├─ LICENSE
├─ README.md
├─ README.en.md
├─ RELEASE.md
└─ SECURITY.md
在独立包根目录:
npm run validate校验内容包括:
catalog.json和 discovery index 名称。catalog.skillCount是否等于实际SKILL.md数量。- discovery index 是否和 catalog 对齐。
- frontmatter 中的 Skill 名称。
source: hermes-edu-skills。author: zhongwei。
- Hermes Agent:推荐使用
npx hermes-edu-skills install hermes --config ~/.hermes/config.yaml写入skills.external_dirs。 - OpenClaw / Codex / Claude Code:推荐使用
npx hermes-edu-skills install <tool>导出扁平目录,每个 Skill 都是<skill-name>/SKILL.md。 - Cursor:推荐使用
npx hermes-edu-skills install cursor --workspace <project>生成.cursor/rules/*.mdc和本地 Skill Pack。 - 其它 Agent:推荐使用
npx hermes-edu-skills export generic --target <dir>,再把导出的目录接入目标 Agent 的 Skill / prompt / tool registry。 - 每个 Skill 都是独立可读的
SKILL.md,可以直接用于学习、改造或接入自己的 Agent。 - 部分 Skill 中的 workflow 名称是建议接口,具体执行能力取决于你的 Hermes 工具集和运行环境。
- 增加更多 Agent Runtime 的导出适配器。
- 增加常见 Hermes / OpenClaw / Codex Agent 使用示例。
- 持续提升 Skill 质量等级和公开审核状态。
- 增加更多贴合教材/课程体系的知识点覆盖和参数示例。
- 增加可选工具适配器,让需要执行能力的 workflow 可以真正跑起来。
- 在 Hermes 公开 Skill Registry 规范稳定后,探索更便捷的安装方式。
欢迎贡献。请先阅读 CONTRIBUTING.md。
适合贡献的内容包括:
- 改进某个
SKILL.md的指令。 - 增加新的教育 Skill。
- 改进校验脚本。
- 增加独立 Hermes 用户示例。
- 改进中英文文档。
MIT,见 LICENSE。