Apple Notes

v1.0.0

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.

44· 30.1k·1.3k current·1.3k all-time
byPeter Steinberger@steipete
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & 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.

latestvk974xp9g7af13e8s1jpdpxrhvd7yja2e

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/memo

Comments