# macOS Notes Description: Manage Apple Notes via AppleScript. ## Tools ### list Description: List recent notes or search by title. Command: osascript skills/macos-notes/list_notes.scpt "{{query}}" ### add Description: Create a new note or append to an existing one. Command: osascript skills/macos-notes/add_note.scpt "{{title}}" "{{body}}"