Claude
Skills
Sign in
Back

stickies

Included with Lifetime
$97 forever

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

Generalscripts

What this skill does


# Stickies Skill Guide

Display content in a sticky note on screen:

```bash
scripts/iStickies.sh "<content>"
```

Read all currently displayed stickies:

```bash
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.
Files: 2
Size: 3.7 KB
Complexity: 23/100
Category: General

Related in General