Learn

v1.0.2

Structure and track learning with spaced repetition and active recall across any domain.

4· 1.5k·9 current·10 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (spaced repetition, active recall) match the instructions and files. All required actions are local (create ~/learn/, store concepts, track reviews). There are no unexpected credentials, binaries, or installs.
Instruction Scope
The SKILL.md instructs the agent to create and manage files under ~/learn/ (topics/, reviews/, config.json) and to run the SR/quiz workflow. This stays within the stated scope. Two minor notes: (1) the skill claims it will "Remind user when reviews are due" but gives no mechanism (no cron/daemon or external notification mechanism) — that is left vague; (2) statements like "NEVER accesses external learning platforms" are policy directives in prose and are not technically enforceable by the instruction file itself, so actual runtime behavior depends on the agent's environment/permissions.
Install Mechanism
No install spec or code is provided (instruction-only). This minimizes risk because nothing is written to disk by an installer and no external binaries/packages are fetched.
Credentials
The skill requests no environment variables, credentials, or config paths. Its only persistent state is local files in the user's home directory, which is proportionate for a learning/tracking skill.
Persistence & Privilege
always:false and no modifications to other skills or global agent config. The skill writes only to its own ~/learn/ folder per instructions, so requested persistence/privilege is limited and appropriate.
Assessment
This skill appears to be what it says: a local, file-based spaced-repetition assistant that stores data under ~/learn/ and needs no external credentials or installers. Before installing/use: (1) be aware the agent will create and update files in your home directory (inspect ~/learn/ contents and set file permissions if you care about privacy); (2) the SKILL.md's promise to "never" access external platforms is a guideline — verify your agent's network permissions if you want to enforce that; (3) clarify how reminders will be delivered (the skill provides no scheduler/cron details), and if you want automated notifications, decide whether to allow network/OS-level scheduling; (4) since this is instruction-only, review the generated files and backups regularly. If you want stronger guarantees, run the skill in an environment without outbound network access or review the agent's runtime policies first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b519b4dbg6c0wsx6vnxw5px81906e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎓 Clawdis
OSLinux · macOS · Windows

Comments