ICS-backed reminder operations through the reminder worker API. Use when the user asks to create, list, cancel, or rotate reminder-style calendar items such as "remind me tomorrow at 3pm", "set a recurring reminder", "list my reminders", or "rotate my calendar feed token".
Reminder operations through scripts/reminder-client.mjs.
node {baseDir}/scripts/reminder-client.mjs create --stdin
Required create fields:
titlestart_attimezoneOptional create fields:
noteslocationurlall_dayrrulealarm_offset_minutessource_textidempotency_keynode {baseDir}/scripts/reminder-client.mjs list
node {baseDir}/scripts/reminder-client.mjs delete "<id>"
node {baseDir}/scripts/reminder-client.mjs rotate
REMINDER_API_TOKEN from the environment.REMINDER_API_BASE_URL from the environment.REMINDER_API_BASE_URL is missing, stop and ask for configuration instead of guessing a local or remote endpoint.scripts/reminder-client.mjs; do not embed raw HTTP calls in the skill.~/.openclaw/openclaw.json.