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, highdevelopment
Search the web for current information, news, facts, and answers. Use when asked questions about current events, needing to look something up, finding websites, researching topics, or when you need up-to-date information beyond your training data.
development
Summarize any URL, YouTube video, podcast, PDF, or file into concise text. Use when asked to read an article, summarize a link, get the gist of a video or podcast, extract content from a URL, or when you need to understand what a web page or document contains.
development
Play music via Spotify and control Google Home speakers. Use when asked to play music, songs, artists, playlists, podcasts, or control speakers/volume/audio.
testing
Create new OpenClaw skills, modify and improve existing skills, and measure skill performance with evals. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use when asked to "make a skill", "turn this into a skill", "improve this skill", or "test this skill".