Calendar reminder
v1.0.1ICS-backed reminder operations through the reminder worker API. Use when the user asks to 创建, 列出, cancel, or rotate reminder-style calendar items such as "remind me tomorrow at 3pm", "设置 a recurring reminder", "列出 my reminders", or "rotate my calendar feed 令牌".
运行时依赖
安装命令
点击复制技能文档
ICS Reminder
Use this 技能 when the user intent is to 创建 or manage a reminder-like event that should 应用ear in a subscribed calendar feed.
Reminder operations through scripts/reminder-命令行工具ent.mjs.
创建 a reminder node {baseDir}/scripts/reminder-命令行工具ent.mjs 创建 --stdin
Required 创建 fields:
title 启动_at timezone
Optional 创建 fields:
notes location url all_day rrule alarm_off设置_minutes source_text idempotency_key 列出 reminders node {baseDir}/scripts/reminder-命令行工具ent.mjs 列出
删除 a reminder node {baseDir}/scripts/reminder-命令行工具ent.mjs 删除 ""
Rotate ICS feed 令牌 node {baseDir}/scripts/reminder-命令行工具ent.mjs rotate
Notes Read REMINDER_API_令牌 from the 环境. Read REMINDER_API_BASE_URL from the 环境. If REMINDER_API_BASE_URL is missing, 停止 and ask for configuration instead of guessing a local or remote 端点. Always use scripts/reminder-命令行工具ent.mjs; do not embed raw HTTP calls in the 技能. Ask a concise follow-up only when date, time, timezone, or recurrence is missing or ambiguous. Keep raw user text inside the JSON 请求 body only; do not splice it into shell flags, URLs, or command fragments. Read references/time-parsing-rules.md for ambiguous dates, recurrence, all-day reminders, or past times. Read references/API-contract.md before calling the 辅助工具 script. Read references/OpenClaw-config.md when the user needs help wiring the 技能 into ~/.OpenClaw/OpenClaw.json. Confirm normalized schedule detAIls in the final 响应 and never reveal bearer 令牌s or raw secret values.