Apple Reminder

v1.0.1

Natural language reminders that create actual Apple Reminders.app entries (macOS-native)

3· 3k·9 current·9 all-time
byPedro Gonzalez@plgonzalezrx8
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual implementation: all scripts call remindctl and date to manage Reminders.app. The only minor mismatch is that the registry metadata lists required binaries as remindctl and date, while SKILL.md also mentions python3; this appears to be an omission in the declared metadata rather than malicious behavior.
Instruction Scope
SKILL.md instructs the agent to run included scripts for create/list/complete/delete/edit operations. The scripts operate only on Reminders via remindctl, use date for time parsing and python3 for JSON formatting, and do not read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
No download/install spec; the skill is provided as scripts (no network fetch). That keeps the install surface small. There is no extraction of remote archives or external installers in the bundle.
Credentials
The skill declares no credentials or config paths — appropriate for local Reminders access. Note: SKILL.md lists python3 as a requirement but the registry metadata's 'required binaries' omitted it; ensure python3 is available. Also remindctl is required and will need to be a trusted binary (and may require macOS Reminders access permissions).
Persistence & Privilege
Skill does not request persistent always:true, does not modify other skills or system-wide configs, and contains only per-skill scripts. The scripts perform expected CRUD operations on Reminders and do not escalate privileges.
Assessment
This skill is coherent and appears to do only what it claims, but before installing check: (1) remindctl is required — install it from a trusted source and verify its path (/usr/local/bin/remindctl) and behavior; (2) ensure python3 is present (SKILL.md references it though registry metadata omitted it); (3) the remindctl tool will require macOS Reminders permissions and may prompt for access to your Reminders/iCloud; (4) because these are shell scripts that execute binaries, avoid installing if you don't trust the remindctl binary or the skill source — run the scripts manually in a terminal first to inspect outputs or run them in a restricted environment. If you want higher assurance, request the upstream/homepage or a signed release for remindctl.

Like a lobster shell, security has layers — review code before you run it.

latestvk978e4xf3achqkez08vcja1e5s80b1cg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Clawdis
OSmacOS
Binsremindctl, date

Comments