← Back to Skills Marketplace
bytesagain-lab

Education

by bytesagain-lab · GitHub ↗ · v3.4.1 · MIT-0
cross-platform ✓ Security Clean
917
Downloads
2
Stars
5
Active Installs
13
Versions
Install in OpenClaw
/install education
Description
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions.
README (SKILL.md)

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

Usage Guidance
This skill appears coherent and local: it runs the bundled bash script and small python snippets, and stores progress in ~/.education/progress.json. Before installing or running it, you may want to (1) inspect the full scripts/script.sh file (especially the truncated portion in the provided manifest) to confirm there are no unexpected network calls or filesystem accesses, (2) back up any existing ~/.education/progress.json if you care about that data, and (3) run the script in a restricted account or container if you want extra safety. No credentials or external services are required by the skill.
Capability Analysis
Type: OpenClaw Skill Name: education Version: 3.4.1 The education skill provides local tools for generating study plans, quizzes, and tracking learning progress. All data is stored locally in ~/.education/progress.json, and the script (scripts/script.sh) uses safe patterns like environment variables to pass data to Python heredocs, with no evidence of network activity, data exfiltration, or malicious execution.
Capability Assessment
Purpose & Capability
Name and description (education, study plans, quizzes, flashcards, progress, schedule) align with included files and declared requirements: a bash script plus python3 usage and local storage under ~/.education/progress.json. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md directs the agent to run the bundled script with well-scoped subcommands (plan, quiz, flashcard, progress, schedule, review). The script reads/writes only the progress file under ~/.education and uses local Python snippets. There are no instructions to read other system config, environment secrets, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill) and the included script is shipped with the skill. No downloads, package installations, or external installers are invoked.
Credentials
The skill requires no environment variables or external credentials. The script temporarily sets env vars (PROGRESS_FILE, TOPIC, etc.) when invoking python snippets; those are local and proportional to the progress-tracking functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. Its only persistent effect is storing progress in ~/.education/progress.json, which is appropriate for the feature.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install education
  3. After installation, invoke the skill by name or use /education
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.5
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite: domain-specific commands
v1.0.4
yaml-fix+quality
v1.0.3
yaml-fix+quality
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Slug education
Version 3.4.1
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 13
Frequently Asked Questions

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.

💬 Comments