How do Siri and Shortcuts use App Intents?
App Intents is the reason an app can feel available outside its own screen. It is not a chatbot feature and not a permission you turn on. It is a developer framework that lets an app describe its actions to iOS in a structured way.
For a writing app, that means actions like rewrite this text, apply this playbook, or create a draft can become visible in places like Shortcuts, Spotlight, widgets, the Share Sheet and Siri.
What is App Intents in plain English?
Think of App Intents as a menu an app hands to iOS:
- what the app can do
- what input the action needs
- what result comes back
- what phrases should help users find it
An app is not asking Siri to guess. It is describing its verbs.
That distinction matters. A screen is something a user opens. An intent is something the system can run.
How does this help writing tools?
Text starts everywhere: Mail, Messages, Notes, Safari, a customer support dashboard, or the clipboard. If a writing tool only works inside its own app, users have to copy text in, wait, copy text out, and paste it back.
App Intents lets a writing action travel closer to the text. A shortcut can pass selected or copied text into a playbook, run the transformation, and return a result. Siri can run supported actions by voice. The Share Sheet can hand selected text into the app without making the user start from a blank screen.
Where do ILURA playbooks fit?
A playbook is a saved writing behavior: your tone, rules, corrections and role knowledge for one recurring job. ILURA exposes those playbooks through the system surfaces iOS provides. The user trains the playbook in ILURA, then reuses it where writing happens.
The product promise is narrow on purpose: ILURA generates the output; Siri, Shortcuts and the Share Sheet invoke or present the action. ILURA does not claim to train Siri, fine-tune Apple’s model, or control unrelated apps.
Does this work today?
Yes. App Intents and Shortcuts are available today on supported iPhones. Some advanced Siri experiences may evolve over time and may vary by region, but a product built on App Intents does not need to wait for a future assistant layer before it is useful.
For ILURA, the practical value today is simple: train a writing playbook once, then reuse it from the app, the Share Sheet, Siri or Shortcuts where supported.
Use iOS as the invocation surface
Siri, Shortcuts, App Intents and the Share Sheet are ways to call an ILURA agent. They are not the memory itself; the trained behavior stays with the role agent.
- Invoke a named agent
- Pass the selected text or context
- Review the result before sending
Problems this guide helps with
The same rule appears in real user searches.
Do it now
Draft this in ILURA right now.
Open ILURA, paste your message, and get help with "Siri personal agent" — in your voice, on device, free. It quietly saves the rule (Siri invokes; ILURA applies the trained role behavior; user reviews.), so the next time is one tap.
Free to start · No account · Data Not CollectedQuick answers
- Is App Intents something I need to install or turn on?
- No. It is a developer framework inside iOS itself. When an app supports it, the app's actions register automatically and appear in places like Siri, Shortcuts, Spotlight, widgets and the Share Sheet.
- Does App Intents require a future Siri update?
- No. App Intents already powers app actions in iOS. Future Siri improvements may use those same descriptions more deeply, but the framework and many user-facing actions work today.
- Can App Intents control other apps by itself?
- No. Each app exposes its own supported actions, and iOS runs those actions inside system surfaces like Shortcuts or Siri. It is not an unlimited cross-app control layer.