skills/built-in/apple-reminders/SKILL.md
Manage Apple Reminders on macOS using `remindctl` (list, add, edit, complete, delete, and list management). Use when users ask for reminders or task-list operations in Apple Reminders.
npx skillsauth add saldapal/microclaw apple-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.
Use this skill when users ask to manage Apple Reminders.
remindctl installed:brew install steipete/tap/remindctl
remindctl status
remindctl authorize
Today / tomorrow / week:
remindctl today
remindctl tomorrow
remindctl week
Add reminder:
remindctl add "Buy milk"
remindctl add --title "Pay rent" --list Personal --due tomorrow
Edit reminder:
remindctl edit 1 --title "Pay rent (landlord)" --due 2026-02-10
Complete reminder:
remindctl complete 1
Delete reminder:
remindctl delete 1 --force
List operations:
remindctl list
remindctl list Work
remindctl list Projects --create
JSON output for scripting:
remindctl today --json
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
development
Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
documentation
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.