一键导入
macos-reminders
Use this when the task needs Apple Reminders.app on macOS for listing lists, finding reminders, or creating/updating/completing reminders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this when the task needs Apple Reminders.app on macOS for listing lists, finding reminders, or creating/updating/completing reminders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this when the task needs Apple Calendar.app on macOS for listing calendars, inspecting events, or creating/updating timed events.
Use this when the task needs Finder-style file browsing or local file reveal/open actions on macOS.
Use this when the task needs Apple Messages.app on macOS for listing chats or reading recent messages from a chat that exposes scriptable history.
Use this when the task needs Apple Notes.app on macOS for listing, reading, creating, or updating notes.
Use this when the task needs public-web reading, webpage inspection, or link extraction, especially after getting candidate URLs from an MCP search tool.
| name | macos-reminders |
| description | Use this when the task needs Apple Reminders.app on macOS for listing lists, finding reminders, or creating/updating/completing reminders. |
| metadata | {"short-description":"Apple Reminders access on macOS","requires":{"os":["darwin"],"config":["macos_tools.enabled","macos_tools.enable_reminders"]}} |
Use reminders_action for Reminders.app tasks on macOS.
Supported actions:
list_listslist_reminderscreate_reminderupdate_remindercomplete_reminderDate rules:
due_on for all-day reminders in YYYY-MM-DD format.due_at for timed reminders in ISO 8601 format with an explicit timezone offset.due_on and due_at in the same request.clear_due=true on update_reminder only when the user explicitly wants to remove an existing due date.Workflow:
list_lists if the target reminder list is unclear.list_reminders before updating or completing an existing reminder so you capture the correct reminder_id.reminder_id for update_reminder or complete_reminder.Field guidance:
title is the visible reminder name.notes maps to the reminder body/notes field.include_completed should stay false unless completed reminders are explicitly relevant.Do not assume delete, list moves, subtasks, recurrence, tags, or priority support in v1.