Agent skill
c-notes
Manage Apple Notes and Apple Reminders from the CLI. Uses memo for Notes and remindctl for Reminders. Supports listing, searching, reading, creating notes, and adding/completing reminders.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-notes
SKILL.md
This skill manages Apple Notes via memo and Apple Reminders via remindctl.
Apple Notes — memo
memo list # List all notes
memo list --folder "Work" # List notes in a folder
memo search "query" # Search notes by content or title
memo read "Note Title" # Read a specific note
memo create "Title" "Body text" # Create a new note
memo create --folder "Work" "Title" "Body"
memo delete "Note Title" # Delete a note
memo folders # List all folders
Apple Reminders — remindctl
remindctl list # List all reminders
remindctl list "List Name" # List reminders in a specific list
remindctl add "Task" --due "tomorrow 9am"
remindctl add "Task" --list "Work" --due "2026-03-01"
remindctl complete "Task name" # Mark reminder as complete
remindctl delete "Task name" # Delete a reminder
remindctl lists # Show all reminder lists
Usage Guidelines
- Use
memo searchbefore creating to avoid duplicates. - Dates for
remindctl --dueaccept natural language ("tomorrow", "next Monday") and ISO format. - If
memoorremindctlis not found, inform the user and suggest installing the OpenPaw c-notes skill. - Notes are stored locally in Apple Notes app — no external API needed.
Notes
memorequires macOS and Apple Notes app.remindctlrequires macOS and Apple Reminders app.- Both tools operate on the local user account.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?