Files
clawbot/skills/macos-notes/SKILL.md
T
2026-02-13 13:26:50 -05:00

13 lines
345 B
Markdown

# 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}}"