Education
/install education
Education Skill
Generate study plans, quizzes, flashcards, and review materials for any topic. Track progress and schedule sessions.
Commands
plan
Generate a structured learning plan for a topic.
bash scripts/script.sh plan \x3Ctopic> [--weeks \x3Cnum>] [--level beginner|intermediate|advanced] [--output json|text]
quiz
Generate quiz questions on a topic.
bash scripts/script.sh quiz \x3Ctopic> [--count \x3Cnum>] [--type mcq|truefalse|short] [--difficulty easy|medium|hard]
flashcard
Generate flashcards for key concepts.
bash scripts/script.sh flashcard \x3Ctopic> [--count \x3Cnum>] [--format plain|csv|json]
progress
Track and display learning progress.
bash scripts/script.sh progress [--topic \x3Ctopic>] [--mark \x3Cmilestone>] [--reset]
schedule
Create a study schedule with time blocks.
bash scripts/script.sh schedule \x3Ctopic> [--hours-per-day \x3Cnum>] [--days \x3Cnum>] [--start \x3Cdate>]
review
Generate a review checklist from completed topics.
bash scripts/script.sh review \x3Ctopic> [--scope all|weak|recent] [--format checklist|summary]
Output
All commands print to stdout. Use --output json (where supported) for machine-readable output. Progress data is stored in ~/.education/progress.json.
Requirements
- bash 4+
- python3 (standard library only)
Feedback
Questions or suggestions? → https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install education - 安装完成后,直接呼叫该 Skill 的名称或使用
/education触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Education 是什么?
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 917 次。
如何安装 Education?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install education」即可一键安装,无需额外配置。
Education 是免费的吗?
是的,Education 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Education 支持哪些平台?
Education 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Education?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.4.1。