From sundial-org-awesome-openclaw-skills-4
Manages Apple Notes via the memo CLI on macOS: create, view, edit, delete, search, move, and export notes to HTML/Markdown.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:apple-notesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `memo notes` to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Setup
brew tap antoniorodr/memo && brew install antoniorodr/memo/memopip install . (after cloning the repo)View Notes
memo notesmemo notes -f "Folder Name"memo notes -s "query"Create Notes
memo notes -a
memo notes -a "Note Title"Edit Notes
memo notes -e
Delete Notes
memo notes -d
Move Notes
memo notes -m
Export Notes
memo notes -ex
Limitations
Notes
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Manages Apple Notes on macOS — list, search, read, create, append, move, delete, and export notes locally via AppleScript. Runs against Notes.app with no cloud API.
Manages Apple Notes on macOS: create, search, read, update, delete, organize notes and folders. Uses MCP tools for safe formatting.
Create, read, search, and delete Apple Notes on macOS using JXA and AppleScript via osascript. Useful for learning Notes automation and testing permission access.