app-intents

Define custom AppIntents for Siri, Shortcuts, Spotlight, and Visual Intelligence.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/makgunay/claude-swift-skills --skill app-intents-makgunay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-intents
Source: https://github.com/makgunay/claude-swift-skills/tree/main/app-intents
Command: npx skills add https://github.com/makgunay/claude-swift-skills --skill app-intents-makgunay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration of your application with Apple's ecosystem, allowing users to interact with your app through Siri, Shortcuts, Spotlight search, and Visual Intelligence.

Core Features & Use Cases

  • Siri & Shortcuts: Define custom intents for voice commands and user-creatable shortcuts.
  • Spotlight Indexing: Make app entities discoverable and searchable directly from Spotlight.
  • Visual Intelligence: Integrate with system-level visual understanding for richer interactions.
  • Use Case: Create a Shortcut that allows a user to say "Find the nearest landmark in [Your App Name]" and have your app respond with the relevant information.

Quick Start

Use the app-intents skill to define a new AppIntent for finding nearby points of interest.

Frequently Asked Questions about app-intents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate my app with Siri and Shortcuts using the AppIntents framework?

You integrate apps with Siri and Shortcuts by defining custom AppIntents to handle voice commands and user-creatable shortcuts. This enables seamless interaction and allows your app to respond to direct user requests.

Can I make my app's data searchable in Spotlight on iOS and macOS?

Yes, you can make app entities discoverable in Spotlight by indexing them with the AppIntents framework. This allows users to search for and find your application's data directly from the system search.

What is the process for creating an app shortcut that finds nearby locations?

Creating an app shortcut for finding locations involves defining a new AppIntent within the AppIntents framework. This maps a user phrase like "Find the nearest landmark" to your app's response logic.

Does the AppIntents framework support interactive snippets and Visual Intelligence?

Yes, the AppIntents framework supports creating interactive snippets and integrating with system-level Visual Intelligence for richer user interactions. This expands your app's capabilities within Siri and Spotlight.

How do I manage intent execution modes for custom Siri commands?

You manage intent execution modes for Siri commands through the AppIntents framework. This allows you to define how and when your application processes custom intents during system interactions.