npx claudepluginhub weirdapps/integrations-marketplace --plugin manage-apple-notes<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> 1. Parse the operation ...
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>