app-intents

Expose app actions to Siri and Shortcuts via AppIntents and AppEntities.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill app-intents-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-intents
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/apple-intelligence/app-intents
Command: npx skills add https://github.com/venomez-viper/PathWise --skill app-intents-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

App developers need a standardized way to expose app functionality to Siri, Shortcuts, Spotlight, and Visual Intelligence, enabling conversational and searchable access across the Apple ecosystem.

Core Features & Use Cases

  • Expose actions via AppIntent and AppEntity protocols for Siri and Shortcuts integration.
  • Support Spotlight indexing with IndexedEntity and @Property metadata for discoverability.
  • Implement SnippetIntents and AppIntentsPackage for reusable, cross-target functionality across apps and extensions.

Quick Start

Define an AppIntent with a title and description, declare parameters with @Parameter, and create AppShortcut phrases to expose the feature to Siri and Shortcuts.

Frequently Asked Questions about app-intents

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

FAQPage Schema
How do I expose my app's features to Siri and Shortcuts using AppIntents?

To expose app features to Siri and Shortcuts, define an AppIntent with a title and description, declare parameters with @Parameter, and create AppShortcut phrases for conversational access across Apple platforms.

What is the best way to make app content searchable in Spotlight?

Make app content searchable in Spotlight by conforming to IndexedEntity and using @Property metadata to provide static indexing requirements for discoverability across the Apple ecosystem.

Can I run AppIntents in the background or do they require foreground execution?

AppIntents support both background and foreground execution, allowing actions to run without app activation or interactively in the foreground depending on the specific use case and SnippetIntent support.

Does Visual Intelligence work with AppEntities defined in my app?

Visual Intelligence integrates with app functionality via AppEntities, enabling searchable content access and interactive snippets when the proper entity queries and property macros are implemented.

How do I share AppIntents across multiple targets like app extensions?

Share AppIntents across multiple targets by implementing SnippetIntents and AppIntentsPackage, which provide reusable, cross-target functionality for both apps and extensions within the Apple ecosystem.

What are the limitations when defining AppShortcuts phrases for Siri?

AppShortcuts phrases require static metadata definitions and must be paired with properly declared AppIntent parameters using @Parameter to ensure Siri can accurately parse and execute the intended actions.