Use this skill when the user intent is to create or manage a reminder-like event that should appear in a subscribed calendar feed.
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.共 1 个版本