Install
openclaw skills install studyStructure study sessions, manage materials, and prepare for exams with active recall techniques.
openclaw skills install study~/study/
├── subjects/ # One folder per subject
│ └── {subject}/
│ ├── materials/ # PDFs, notes, resources
│ ├── flashcards.json
│ ├── schedule.md
│ └── progress.md
├── calendar/ # Exam dates, deadlines
│ └── deadlines.json
└── config.json # Preferences
Create on first use: mkdir -p ~/study/{subjects,calendar}
This skill:
| Topic | File |
|---|---|
| Study techniques | techniques.md |
| Subject strategies | subjects.md |
| Exam preparation | exams.md |
Plan Semester → Weekly Schedule → Daily Sessions → Review → Exam Prep
When exam approaches (≤2 weeks):
In ~/study/config.json:
{
"level": "undergraduate",
"technique": "pomodoro",
"session_minutes": 25,
"break_minutes": 5
}
In {subject}/progress.md:
## Topics
- [x] Chapter 1: Intro (mastered)
- [~] Chapter 2: Basics (in progress)
- [ ] Chapter 3: Advanced (not started)
## Weak Areas
- Integration techniques
- Proof by induction