بنقرة واحدة
apple-reminders
在 macOS 上通过 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期过滤以及 JSON/纯文本输出。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
在 macOS 上通过 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期过滤以及 JSON/纯文本输出。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill when the user wants to search books on WeRead (微信读书), look up book details, check book availability, or find books by title/author/keyword on weread.qq.com. Also trigger when the user mentions "微信读书", "weread", or wants to check if a book is available on WeRead.
使用 coinx CLI(ccxt + ta)查询加密货币价格、K线和多指标共振信号,输出机器可读 JSON,适用于新闻信号确认与量化分析。
在 macOS 上通过 `memo` CLI 管理 Apple Notes(创建、查看、编辑、删除、搜索、移动和导出笔记)。当用户要求 OpenClaw 添加笔记、列出笔记、搜索笔记或管理笔记文件夹时使用。
使用 blogwatcher CLI 监控博客和 RSS/Atom 订阅源的更新。
Manus API integration and usage workflows. Use when asked about Manus/Minus API, Manus CLI usage, webhooks, task lifecycle, or when creating/automating Manus tasks and reports.
| name | apple-reminders |
| description | 在 macOS 上通过 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期过滤以及 JSON/纯文本输出。 |
| homepage | https://github.com/steipete/remindctl |
| metadata | {"openclaw":{"emoji":"⏰","os":["darwin"],"requires":{"bins":["remindctl"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/remindctl","bins":["remindctl"],"label":"Install remindctl via Homebrew"}]}} |
使用 remindctl 直接从终端管理 Apple 提醒事项。它支持列表过滤、基于日期的视图以及脚本化输出。
安装设置
brew install steipete/tap/remindctlpnpm install && pnpm build(二进制文件位于 ./bin/remindctl)权限
remindctl statusremindctl authorize查看提醒事项
remindctlremindctl todayremindctl tomorrowremindctl weekremindctl overdueremindctl upcomingremindctl completedremindctl allremindctl 2026-01-04管理列表
remindctl listremindctl list Workremindctl list Projects --createremindctl list Work --rename Officeremindctl list Work --delete创建提醒事项
remindctl add "Buy milk"remindctl add --title "Call mom" --list Personal --due tomorrow编辑提醒事项
remindctl edit 1 --title "New title" --due 2026-01-04完成提醒事项
remindctl complete 1 2 3删除提醒事项
remindctl delete 4A83 --force输出格式
remindctl today --jsonremindctl today --plainremindctl today --quiet日期格式
--due 和日期过滤接受的格式:
today, tomorrow, yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm2026-01-04T12:34:56Z)注意事项