Agent Skills
› Prisma-Labs-Dev/apple-skills
› usernotifications
usernotifications
GitHub提供 UserNotifications 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


