What problem does it solve?
This Skill enables developers to expose their app's functionality to system-level features like Siri, Shortcuts, Spotlight, and widgets, making apps more accessible and integrated.
Core Features & Use Cases
- Siri & Shortcuts Integration: Define custom intents that users can trigger via voice or the Shortcuts app.
- Spotlight Search: Make app content discoverable and searchable directly from Spotlight.
- Widgets: Build interactive and configurable widgets for the Home Screen and Control Center.
- Use Case: You can create an App Intent for your note-taking app that allows users to say "Hey Siri, create a new note in [Your App Name]" or to add a shortcut to the Shortcuts app that creates a note with specific content.
Quick Start
Implement a new AppIntent by defining a struct that conforms to the AppIntent protocol and implementing the perform() async throws method.