通过 macOS 上的“remindctl”CLI 管理 Apple 提醒(列出、添加、编辑、完成、删除)。支持列表、日期过滤器和 JSON/plain 输出。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apple-reminders或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apple-reminders⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apple-reminders/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apple-reminders description: Manage Apple Reminders via the remindctl CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. homepage: https://github.com/steipete/remindctl metadata: {"clawdbot":{"emoji":"⏰","os":["darwin"],"requires":{"bins":["remindctl"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/remindctl","bins":["remindctl"],"label":"Install remindctl via Homebrew"}]}} ---
Use remindctl to manage Apple Reminders directly from the terminal. It supports list filtering, date-based views, and scripting output.
Setup
brew install steipete/tap/remindctlpnpm install && pnpm build (binary at ./bin/remindctl)Permissions
remindctl statusremindctl authorizeView Reminders
remindctlremindctl todayremindctl tomorrowremindctl weekremindctl overdueremindctl upcomingremindctl completedremindctl allremindctl 2026-01-04Manage Lists
remindctl listremindctl list Workremindctl list Projects --createremindctl list Work --rename Officeremindctl list Work --deleteCreate Reminders
remindctl add "Buy milk"remindctl add --title "Call mom" --list Personal --due tomorrowEdit Reminders
remindctl edit 1 --title "New title" --due 2026-01-04Complete Reminders
remindctl complete 1 2 3Delete Reminders
remindctl delete 4A83 --forceOutput Formats
remindctl today --jsonremindctl today --plainremindctl today --quietDate Formats Accepted by --due and date filters:
today, tomorrow, yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm2026-01-04T12:34:56Z)Notes
安装 苹果提醒 后,可以对 AI 说这些话来触发它
Help me get started with Apple Reminders
Explains what Apple Reminders does, walks through the setup, and runs a quick demo based on your current project
Use Apple Reminders to manage Apple Reminders via the `remindctl` CLI on macOS (list, add,...
Invokes Apple Reminders with the right parameters and returns the result directly in the conversation
What can I do with Apple Reminders in my documents & notes workflow?
Lists the top use cases for Apple Reminders, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apple-reminders/ 目录(个人级,所有项目可用),或 .claude/skills/apple-reminders/(项目级)。重启 AI 客户端后,用 /apple-reminders 主动调用,或让 AI 根据上下文自动发现并使用。
苹果提醒 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
苹果提醒 可免费安装使用。请查阅仓库了解许可证信息。
通过 macOS 上的“remindctl”CLI 管理 Apple 提醒(列出、添加、编辑、完成、删除)。支持列表、日期过滤器和 JSON/plain 输出。
苹果提醒 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Apple Reminders
Identifies repetitive steps in your workflow and sets up Apple Reminders to handle them automatically