원클릭으로
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