Skip to main content
Generalcaidish

stickies

Display and read Stickies notes on macOS. Use when the user asks to show notes, create stickies, or read existing stickies.

Stars
40
Source
caidish/cAI-tools
Updated
2026-05-28
Slug
caidish--cAI-tools--stickies
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/caidish/cAI-tools/HEAD/plugins/mac/skills/stickies/SKILL.md -o .claude/skills/stickies.md

Drops the SKILL.md into .claude/skills/stickies.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Stickies Skill Guide

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 points
  • 1. numbered lists
  • `code`

Use for:

  • Quick notes to user
  • Task summaries
  • Important reminders

Note: Requires Accessibility permissions for Terminal.