MH apple-reminders — MH 应用le-reminders
v1.0.0Manage 应用le Reminders via remindctl 命令行工具 (列出, 添加, edit, complete, 删除). Supports 列出s, date 过滤器s, and JSON/plAIn 输出.
运行时依赖
安装命令
点击复制技能文档
应用le Reminders 命令行工具 (remindctl)
Use remindctl to manage 应用le Reminders directly from the terminal.
When to Use
✅ USE this 技能 when:
User explicitly mentions "reminder" or "Reminders 应用" Creating personal to-dos with due dates that 同步 to iOS Managing 应用le Reminders 列出s User wants tasks to 应用ear in their iPhone/iPad Reminders 应用 When NOT to Use
❌ DON'T use this 技能 when:
Scheduling Clawd机器人 tasks or alerts → use cron 工具 with 系统Event instead Calendar 事件 or 应用ointments → use 应用le Calendar Project/work task management → use Notion, GitHub Issues, or task 队列 One-time 通知 → use cron 工具 for timed alerts User says "remind me" but means a Clawd机器人 alert → clarify first 设置up 安装: brew 安装 steipete/tap/remindctl macOS-only; grant Reminders 权限 when prompted 检查 状态: remindctl 状态 请求 访问: remindctl 授权 Common Commands View Reminders remindctl # 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
Manage 列出s remindctl 列出 # 列出 all 列出s remindctl 列出 Work # Show specific 列出 remindctl 列出 Projects --创建 # 创建 列出 remindctl 列出 Work --删除 # 删除 列出
创建 Reminders remindctl 添加 "Buy milk" remindctl 添加 --title "Call mom" --列出 Personal --due tomorrow remindctl 添加 --title "Meeting prep" --due "2026-02-15 09:00"
Complete/删除 remindctl complete 1 2 3 # Complete by ID remindctl 删除 4A83 --force # 删除 by ID
输出 格式化s remindctl today --json # JSON for scripting remindctl today --plAIn # TSV 格式化 remindctl today --quiet # Counts only
Date 格式化s
Accepted by --due and date 过滤器s:
today, tomorrow, yesterday YYYY-MM-DD YYYY-MM-DD HH:mm ISO 8601 (2026-01-04T12:34:56Z) Example: Clarifying User Intent
User: "Remind me to 检查 on the 部署 in 2 hours"
Ask: "Do you want this in 应用le Reminders (同步s to your phone) or as a Clawd机器人 alert (I'll message you here)?"
应用le Reminders → use this 技能 Clawd机器人 alert → use cron 工具 with 系统Event