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.mdsource content
UserNotifications Documentation
Search these docs to answer questions about notification APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details, e.g.:
for notification center and triggersnotifications-overview.md
Files
- Framework overview and notification typesnotifications-overview.md
- Central notification managementunusernotificationcenter.md
- Creating notification requestsunnotificationrequest.md
- Notification content (title, body, etc.)unmutablenotificationcontent.md
- Date/time-based triggersuncalendarnotificationtrigger.md
- Interval-based triggersuntimeintervalnotificationtrigger.md