Manage Apple Notes via $SKILLDIR/scripts/notes.sh. Notes content is stored as HTML internally; the script accepts plain text or HTML body and returns plaintext when reading.
Always list folders first to discover accounts and folder names:
| title | yes | - | Note title (becomes the first line / heading) | | body | no | "" | Note content (plain text — converted to HTML automatically) | | html | no | "" | Raw HTML body (overrides body if both provided) | | folder | no | default folder | Folder name (from list-folders) | | account | no | default account | Account name (from list-folders) |
Crea, leggi, cerca e gestisci le note di macOS tramite AppleScript. Da utilizzare quando l'utente chiede di prendere una nota, annotare qualcosa, salvare un'idea, creare note di riunione, leggere una nota, cercare note o qualsiasi cosa coinvolga Apple Notes su macOS. Si attiva su richieste come "annota questo", "salvalo come nota", "crea una nota su X", "mostra le mie note", "cerca X nelle mie note", "cosa ho scritto su X". solo macOS. Fonte: lucaperret/agent-skills.