apple-intelligence-app-intents

Expose app functionality to Siri, Shortcuts, Spotlight, and Visual Intelligence via App Intents.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill apple-intelligence-app-intents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-intelligence-app-intents
Source: https://github.com/AutisticAF/claude-code-apple-dev-plugin/tree/main/skills/apple-intelligence-app-intents
Command: npx skills add https://github.com/AutisticAF/claude-code-apple-dev-plugin --skill apple-intelligence-app-intents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Apple developers need a unified way to expose app functionality to Siri, Shortcuts, Spotlight, and Apple Intelligence using App Intents, ensuring consistent behavior across platforms.

Core Features & Use Cases

  • App Intent definitions, parameters, and basic actions for Siri and Shortcuts
  • Spotlight indexing with IndexedEntity support and entity queries for discovery
  • Interactive snippets, visual intelligence integration, and on-screen entity linking

Quick Start

Enable App Intents support by loading this skill and configuring Siri, Shortcuts, and Spotlight integration in your app.

Frequently Asked Questions about apple-intelligence-app-intents

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

FAQPage Schema
How do I expose app functionality to Siri and Spotlight using App Intents?

App Intents expose app functionality to Siri and Spotlight by defining intent parameters, basic actions, and entity queries. This ensures consistent behavior and discovery across Apple platforms without requiring separate integrations.

What are interactive snippets in App Intents and when do I need them?

Interactive snippets in App Intents provide custom visual results for Siri or Shortcuts responses. You need them to display dynamic, interactive content directly within system surfaces, enhancing user engagement.

Can I use App Intents for Spotlight indexing and on-device entity discovery?

Yes, App Intents support Spotlight indexing through IndexedEntity support and entity queries. This enables on-device entity discovery, allowing users to find your app content directly via Spotlight search.

Does App Intents support visual intelligence integration and on-screen entity linking?

App Intents support visual intelligence integration and on-screen entity linking, allowing your app to provide context-aware actions based on visual content displayed on the user's screen.

What is the best way to configure Siri and Shortcuts integration for Apple platforms?

The best way to configure Siri and Shortcuts integration is by defining App Intent definitions, parameters, and basic actions. This unified approach ensures consistent behavior across Apple platforms.

Why does my App Intent not show up in Spotlight or Siri suggestions?

App Intents may not appear in Spotlight or Siri if IndexedEntity support and entity queries are improperly configured. Ensure proper on-device indexing and intent definitions are registered.