Auto-sync: 2026-02-13 13:26:50

This commit is contained in:
Adolfo Reyna
2026-02-13 13:26:50 -05:00
parent 96536f3c86
commit c85db868fd
3 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 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}}"