Apple Reminders 1
v1.0.0Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
⭐ 0· 90·1 current·1 all-time
by@tigertamvip·duplicate of @npjameszheng1125-netizen/npjames-apple-reminders·canonical: @steipete/apple-reminders
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill declares and requires the remindctl binary and documents how to install it via Homebrew or build from source; these needs match the described purpose of controlling Apple Reminders.
Instruction Scope
SKILL.md only instructs running remindctl commands and managing macOS Reminders permissions. It does not ask the agent to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/remindctl), which is a normal and low-friction approach. Note that this is a third-party tap (steipete) rather than the core Homebrew repo — users may want to inspect the tap/formula or upstream repo before installing.
Credentials
No environment variables, credentials, or config paths are requested; the privacy-sensitive element is macOS Reminders permission, which is appropriate for the stated functionality.
Persistence & Privilege
The skill does not request always:true or any elevated persistent presence, nor does it modify other skills or system-wide agent settings.
Assessment
This skill is coherent with its description, but before installing: (1) verify the Homebrew tap and upstream repo (steipete/remindctl) to ensure you trust the maintainer and formula; (2) be aware that you must grant macOS Reminders access to Terminal/remindctl — this gives the binary access to your personal reminders data; and (3) if running commands over SSH, remember that granting Reminders access for remote sessions can expose data on the machine running the commands. If you want extra assurance, inspect the remindctl source/build artifacts yourself before installation.Like a lobster shell, security has layers — review code before you run it.
latestvk97aeyt1kwhwpnxva822bc0ncs83c5qm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
⏰ Clawdis
OSmacOS
Binsremindctl
Install
Install remindctl via Homebrew
Bins: remindctl
brew install steipete/tap/remindctl