访问和管理 macOS 苹果提醒事项(Apple Reminders)。适用于"查看提醒"、"查看今日提醒"、"待办提醒"、"创建提醒"、"完成提醒"、"提醒清单"等请求。仅支持 macOS,需要 Apple Reminders 访问权限。注意:这是 Apple 自带的提醒事项,不是 Things 3。依赖:remindctl(brew install steipete/tap/remindctl)。
通过 JXA (JavaScript for Automation) 操作 macOS 内置提醒事项应用。
JSON 字符串,包含 action 字段:
{"action": "lists"}
{"action": "today"}
{"action": "pending"}
{"action": "upcoming"}
{"action": "overdue"}
{"action": "all"}
{"action": "create", "title": "买菜", "listName": "购物", "due": "2025-01-15T09:00:00"}
{"action": "complete", "reminderName": "买菜"}
{"action": "delete", "reminderName": "买菜"}
lists - 列出所有提醒事项清单today - 今日到期的提醒pending - 所有未完成提醒upcoming - 未来 7 天内的提醒overdue - 已过期未完成的提醒completed - 已完成的提醒all - 所有提醒(不过滤)create - 创建新提醒complete - 标记提醒完成delete - 删除提醒Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity