一键导入
macos-messages
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | macos-messages |
| description | 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. |
| metadata | {"short-description":"Apple Messages access on macOS","requires":{"os":["darwin"],"config":["macos_tools.enabled","macos_tools.enable_messages"]}} |
Use messages_action for Messages.app tasks on macOS.
Supported actions:
list_chatsread_recent_messagesWorkflow:
list_chats first to identify the target conversation and capture its chat_id.read_recent_messages only with a chat_id returned by the tool.limit bounded and narrow the request to the specific chat the user asked about.Caveat:
read_recent_messages returns an unsupported-history error, report that limitation plainly instead of retrying with UI scripting or broader access.Do not assume send, delete, create-chat, attachment, or global search support in v1.
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 Notes.app on macOS for listing, reading, creating, or updating notes.
Use this when the task needs Apple Reminders.app on macOS for listing lists, finding reminders, or creating/updating/completing reminders.
Use this when the task needs public-web reading, webpage inspection, or link extraction, especially after getting candidate URLs from an MCP search tool.