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


