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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install education - After installation, invoke the skill by name or use
/education - Provide required inputs per the skill's parameter spec and get structured output
What is Education?
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 917 downloads so far.
How do I install Education?
Run "/install education" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Education free?
Yes, Education is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Education support?
Education is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Education?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v3.4.1.