帮你通过 remindctl 管理 Apple 提醒事项与清单的增删改查和完成状态。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "apple-reminders" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/apple-reminders/SKILL.md 2. 保存为 ~/.claude/skills/apple-reminders/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在 Apple Reminders 的“工作”清单中添加 3 条提醒:10:00 团队例会、14:00 提交周报、18:00 回复客户邮件。
在指定清单中创建 3 条新的提醒事项,并返回添加结果。
列出“个人”清单里今天到期的提醒事项,并将其中“买牛奶”标记为已完成。
返回今天到期的提醒列表,并把指定事项更新为已完成状态。
把“临时想法”清单重命名为“下周计划”,然后删除其中已完成超过 30 天的提醒事项。
完成清单重命名,并清理符合条件的旧提醒,返回变更结果。
Use remindctl to manage Apple Reminders directly from the terminal.
Use when:
Do not use when:
cron tool with systemEvent insteadcron tool for timed alertsbrew install steipete/tap/remindctlremindctl statusremindctl authorizeremindctl # Today's reminders
remindctl today # Today
remindctl tomorrow # Tomorrow
remindctl week # This week
remindctl overdue # Past due
remindctl all # Everything
remindctl 2026-01-04 # Specific date
remindctl list # List all lists
remindctl list Work # Show specific list
remindctl list Projects --create # Create list
remindctl list Work --delete # Delete list
remindctl add "Buy milk"
remindctl add --title "Call mom" --list Personal --due tomorrow
remindctl add --title "Meeting prep" --due "2026-02-15 09:00"
remindctl complete 1 2 3 # Complete by ID
remindctl delete 4A83 --force # Delete by ID
remindctl today --json # JSON for scripting
remindctl today --plain # TSV format
remindctl today --quiet # Counts only
Accepted by --due and date filters:
today, tomorrow, yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm2026-01-04T12:34:56Z)User: "Remind me to check on the deploy in 2 hours"
Ask: "Do you want this in Apple Reminders (syncs to your phone) or as an OpenClaw alert (I'll message you here)?"
cron tool with systemEvent帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。
通过 macOS 命令行创建、整理、搜索并导出 Apple Notes 笔记。