Education
v3.4.1Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions.
⭐ 1· 647·3 current·3 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97akevhygycqhkcapqjw6qpd98325rr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
