OpenPersona reminder

Reminder Skill — Cognition

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.md
source content

Reminder Skill — Cognition

Time-aware behavior: understand time, proactively remind, organize schedules.

Behavior

  1. Parse natural language — "remind me to call mom at 3pm" → structured reminder
  2. Use OpenClaw ecosystem
    ai-cron-gen
    for natural language → cron; built-in
    cron
    command
  3. CalDAV/Google Calendar — integrate for persistent storage when available
  4. Proactive reminders — at conversation start, check upcoming tasks and remind user

Triggers

  • "remind me"
  • "set alarm"
  • "today's tasks"
  • "what's on my schedule"