Apple Notes — Manage Apple Notes via memo CLI: create, search, edit
Apple Notes
Section titled “Apple Notes”Manage Apple Notes via memo CLI: create, search, edit.
Skill metadata
Section titled “Skill metadata”| Source | Bundled (installed by default) |
| Path | skills/apple/apple-notes |
| Version | 1.0.0 |
| Author | Hermes Agent |
| License | MIT |
| Platforms | macos |
| Tags | Notes, Apple, macOS, note-taking |
| Related skills | obsidian |
Reference: full SKILL.md
Section titled “Reference: full SKILL.md”The following is the complete skill definition that Hermes loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.
Apple Notes
Section titled “Apple Notes”Use memo to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.
Prerequisites
Section titled “Prerequisites”- macOS with Notes.app
- Install:
brew tap antoniorodr/memo && brew install antoniorodr/memo/memo - Grant Automation access to Notes.app when prompted (System Settings → Privacy → Automation)
When to Use
Section titled “When to Use”- User asks to create, view, or search Apple Notes
- Saving information to Notes.app for cross-device access
- Organizing notes into folders
- Exporting notes to Markdown/HTML
When NOT to Use
Section titled “When NOT to Use”- Obsidian vault management → use the
obsidianskill - Bear Notes → separate app (not supported here)
- Quick agent-only notes → use the
memorytool instead
Quick Reference
Section titled “Quick Reference”View Notes
Section titled “View Notes”memo notes # List all notesmemo notes -f "Folder Name" # Filter by foldermemo notes -s "query" # Search notes (fuzzy)Create Notes
Section titled “Create Notes”memo notes -a # Interactive editormemo notes -a "Note Title" # Quick add with titleEdit Notes
Section titled “Edit Notes”memo notes -e # Interactive selection to editDelete Notes
Section titled “Delete Notes”memo notes -d # Interactive selection to deleteMove Notes
Section titled “Move Notes”memo notes -m # Move note to folder (interactive)Export Notes
Section titled “Export Notes”memo notes -ex # Export to HTML/MarkdownLimitations
Section titled “Limitations”- Cannot edit notes containing images or attachments
- Interactive prompts require terminal access (use pty=true if needed)
- macOS only — requires Apple Notes.app
- Prefer Apple Notes when user wants cross-device sync (iPhone/iPad/Mac)
- Use the
memorytool for agent-internal notes that don’t need to sync - Use the
obsidianskill for Markdown-native knowledge management