Agent Skills
› Prisma-Labs-Dev/apple-skills
› appintents
appintents
GitHub提供 App Intents API 文档查询服务,支持 Siri、Shortcuts 和 Spotlight 集成,帮助开发者了解 AppIntent 协议及创建快捷方式。
Trigger Scenarios
询问 App Intents API 用法
查询 Siri 或 Shortcuts 集成方法
查找 AppIntent 实现指南
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill appintents -g -y
SKILL.md
Frontmatter
{
"name": "appintents",
"agent": "Explore",
"context": "fork",
"description": "API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.",
"user-invocable": true
}
App Intents Documentation
Search these docs to answer questions about App Intents APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details, e.g.:
appintents-appintent.mdfor AppIntent protocolappintents-appshortcut.mdfor creating shortcuts
Files
appintents-overview.md- Framework overview and intent typesappintents-appintent.md- AppIntent protocol and implementationappintents-appshortcut.md- App Shortcuts and phrases
Version History
- a76633b Current 2026-07-25 07:00


