一键导入
apple-notes
// Manage macOS Apple Notes via the memo CLI — create, view, edit, delete, search, move, and export notes across folders. Use when user says "add note", "find note", "show my notes", "create note about...", or "export note".
// Manage macOS Apple Notes via the memo CLI — create, view, edit, delete, search, move, and export notes across folders. Use when user says "add note", "find note", "show my notes", "create note about...", or "export note".
Create algorithm-optimized social media content (Threads, Instagram, etc.) from a topic or trend. Uses Meta's patent-based scoring (5 dimensions) to maximize reach. Optionally generates NotebookLM image cards. Use when user says "create a post about", "write content for", "make a post", "turn this into a post".
Manage macOS Apple Reminders via the remindctl CLI — list, add, edit, complete, and delete reminders across all reminder lists. Use when user says "remind me", "add to reminders", "show my reminders", "mark reminder done", or "delete reminder".
Create, search, and manage Bear notes via the grizzly CLI. Use when user says "add a bear note", "search bear notes", "list my notes in bear", "open bear note about X".
Structured brainstorming with multiple perspectives. Use when user says "brainstorm about", "ideas for", "help me think about", "suggestions for".
Capture frames or short clips from RTSP/ONVIF network cameras or local webcams using ffmpeg or camsnap. Use when user says "take a snapshot from camera", "capture front door", "grab a frame from the security cam", or any camera capture request involving IP cameras or webcams.
Monitor and report on context window health, memory status, and overall assistant state. Use when context feels degraded, after long sessions, or when user asks "how's the context".
| name | apple-notes |
| description | Manage macOS Apple Notes via the memo CLI — create, view, edit, delete, search, move, and export notes across folders. Use when user says "add note", "find note", "show my notes", "create note about...", or "export note". |
| allowed-tools | ["Bash","Read","Write"] |
| model | haiku |
| user-invocable | true |
| when_to_use | When user wants to create, read, search, edit, or manage Apple Notes on macOS. Triggers: "add a note", "create note", "find note about...", "show notes", "edit note", "delete note", "export note", "move note to folder". |
| argument-hint | <action: list|create|view|edit|delete|search|move|export> <details> |
Manage native macOS Apple Notes using the memo CLI. macOS only.
brew install antoniorodr/memo/memo
After install, grant Notes access when macOS prompts. If not prompted: System Settings → Privacy & Security → Contacts/Notes → allow Terminal.
| Command | Description |
|---|---|
memo list | List all notes (title + folder) |
memo list --folder "<Folder>" | List notes in a specific folder |
memo create "<Title>" --body "<Content>" | Create a new note |
memo view "<Title>" | View note content |
memo edit "<Title>" --body "<New Content>" | Replace note body |
memo delete "<Title>" | Delete a note |
memo search "<Query>" | Search notes by content |
memo move "<Title>" --folder "<Destination>" | Move note to a folder |
memo export "<Title>" --format md | Export note as Markdown |
Create a quick note:
memo create "Meeting notes 2026-03-21" --body "Discussed Q2 roadmap. Next steps: draft proposal."
Search for a note:
memo search "quarterly roadmap"
View a specific note:
memo view "Meeting notes 2026-03-21"
Export as Markdown to a file:
memo export "Meeting notes 2026-03-21" --format md > workspace/meeting-notes.md
Move note to a folder:
memo move "Meeting notes 2026-03-21" --folder "Work"
which memoworkspace/note-<slug>.md and summarize inline rather than dumping full contentmemo list first and ask the user to clarify