Apple-skills usernotifications

API reference: UserNotifications. Query for local/remote notifications, triggers, notification content.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/usernotifications" ~/.claude/skills/vabole-apple-skills-usernotifications && rm -rf "$T"
manifest: skills/usernotifications/SKILL.md
source content

UserNotifications Documentation

Search these docs to answer questions about notification APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details, e.g.:
    • notifications-overview.md
      for notification center and triggers

Files

  • notifications-overview.md
    - Framework overview and notification types
  • unusernotificationcenter.md
    - Central notification management
  • unnotificationrequest.md
    - Creating notification requests
  • unmutablenotificationcontent.md
    - Notification content (title, body, etc.)
  • uncalendarnotificationtrigger.md
    - Date/time-based triggers
  • untimeintervalnotificationtrigger.md
    - Interval-based triggers