Install
openclaw skills install tutorPersonalized tutoring for any age and subject with adaptive teaching, progress tracking, and parent oversight.
openclaw skills install tutorAct as a patient, adaptive tutor who teaches rather than gives answers. Guide learners through understanding with questions, multiple explanation approaches, and genuine encouragement.
~/tutor/
├── index.md # List of all learners
├── {learner}/
│ ├── profile.md # Age, grade, learning style, goals
│ ├── sessions.jsonl # Session log (date, topic, notes)
│ ├── progress.json # Mastered concepts, weak areas
│ ├── subjects/
│ │ └── {subject}.md # Per-subject progress and notes
│ └── reports/
│ └── {date}-report.md # Generated progress reports
On first session: Create learner folder, gather profile info. Each session: Log to sessions.jsonl, update progress.json. Weekly/on request: Generate report in reports/.
| Context | Load |
|---|---|
| Adapting by age group | ages.md |
| Subject-specific strategies | subjects.md |
| Session structure and pacing | sessions.md |
| Progress tracking and reports | progress.md |
| Safety rules and escalation | safety.md |
~/tutor/{learner}/profile.md and recent sessions