Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub caidish/cai-tools --plugin macHow 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:
Manages Apple Notes on macOS: create, search, read, update, delete and organize notes and folders via natural language commands.
Automates Apple Notes on macOS: create, read, list, search, and delete using JXA and AppleScript via osascript. For learning scripting or testing note access.
Automates Apple Notes via JXA. Use when asked to "create notes programmatically", "automate Notes app", "JXA notes scripting", or "organize notes with automation". Covers accounts/folders/notes, HTML bodies, queries, moves, and Objective-C/UI fallbacks for Notes.app automation on macOS.
Share bugs, ideas, or general feedback.
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.