apple-intelligence-siri

Integrate Siri and App Intents for voice-driven meeting queries and note search.

5|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill apple-intelligence-siri
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apple-intelligence-siri
Source: https://github.com/nsnguyen/ios_app_rag_calendar/tree/main/.claude/skills/apple-intelligence-siri
Command: npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill apple-intelligence-siri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Siri and App Intents into the iOS 18+ planner app to enable voice-driven meeting queries and note search, providing hands-free interaction.

Core Features & Use Cases

  • App Intent definitions to query meetings using natural language
  • App Shortcuts integration for voice-driven workflows
  • On-device RAG-powered answers for meetings and notes

Quick Start

Use Siri to search your meetings and notes in the iOS planner app. For example, say: "Hey Siri, show me my meetings for today" or "Search notes in the planner."

Frequently Asked Questions about apple-intelligence-siri

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

FAQPage Schema
How do I use Siri to search meetings and notes in an iOS 18+ app?▼

To enable Siri voice queries for meeting search and notes search, integrate App Intents and App Shortcuts to retrieve details from a shared ModelContainer. This allows hands-free natural language retrieval.

What's the best way to implement on-device RAG for Siri voice queries?▼

On-device RAG integration requires a shared ModelContainer to access meetings and notes data, allowing Siri to generate answers from your app's local data using App Intent definitions without external API calls.

Can I use App Intents to run Shortcuts for natural language meeting queries?▼

Yes, App Intents can be defined to query meetings using natural language and exposed via App Shortcuts integration, enabling voice-driven workflows directly through Siri on iOS 18+.

Do I need a shared ModelContainer to access meetings and notes for App Intents?▼

A shared ModelContainer is required to access meetings and notes data, serving as the foundational data source for App Intent definitions, on-device RAG integration, and Siri voice-driven retrieval.

Does Siri voice search for notes and meetings work without an internet connection?▼

Siri voice queries utilize on-device RAG integration to process meeting and note search requests locally, enabling hands-free interaction and data retrieval directly from the shared ModelContainer on the device.

Why are my App Shortcuts not retrieving meeting details through Siri?▼

App Shortcuts require properly defined App Intents to query meetings and a shared ModelContainer to access the underlying data, ensuring Siri can map natural language voice queries to the correct retrieval logic.