siri-intents

Integrate Siri voice commands and App Shortcuts using the App Intents framework.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill siri-intents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: siri-intents
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/features/siri-intents
Command: npx skills add https://github.com/moasq/nanowave --skill siri-intents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the integration of Siri voice commands and App Shortcuts into your application, allowing users to interact with your app hands-free and through the Shortcuts app.

Core Features & Use Cases

  • App Intents Framework: Leverage the modern AppIntents framework (iOS 16+) for creating Siri-executable actions.
  • App Shortcuts: Automatically make your app's intents discoverable by Siri without requiring manual user setup.
  • Shortcuts App Integration: Enable users to incorporate your app's functionalities into their custom workflows within the Shortcuts app.
  • Use Case: Allow users to say "Open my latest note in Nanowave" or "Show me the note titled 'Project Ideas'" to quickly access specific content within your app.

Quick Start

Add Siri voice commands to your app using the App Intents framework.

Frequently Asked Questions about siri-intents

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

FAQPage Schema
How do I integrate Siri voice commands using the App Intents framework?

To integrate Siri voice commands, you use the App Intents framework to create Siri-executable actions and App Shortcuts, making your app's intents discoverable by Siri automatically without manual user setup.

What iOS version is required for App Shortcuts and Siri integration?

App Shortcuts and Siri integration require iOS 16 or later, leveraging the modern AppIntents framework to enable voice-driven interactions and custom workflow creation within the Shortcuts app.

Do I need a specific entitlement to execute Siri App Intents in-process?

Yes, you need the com.apple.developer.siri entitlement to enable in-process intent execution for your App Intents, allowing Siri to run your app's voice commands directly.

Can users create custom workflows with my app's actions in the Shortcuts app?

Yes, by integrating App Intents, users can incorporate your app's functionalities into their custom workflows within the Shortcuts app, enabling complex automated sequences triggered by Siri or manually.

How do App Shortcuts make Siri actions discoverable without manual setup?

App Shortcuts automatically expose your app's intents to Siri, meaning users can trigger actions like opening a specific note by voice immediately, without needing to record custom phrases or configure shortcuts manually.

What are the limitations of using the App Intents framework for voice commands?

The primary limitation is platform version support, as the AppIntents framework requires iOS 16 or later, and you must configure the com.apple.developer.siri entitlement to enable in-process intent execution.