Manage Apple Notes via memo CLI: create, search, edit.
64
78%
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
Fix and improve this skill with Tessl
tessl review fix ./skills/apple/apple-notes/SKILL.mdUse 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 # Add a note (opens your $EDITOR)
memo notes -a -f "Folder Name" # Add a note into a specific folder-a/--add is a bare flag — it opens your $EDITOR to compose the note; it does
not take a title argument. Use -f/--folder to target a folder. Set $EDITOR
first (e.g. export EDITOR=vim).
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 management6327930
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.