What problem does it solve?
This Skill eliminates the complexity of integrating Apple platform apps with system intelligence and automation surfaces, removing the need for legacy SiriKit boilerplate, manual code generation, and fragmented system integration work that previously required separate implementations for Siri, Shortcuts, Spotlight, and other system features.
Core Features & Use Cases
- Cross-surface action exposure: Expose app actions and content to Siri, Apple Intelligence, Shortcuts, Spotlight, Visual Intelligence, the Action Button, Control Center, and interactive widgets using plain Swift structs with no
.intentdefinition files or code generation.
- Type-safe entity and query management: Define dynamic
AppEntity types, fixed AppEnum sets, and efficient EntityQuery implementations to make app content searchable and resolvable across all system surfaces, with built-in support for Spotlight indexing and Apple Intelligence assistant schemas.
- Use case: A travel app can use this Skill to let users ask Siri to "show my saved landmarks in [App Name]", search for landmarks by pointing their camera at a photo via Visual Intelligence, and add one-tap landmark actions to their Shortcuts app and Action Button.
Quick Start
Use the app-intents skill to create a custom Siri phrase that lets users add their favorite items to a list in your iOS app with a voice command.