Back to apple
apple v1.0.0 1.4 min read 90 lines

apple-notes

macOS에서 memo CLI로 Apple Notes 관리 (생성, 보기, 검색, 편집).

Hermes Agent
MIT

Apple Notes

Use memo to manage Apple Notes directly from the terminal. Notes sync across all Apple devices via iCloud.

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

  • 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

  • Obsidian vault management → use the obsidian skill
  • Bear Notes → separate app (not supported here)
  • Quick agent-only notes → use the memory tool instead

Quick Reference

View Notes

memo notes                        # List all notes
memo notes -f "Folder Name" # Filter by folder
memo notes -s "query" # Search notes (fuzzy)

Create Notes

memo notes -a                     # Interactive editor
memo notes -a "Note Title" # Quick add with title

Edit Notes

memo notes -e                     # Interactive selection to edit

Delete Notes

memo notes -d                     # Interactive selection to delete

Move Notes

memo notes -m                     # Move note to folder (interactive)

Export Notes

memo notes -ex                    # Export to HTML/Markdown

Limitations

  • Cannot edit notes containing images or attachments
  • Interactive prompts require terminal access (use pty=true if needed)
  • macOS only — requires Apple Notes.app

Rules

  • Prefer Apple Notes when user wants cross-device sync (iPhone/iPad/Mac)
  • Use the memory tool for agent-internal notes that don't need to sync
  • Use the obsidian skill for Markdown-native knowledge management

Related Skills / 관련 스킬

apple v1.0.0

apple-reminders

remindctl CLI로 Apple Reminders 관리 (목록, 추가, 완료, 삭제).

apple v1.0.0

findmy

macOS에서 FindMy.app과 AppleScript로 Apple 기기 및 AirTag 추적.

apple v1.0.0

imessage

macOS에서 imsg CLI로 iMessage/SMS 송수신.