What problem does it solve? Creating, searching, editing, and exporting Apple Notes normally requires opening Notes.app manually; this Skill lets an agent perform those operations directly from the terminal via the memo CLI, with notes syncing across iPhone, iPad, and Mac through iCloud. ## Core Features & Use Cases - Note Management via memo CLI: List, fuzzy-search, create, edit, delete, and move notes between folders using commands like memo notes -a "Title" and memo notes -s "query". - Export to Markdown/HTML: Export note content with memo notes -ex for use in other tools and pipelines. - Guardrails and Error Recovery: Rejects editing notes containing images or attachments, and returns actionable recovery guidance when memo is not installed or automation permission is missing. - Use Case: A user asks to save meeting prep material to a note titled "组会材料" that must appear on their iPhone; the Skill runs memo notes -a "组会材料" non-interactively and confirms creation. ## Quick Start Ask the agent to create an Apple Note titled "Meeting Prep" containing your agenda so it syncs to all your Apple devices.