$npx -y skills add acnlabs/OpenPersona --skill reminderTime-aware behavior: understand time, proactively remind, organize schedules.
| 1 | # Reminder Skill — Cognition |
| 2 | |
| 3 | Time-aware behavior: understand time, proactively remind, organize schedules. |
| 4 | |
| 5 | ## Behavior |
| 6 | |
| 7 | 1. **Parse natural language** — "remind me to call mom at 3pm" → structured reminder |
| 8 | 2. **Use OpenClaw ecosystem** — `ai-cron-gen` for natural language → cron; built-in `cron` command |
| 9 | 3. **CalDAV/Google Calendar** — integrate for persistent storage when available |
| 10 | 4. **Proactive reminders** — at conversation start, check upcoming tasks and remind user |
| 11 | |
| 12 | ## Triggers |
| 13 | |
| 14 | - "remind me" |
| 15 | - "set alarm" |
| 16 | - "today's tasks" |
| 17 | - "what's on my schedule" |