Apple Notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 41 · 20.8k · 954 current installs · 969 all-time installs
byPeter Steinberger@steipete
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill's name and description match the SKILL.md: it uses the memo CLI to manage Apple Notes (create/view/edit/delete/search/move/export). However, the top-level registry metadata provided to you lists no required binaries or OS restriction while SKILL.md metadata declares the memo binary and macOS (darwin). This is a metadata inconsistency (likely an authoring/packaging omission) but the functionality described is coherent.
Instruction Scope
Runtime instructions are narrowly scoped to running the memo CLI and interacting with Apple Notes (listing, searching, editing, exporting). They ask the user to grant macOS Automation permission to Notes.app and to use interactive terminal prompts; they do not instruct reading unrelated files, sending data to external endpoints, or accessing other credentials.
Install Mechanism
The SKILL.md recommends installing via a Homebrew tap (antoniorodr/memo) or manually via pip from the repo. Homebrew is a standard mechanism, but this is a third‑party tap/author (not an official Apple package). There is no install spec in the registry package itself, so installation instructions live only in SKILL.md — you should review the Homebrew formula and upstream repo before installing.
Credentials
The skill does not request any environment variables or credentials. It does require access to Apple Notes and macOS Automation permissions (appropriate for this purpose). No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not force-enabled (always: false), is user-invocable, and does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by default but not combined with other red flags here.
Assessment
This skill appears to do what it says: it runs the memo CLI to manage Apple Notes. Before installing or using it: 1) confirm you're on macOS (SKILL.md is macOS-only) — the registry entry omitted that. 2) Review the upstream repository and the Homebrew formula (antoniorodr/memo) because you will install third‑party code into your system. 3) Be aware memo will request Automation access to Notes.app — that grants the tool access to your notes' content, so only install if you trust the project. 4) If you need stricter assurance, ask the publisher to fix the registry metadata (declare required binary 'memo' and restrict OS to darwin) or provide a signed release you can audit.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📝 Clawdis
OSmacOS
Binsmemo
Install
Install memo via Homebrew
Bins: memo
brew install antoniorodr/memo/memoSKILL.md
Apple Notes CLI
Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.
Setup
- Install (Homebrew):
brew tap antoniorodr/memo && brew install antoniorodr/memo/memo - Manual (pip):
pip install .(after cloning the repo) - macOS-only; if prompted, grant Automation access to Notes.app.
View Notes
- List all notes:
memo notes - Filter by folder:
memo notes -f "Folder Name" - Search notes (fuzzy):
memo notes -s "query"
Create Notes
- Add a new note:
memo notes -a- Opens an interactive editor to compose the note.
- Quick add with title:
memo notes -a "Note Title"
Edit Notes
- Edit existing note:
memo notes -e- Interactive selection of note to edit.
Delete Notes
- Delete a note:
memo notes -d- Interactive selection of note to delete.
Move Notes
- Move note to folder:
memo notes -m- Interactive selection of note and destination folder.
Export Notes
- Export to HTML/Markdown:
memo notes -ex- Exports selected note; uses Mistune for markdown processing.
Limitations
- Cannot edit notes containing images or attachments.
- Interactive prompts may require terminal access.
Notes
- macOS-only.
- Requires Apple Notes.app to be accessible.
- For automation, grant permissions in System Settings > Privacy & Security > Automation.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
