From mac
Displays markdown-formatted sticky notes on macOS via bash scripts and reads existing ones. Useful for quick user notes, task summaries, or reminders when requested.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mac:stickiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display content in a sticky note on screen:
Display content in a sticky note on screen:
scripts/iStickies.sh "<content>"
Read all currently displayed stickies:
scripts/iStickies.sh --read
Supports markdown formatting:
# Title, ## Subtitle, ### Section**bold** and *italic*- bullet points1. numbered lists`code`Use for:
Note: Requires Accessibility permissions for Terminal.
npx claudepluginhub caidish/cai-tools --plugin macManages Apple Notes on macOS: create, search, read, update, delete, organize notes and folders. Uses MCP tools for safe formatting.
Create, read, search, and delete Apple Notes on macOS using JXA and AppleScript via osascript. Useful for learning Notes automation and testing permission access.
Manages Apple Notes on macOS — list, search, read, create, append, move, delete, and export notes locally via AppleScript. Runs against Notes.app with no cloud API.