[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openclaw-openclaw-skills-apple-notes":3},{"error":4,"detail":5,"metadata":23,"markdownContent":25,"rawMarkdown":20},false,{"repo_full_name":6,"owner":7,"repo_name":7,"repo_forks":8,"skill_path":9,"repo_stars":10,"name":11,"category_id":12,"description":13,"file_tree":14,"skill_md_content":20,"skill_id":21,"skill_key":22},"openclaw/openclaw","openclaw",64359,"skills/apple-notes",330752,"apple-notes",13,"Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.",[15],{"name":16,"path":17,"size":18,"type":19},"SKILL.md","skills/apple-notes/SKILL.md",2090,"file","---\nname: apple-notes\ndescription: Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.\nhomepage: https://github.com/antoniorodr/memo\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"📝\",\n        \"os\": [\"darwin\"],\n        \"requires\": { \"bins\": [\"memo\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"antoniorodr/memo/memo\",\n              \"bins\": [\"memo\"],\n              \"label\": \"Install memo via Homebrew\",\n            },\n          ],\n      },\n  }\n---\n\n# Apple Notes CLI\n\nUse `memo notes` to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.\n\nSetup\n\n- Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`\n- Manual (pip): `pip install .` (after cloning the repo)\n- macOS-only; if prompted, grant Automation access to Notes.app.\n\nView Notes\n\n- List all notes: `memo notes`\n- Filter by folder: `memo notes -f \"Folder Name\"`\n- Search notes (fuzzy): `memo notes -s \"query\"`\n\nCreate Notes\n\n- Add a new note: `memo notes -a`\n  - Opens an interactive editor to compose the note.\n- Quick add with title: `memo notes -a \"Note Title\"`\n\nEdit Notes\n\n- Edit existing note: `memo notes -e`\n  - Interactive selection of note to edit.\n\nDelete Notes\n\n- Delete a note: `memo notes -d`\n  - Interactive selection of note to delete.\n\nMove Notes\n\n- Move note to folder: `memo notes -m`\n  - Interactive selection of note and destination folder.\n\nExport Notes\n\n- Export to HTML/Markdown: `memo notes -ex`\n  - Exports selected note; uses Mistune for markdown processing.\n\nLimitations\n\n- Cannot edit notes containing images or attachments.\n- Interactive prompts may require terminal access.\n\nNotes\n\n- macOS-only.\n- Requires Apple Notes.app to be accessible.\n- For automation, grant permissions in System Settings > Privacy & Security > Automation.\n","3c0254c4-49ba-5f23-b4b8-3d90d50c5b7e","openclaw-openclaw-skills-apple-notes",{"name":11,"description":13,"homepage":24},"https://github.com/antoniorodr/memo","\u003Ch1>Apple Notes CLI\u003C/h1>\n\u003Cp>Use \u003Ccode>memo notes\u003C/code> to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.\u003C/p>\n\u003Cp>Setup\u003C/p>\n\u003Cul>\n\u003Cli>Install (Homebrew): \u003Ccode>brew tap antoniorodr/memo &amp;&amp; brew install antoniorodr/memo/memo\u003C/code>\u003C/li>\n\u003Cli>Manual (pip): \u003Ccode>pip install .\u003C/code> (after cloning the repo)\u003C/li>\n\u003Cli>macOS-only; if prompted, grant Automation access to Notes.app.\u003C/li>\n\u003C/ul>\n\u003Cp>View Notes\u003C/p>\n\u003Cul>\n\u003Cli>List all notes: \u003Ccode>memo notes\u003C/code>\u003C/li>\n\u003Cli>Filter by folder: \u003Ccode>memo notes -f &quot;Folder Name&quot;\u003C/code>\u003C/li>\n\u003Cli>Search notes (fuzzy): \u003Ccode>memo notes -s &quot;query&quot;\u003C/code>\u003C/li>\n\u003C/ul>\n\u003Cp>Create Notes\u003C/p>\n\u003Cul>\n\u003Cli>Add a new note: \u003Ccode>memo notes -a\u003C/code>\u003Cul>\n\u003Cli>Opens an interactive editor to compose the note.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003Cli>Quick add with title: \u003Ccode>memo notes -a &quot;Note Title&quot;\u003C/code>\u003C/li>\n\u003C/ul>\n\u003Cp>Edit Notes\u003C/p>\n\u003Cul>\n\u003Cli>Edit existing note: \u003Ccode>memo notes -e\u003C/code>\u003Cul>\n\u003Cli>Interactive selection of note to edit.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Cp>Delete Notes\u003C/p>\n\u003Cul>\n\u003Cli>Delete a note: \u003Ccode>memo notes -d\u003C/code>\u003Cul>\n\u003Cli>Interactive selection of note to delete.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Cp>Move Notes\u003C/p>\n\u003Cul>\n\u003Cli>Move note to folder: \u003Ccode>memo notes -m\u003C/code>\u003Cul>\n\u003Cli>Interactive selection of note and destination folder.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Cp>Export Notes\u003C/p>\n\u003Cul>\n\u003Cli>Export to HTML/Markdown: \u003Ccode>memo notes -ex\u003C/code>\u003Cul>\n\u003Cli>Exports selected note; uses Mistune for markdown processing.\u003C/li>\n\u003C/ul>\n\u003C/li>\n\u003C/ul>\n\u003Cp>Limitations\u003C/p>\n\u003Cul>\n\u003Cli>Cannot edit notes containing images or attachments.\u003C/li>\n\u003Cli>Interactive prompts may require terminal access.\u003C/li>\n\u003C/ul>\n\u003Cp>Notes\u003C/p>\n\u003Cul>\n\u003Cli>macOS-only.\u003C/li>\n\u003Cli>Requires Apple Notes.app to be accessible.\u003C/li>\n\u003Cli>For automation, grant permissions in System Settings &gt; Privacy &amp; Security &gt; Automation.\u003C/li>\n\u003C/ul>\n"]