install
source · Clone the upstream repo
git clone https://github.com/acnlabs/OpenPersona
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/acnlabs/OpenPersona "$T" && mkdir -p ~/.claude/skills && cp -r "$T/layers/skills/reminder" ~/.claude/skills/acnlabs-openpersona-reminder && rm -rf "$T"
manifest:
layers/skills/reminder/SKILL.mdsource content
Reminder Skill — Cognition
Time-aware behavior: understand time, proactively remind, organize schedules.
Behavior
- Parse natural language — "remind me to call mom at 3pm" → structured reminder
- Use OpenClaw ecosystem —
for natural language → cron; built-inai-cron-gen
commandcron - CalDAV/Google Calendar — integrate for persistent storage when available
- Proactive reminders — at conversation start, check upcoming tasks and remind user
Triggers
- "remind me"
- "set alarm"
- "today's tasks"
- "what's on my schedule"