Agent Skills
› Prisma-Labs-Dev/apple-skills
› usernotifications
usernotifications
GitHub提供用户通知 API 的参考文档,支持查询本地/远程通知、触发器及内容。用于回答关于通知中心管理、请求创建、内容配置及日历或间隔触发器的问题。
Trigger Scenarios
询问通知 API 用法
查询通知触发机制
查找通知相关文件
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill usernotifications -g -y
SKILL.md
Frontmatter
{
"name": "usernotifications",
"agent": "Explore",
"context": "fork",
"description": "API reference: UserNotifications. Query for local\/remote notifications, triggers, notification content.",
"user-invocable": true
}
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.:
notifications-overview.mdfor notification center and triggers
Files
notifications-overview.md- Framework overview and notification typesunusernotificationcenter.md- Central notification managementunnotificationrequest.md- Creating notification requestsunmutablenotificationcontent.md- Notification content (title, body, etc.)uncalendarnotificationtrigger.md- Date/time-based triggersuntimeintervalnotificationtrigger.md- Interval-based triggers
Version History
- a76633b Current 2026-07-25 07:01


