What problem does it solve? Managing Apple Notes normally requires opening the Notes app and clicking through its interface, which breaks terminal-based and automated workflows. This Skill lets you create, view, edit, delete, search, move, and export notes directly from the command line using the memo CLI. ## Core Features & Use Cases - Full Note Management: Create, view, edit, delete, and move notes between folders with simple memo commands. - Fuzzy Search: Find notes quickly with memo notes -s "query" instead of scrolling through folders. - Export to HTML/Markdown: Export selected notes for publishing, backup, or migration using built-in Mistune processing. - Use Case: You want to capture a quick idea without leaving your terminal. Run memo notes -a "Meeting Ideas" to create a titled note instantly, then later search and export it to Markdown for your documentation. ## Quick Start Ask the agent to create a new Apple Note titled "Shopping List" using the memo CLI.