How do you use Siri Shortcuts for text and writing?
The Shortcuts app may be the most underused thing Apple preinstalls. Most people know it can dim the lights or open a playlist. Fewer know it is a genuinely good text tool: a way to turn the writing chores you repeat every day into flows that run in one tap or one spoken sentence.
What is the Shortcuts app?
Shortcuts is Apple’s automation app, included with iOS. A shortcut is a recipe: a sequence of actions that run in order. The actions come from two places. Apple provides built-ins, such as getting the clipboard or showing a result. Installed apps contribute their own actions through a system framework called App Intents, which is how a third-party action appears in the editor without any setup.
There is no programming involved. You stack blocks, name the result, and run it from the Shortcuts app, a home screen icon, a widget, the Share Sheet, or by speaking the shortcut’s name to Siri.
How does a text shortcut actually work?
Almost every useful text shortcut has the same three-part anatomy.
Input is where the text comes from. The clipboard, a selection passed in through the Share Sheet, or words you dictate when the shortcut asks.
Transform is the step that does the work. This was historically the weak link, because Apple’s built-ins handle find-and-replace or changing case, not rewriting. AI writing actions installed from the App Store fill that gap with steps like cleaning up wording or drafting a reply in a saved style.
Output is where the result goes. Copied back to the clipboard, shown on screen, or handed to the next action in the chain.
Once you see input, transform, output, you can read any text shortcut at a glance and build your own in minutes.
How do you clean up a paragraph in one tap?
A first build, step by step. Create a new shortcut. Add Get Clipboard as the input. Add a writing action as the transform, with an instruction such as tidying the text without changing its meaning. Add Copy to Clipboard as the output. Name it Tidy.
Now use it everywhere. Copy a rambling paragraph in Notes, a rough draft in Mail, or a dictated mess in Messages. Run Tidy from a widget, or say the name to Siri. Paste the clean version. The flow is identical no matter which app the text came from, which is the quiet advantage of building at the system level instead of inside one app.
How do you draft a reply from the clipboard?
A second flow, one notch up. Copy the message you need to answer — an email, a text, a customer review. Run a shortcut named Reply Draft.
Inside, the recipe follows the same anatomy. Get Clipboard brings in the message. A drafting action writes a response, carrying a standing instruction such as drafting a short, friendly reply that asks one clarifying question. The result is shown on screen or copied, ready to paste.
Because every shortcut can run by voice, this becomes a hands-free habit: copy, speak the name, paste. The thinking happened in the flow you built once.
Where do playbooks slot in?
A shortcut built on a generic instruction produces generic drafts every time it runs. The fix is to let the transform step carry your style instead of a one-line instruction.
That is what a playbook is: a saved set of writing instructions for one role, trained by correcting its drafts, with each correction kept as a versioned preference. ILURA exposes its role playbooks as actions built on App Intents, so a playbook can sit directly in the transform slot of either flow above. The shortcut stays the same, and the output starts sounding like you. Processing happens on the device with Apple Intelligence.
There is also a longer game here. App Intents gives iOS a structured list of the verbs an app supports. The named flows and actions you build now are the same practical habits that make a writing tool easy to run by tap or voice later.
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
Try it now
Put this to work on a real message.
Open ILURA, bring in a message you actually need to handle today, and get it done in your voice — free, on device, no account. It learns the preference, so the behavior carries to the next one.
Free to start · No account · Data Not CollectedQuick answers
- Is the Shortcuts app free?
- Yes. Shortcuts ships with iOS at no extra cost. The actions inside it come from Apple's built-ins and from the apps already installed on your iPhone.
- Can any shortcut be run by voice?
- Yes. Speaking a shortcut's name to Siri runs it, which is what makes named text flows useful when your hands or eyes are busy.
- Do text shortcuts need an internet connection?
- It depends on the actions inside the flow. Apple's built-in text actions run locally, and on-device AI actions process text on the iPhone itself rather than on a server.