Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Structure and track learning with spaced repetition and active recall across any domain.
Structure and track learning with spaced repetition and active recall across any domain.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
~/learn/ โโโ topics/ # One folder per topic โ โโโ {topic}/ โ โโโ concepts.json # Concepts with SR schedule โ โโโ notes.md # Study notes โ โโโ progress.md # Mastery tracking โโโ reviews/ # Due review queue โ โโโ due.json โโโ config.json # Preferences Create on first use: mkdir -p ~/learn/{topics,reviews}
This skill: โ Creates learning plans in ~/learn/ โ Tracks concepts with spaced repetition โ Generates quizzes for active recall โ Reminds user when reviews are due (stores schedule in ~/learn/reviews/) โ NEVER accesses external learning platforms without permission โ NEVER stores data outside ~/learn/
TopicFileCognitive principlescognition.mdSpaced repetition mathretention.mdVerification methodsverification.md
Goal โ Plan โ Study โ Practice โ Verify โ Review
NEVER passive review. Always: Ask question first, user answers Then show correct answer User rates: easy / good / hard / wrong
User states what they want to learn Create ~/learn/topics/{topic}/ Break down into concepts Add to spaced repetition queue
In concepts.json: { "concept_name": { "added": "2024-03-15", "interval_days": 1, "next_review": "2024-03-16", "ease_factor": 2.5, "reviews": 0 } } After each review: Correct โ increase interval (รease_factor) Incorrect โ reset to 1 day
Before marking "mastered": Generate 5 questions covering concept User must answer 4/5 correctly Track in progress.md (topic folder)
In ~/learn/config.json: { "depth": "standard", "learner_type": "practical", "daily_review_limit": 20 }
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.