From manage-apple-notes
Access and manage Apple Notes (list, create, read, delete)
How this command is triggered — by the user, by Claude, or both
Slash command
/manage-apple-notes:apple-notes [operation: list|create|read|delete] [title] [content]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Apple Notes Command <objective> Execute Apple Notes operations via the manage-apple-notes skill for: $ARGUMENTS Routes to the specialized skill containing AppleScript-based workflows for note management within the `agent-notes` folder. </objective> <operations> | Operation | Arguments | Example | |-----------|-----------|---------| | list | none | `/apple-notes list` | | create | title, content | `/apple-notes create "Meeting Notes" "Action items..."` | | read | title | `/apple-notes read "Meeting Notes"` | | delete | title | `/apple-notes delete "Old Note"` | </operations> <process> ...
Routes to the specialized skill containing AppleScript-based workflows for note management within the agent-notes folder.
<destructive_operations>
The delete operation removes a note permanently — Apple Notes does not move
deleted notes to a recoverable trash for AppleScript-driven deletes. Always
confirm with the user before invoking delete, quoting the exact note title
back to them. Do not delete based on inferred intent from prior turns.
</destructive_operations>
<success_criteria>
npx claudepluginhub weirdapps/plessas-lab --plugin manage-apple-notes