بنقرة واحدة
macos-notes
Use this when the task needs Apple Notes.app on macOS for listing, reading, creating, or updating notes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use this when the task needs Apple Notes.app on macOS for listing, reading, creating, or updating notes.
التثبيت باستخدام 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 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.
| name | macos-notes |
| description | Use this when the task needs Apple Notes.app on macOS for listing, reading, creating, or updating notes. |
| metadata | {"short-description":"Apple Notes access on macOS","requires":{"os":["darwin"],"config":["macos_tools.enabled","macos_tools.enable_notes"]}} |
Use notes_action for Notes.app tasks on macOS.
Supported actions:
list_notesread_notecreate_noteupdate_noteWorkflow:
list_notes to find the target note and capture its note_id.read_note when the full body is needed before editing.create_note with folder_name, title, and body_text.update_note with body_mode="append" only when the user explicitly wants additive updates.Field guidance:
folder_name is the visible Notes folder name.body_text is plain text input.note_id must come from a previous tool result.Do not assume delete, move, rich-text formatting, or attachment support in v1.