Manage Apple Notes via memo CLI: create, search, edit.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use memo to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.
brew tap antoniorodr/memo && brew install antoniorodr/memo/memoobsidian skillmemory tool insteadmemo notes # List all notes
memo notes -f "Folder Name" # Filter by folder
memo notes -s "query" # Search notes (fuzzy)memo notes -a # Interactive editor (optionally with -f "Folder Name")memo notes -a "Note Title" is not supported by current memo versions. For a non-interactive quick note, use AppleScript instead:
osascript -e 'tell application "Notes"' \
-e 'make new note with properties {name:"Test note", body:"Test note<br><br>Created by Gini as a test."}' \
-e 'end tell'memo notes -e # Interactive selection to editmemo notes -d # Interactive selection to deletememo notes -m # Move note to folder (interactive)memo notes -ex # Export to HTML/Markdownmemory tool for agent-internal notes that don't need to syncobsidian skill for Markdown-native knowledge management6c5d85e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.