openclaw/skills/reminders/SKILL.md
Manage Apple Reminders — create, view, complete, edit, and delete reminders and lists. Use when asked to set a reminder, check what's due, mark tasks done, manage to-do lists, or anything involving Apple Reminders.
npx skillsauth add Dbochman/dotfiles remindersInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage Apple Reminders via the remindctl-wrapper CLI.
# Today's reminders
remindctl-wrapper today
# Other time ranges
remindctl-wrapper tomorrow
remindctl-wrapper week
remindctl-wrapper overdue
remindctl-wrapper upcoming
remindctl-wrapper all
# Specific date
remindctl-wrapper 2026-03-15
# JSON output for structured data
remindctl-wrapper today --json
# Simple
remindctl-wrapper add "Buy groceries"
# With due date
remindctl-wrapper add "Call dentist" --due tomorrow
remindctl-wrapper add "Pay rent" --due 2026-03-01
# With list and priority
remindctl-wrapper add "Finish report" --list Work --due tomorrow --priority high
# JSON output to get the created reminder ID
remindctl-wrapper add "Pick up package" --due today --json
# By ID (prefix match)
remindctl-wrapper complete 3DD2
# Multiple at once
remindctl-wrapper complete 3DD2 A1B2 C3D4
remindctl-wrapper edit 3DD2 --title "Updated title"
remindctl-wrapper edit 3DD2 --due 2026-03-10
remindctl-wrapper edit 3DD2 --priority medium
remindctl-wrapper delete 3DD2 --force
# View all lists
remindctl-wrapper list
# Show reminders in a specific list
remindctl-wrapper list Work
# Create a new list
remindctl-wrapper list Shopping --create
# Rename a list
remindctl-wrapper list Work --rename Office
# Delete a list
remindctl-wrapper list Old --delete
--json: structured JSON (best for parsing)--plain: tab-separated values--quiet: count summaries only/opt/homebrew/bin/remindctl-wrapper (wraps /opt/homebrew/bin/remindctl)today, tomorrow, YYYY-MM-DD, ISO 8601none, low, medium, hightools
Use exact configured Reolink cameras through the local Home Hub for availability and power status, fresh stills, visual commentary, protected Dylan/Julia/household sharing, and reversible spotlight control. Supports trusted owner tasks and explicitly scoped proactive automations; not for Nest or Ring cameras, arbitrary recipients, recordings, account changes, or raw camera APIs.
data-ai
Privately manage Dylan and Julia's household plant inventory and care history by physical location, bed, and exact Flower Cam view. Use for confirmed plant onboarding from camera conversations, camera- or bed-filtered inventory, record corrections, individual or whole-bed care, and private filtered exports. Pair with reolink-camera when an owner asks about plants visible in Flower Cam images.
testing
Inspect and control the physically secured Reachy Mini at Crosstown through ClawBody. Use for requests to check Reachy, look around, express an emotion, play any official emotion or dance preset, speak proactively, mute or unmute its microphone, stop movement, or describe what its camera sees.
tools
Handle Reachy/iMessage handoffs, selective durable memory, forgetting, and diagnostics; automatic context comes from the gateway plugin.