with one click
apple-notes
Manage Apple Notes via memo CLI: create, search, edit.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage Apple Notes via memo CLI: create, search, edit.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | apple-notes |
| description | Manage Apple Notes via memo CLI: create, search, edit. |
| license | MIT |
| compatibility | macOS only. Requires the `memo` CLI and Automation access to Notes.app. |
| metadata | {"gini":{"version":"1.0.0","author":"Gini","platforms":["macos"],"prerequisites":{"commands":["memo"]}}} |
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 edit
memo notes -d # Interactive selection to delete
memo notes -m # Move note to folder (interactive)
memo notes -ex # Export to HTML/Markdown
memory tool for agent-internal notes that don't need to syncobsidian skill for Markdown-native knowledge managementGoogle Calendar via gws: list events, create, accept, find free time.
Google Docs via gws: read, append text, structured batch edits.
Google Drive via gws: search, list, upload, download, share.
Google Forms via gws: create forms, add items, read responses.
Gmail via gws: send, read, search, label, draft, reply, forward.
Google Sheets via gws: read/write cells, append rows, structured batch edits.