Korta Apple Reminders
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· 42·1 current·1 all-time
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 uses the remindctl CLI and is macOS-only, matching the description. The required binary (remindctl) and the Homebrew formula (steipete/tap/remindctl) are coherent with the stated functionality. Minor metadata inconsistencies: the provided _meta.json contains a different ownerId and slug ('apple-reminders') than the registry metadata ('korta-apple-reminders'), which appears to be a packaging/wrapper discrepancy but does not affect the runtime behavior.
Instruction Scope
SKILL.md instructs only to install/use remindctl, request Reminders permission, and run reminder-management commands (list, add, edit, complete, delete). It does not instruct the agent to read unrelated files, access environment variables, or transmit data to external endpoints beyond the local CLI. It explicitly notes macOS privacy consent requirements.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/remindctl), which is a standard and low-risk mechanism. Note: this is a third-party tap rather than the Homebrew core — recommend reviewing the tap/formula and upstream GitHub repo (https://github.com/steipete/remindctl) to confirm trustworthiness before allowing installation.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local CLI wrapper that operates against the user's Reminders database via macOS APIs.
Persistence & Privilege
The skill does not request always:true or any persistent elevated privileges. It relies on an externally installed binary and standard macOS permission prompts for Reminders access. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
Assessment
This skill is coherent: it simply wraps the remindctl CLI to manage Apple Reminders. Before installing, verify the Homebrew tap and the remindctl GitHub repo (steipete/remindctl) so you trust the binary you will install. Prefer installing remindctl yourself via brew and testing it manually (including the authorize flow) before enabling the skill. Be aware that granting Reminders permission gives the binary access to your reminder data, so only proceed if you trust the upstream project. Also note the minor metadata mismatch between the registry wrapper and the included _meta.json — this is likely packaging-related but worth a quick sanity check.Like a lobster shell, security has layers — review code before you run it.
latestvk978hhxcyqahe6etv6pfc9z0xx84ffyr
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