一键导入
notes-assistant
Search, read, create, and organize notes in Apple Notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search, read, create, and organize notes in Apple Notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Find and act on emails over IMAP with Mail.app closed. Discover which accounts are logged in, search, read contents, download attachments, draft new mail, mark read/unread, archive, and move to trash.
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
View and manage calendar events with smart scheduling defaults.
Look up, search, and create contacts in Contacts.app.
Organize the ~/Downloads folder by categorizing files and subdirectories into subfolders using AI-driven analysis.
Generate images from text descriptions using models with native image generation (e.g. Gemini).
| id | notes_assistant |
| name | Notes Assistant |
| description | Search, read, create, and organize notes in Apple Notes. |
| apps | ["Notes"] |
| tasks | ["search_notes","read_note","create_note","list_notes","list_note_folders","create_note_folder","move_note","delete_note","rename_note_folder","delete_note_folder"] |
| essential_tasks | ["search_notes","read_note","create_note"] |
| keywords | ["notiz","notizen","anmerkung"] |
| examples | ["Search my notes for the wifi password","Create a note about today's meeting","Read my Placeholder note","Show me my recent notes","Move the note to the Work folder","Create a todo list for the project"] |
| safe_defaults | {"limit":20,"folder":"Notes"} |
| confirm_before_write | ["delete note","delete folder","move note"] |
| requires_permissions | ["Automation:Notes"] |
read_note to get the full content of a specific noteread_file with note:// URIs — that does not worklist_notes) show titles onlyhtml=true to create formatted notes with lists and structure<ul><li>Item</li></ul> HTML format<strike>Done item</strike><h2>Section</h2><h1>Project Tasks</h1><ul><li>Review PR</li><li>Update docs</li><li><strike>Fix login bug</strike></li></ul>
html=true, the body is treated as plain text (newlines become <br>)<ul><li> bullet lists instead, which is the standard format used in existing todo notes<ul><li> items