AgentSkillsCN

stickies

在 macOS 上显示并阅读 Stickies 备忘录。当用户希望展示备忘录、创建便签,或阅读现有便签时,可使用此技能。

SKILL.md
--- frontmatter
name: stickies
description: Display and read Stickies notes on macOS. Use when the user asks to show notes, create stickies, or read existing stickies.

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.