← 返回
效率工具 Key 中文

Calendar reminder

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...
基于ICS的提醒操作,通过提醒工作器API实现。用于用户请求创建、列出、取消或轮换提醒式日历项目等场景。
cute-angel
效率工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 619
下载
💾 5
安装
1
版本
#latest

概述

ICS Reminder

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.

Create a reminder

node {baseDir}/scripts/reminder-client.mjs create --stdin

Required create fields:

  • title
  • start_at
  • timezone

Optional create fields:

  • notes
  • location
  • url
  • all_day
  • rrule
  • alarm_offset_minutes
  • source_text
  • idempotency_key

List reminders

node {baseDir}/scripts/reminder-client.mjs list

Delete a reminder

node {baseDir}/scripts/reminder-client.mjs delete "<id>"

Rotate ICS feed token

node {baseDir}/scripts/reminder-client.mjs rotate

Notes

  • Read REMINDER_API_TOKEN from the environment.
  • Read REMINDER_API_BASE_URL from the environment.
  • If REMINDER_API_BASE_URL is missing, stop and ask for configuration instead of guessing a local or remote endpoint.
  • Always use scripts/reminder-client.mjs; do not embed raw HTTP calls in the skill.
  • Ask a concise follow-up only when date, time, timezone, or recurrence is missing or ambiguous.
  • Keep raw user text inside the JSON request 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 helper script.
  • Read references/openclaw-config.md when the user needs help wiring the skill into ~/.openclaw/openclaw.json.
  • Confirm normalized schedule details in the final response and never reveal bearer tokens or raw secret values.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 00:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,347
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,807
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,810