5 AI Shortcuts That Work Without Internet on iPhone
Step-by-step guide to building 5 powerful Apple Shortcuts that use on-device AI. Summarize webpages, translate text, draft emails, and more — all offline.
Apple Shortcuts is one of the most underrated features on iPhone. It lets you chain actions together to automate repetitive tasks — copy text, transform it, save it somewhere. But most Shortcuts that involve AI require an internet connection because they call cloud APIs.
Cortis changes that. It exposes 17 App Intents to the Shortcuts app, and every single one runs on-device. No API key, no internet, no account. Each intent returns a plain string, which means you can pipe the AI's output into any other Shortcuts action.
Here are 5 practical Shortcuts you can build in under a minute each.
1. Summarize Any Webpage
What it does: Takes the current Safari page and produces a concise summary you can save to Notes.
How to set it up:
- Open the Shortcuts app and tap + to create a new Shortcut
- Add action: Get Current Web Page (from Safari)
- Add action: Get Text from Web Page
- Add action: Summarize with Cortis (search "Cortis" in the action list)
- Set the input to the text from the previous step
- Add action: Create Note and set the body to Cortis's output
- Name it "Summarize Page" and add it to your Share Sheet
Why it's useful offline: You loaded the webpage while you had internet. Now you're on the subway and want to summarize it before you forget. Cortis processes the text locally — no connection needed for the AI step.
2. Translate Clipboard Text
What it does: Translates whatever is on your clipboard into your target language with one tap.
How to set it up:
- Create a new Shortcut
- Add action: Get Clipboard
- Add action: Ask Cortis (the general-purpose intent)
- Set the prompt to: "Translate the following text to Spanish: [Clipboard]"
- Add action: Copy to Clipboard with Cortis's response
- Optionally add Show Result to display the translation
Why it's useful offline: Traveling abroad, you copy text from a downloaded document or a photo's recognized text. One tap translates it without needing roaming data.
3. Daily Journal Prompt
What it does: Every morning, it presents you with a fresh, thoughtful journaling prompt.
How to set it up:
- Create a new Shortcut
- Add action: Ask Cortis
- Set the prompt to: "Give me one unique, thought-provoking journal prompt for today. Make it specific and personal, not generic."
- Add action: Show Result to display the prompt
- Go to the Automation tab and create a Time of Day automation (e.g., 7:00 AM)
- Set it to run this Shortcut
Why it's useful offline: The automation fires even without internet. You wake up, see a journaling prompt on your Lock Screen, and start writing. No server needed.
4. Email Draft From Bullet Points
What it does: You type quick bullet points, and Cortis turns them into a polished email draft.
How to set it up:
- Create a new Shortcut
- Add action: Ask for Input (set to Text, with the prompt "Enter your bullet points")
- Add action: Ask Cortis
- Set the prompt to: "Turn these bullet points into a professional email draft. Keep it concise and friendly: [Input]"
- Add action: Copy to Clipboard with Cortis's response
- Optionally add Open App → Mail to jump straight to composing
Why it's useful offline: On a flight with no Wi-Fi, you jot down three bullet points and instantly get a ready-to-send email. Paste it into Mail and it sends when you land.
5. Grammar Check Selected Text
What it does: Select text anywhere on your iPhone, share it, and get a grammar-corrected version back.
How to set it up:
- Create a new Shortcut
- Add action: Receive input from Share Sheet (set to accept Text)
- Add action: Ask Cortis
- Set the prompt to: "Fix the grammar and spelling in this text. Return only the corrected text, no explanations: [Shortcut Input]"
- Add action: Copy to Clipboard
- Add action: Show Result to display the corrected text
Why it's useful offline: You're writing an important message in Notes or a document app. Select the paragraph, tap Share, run the Shortcut, and paste the corrected version back. No internet needed at any step.
Tips for All Shortcuts
- Model matters. The free Llama 3.2 1B model handles all five of these well. Pro models will produce better results for longer or more nuanced content.
- Token limit. Siri and Shortcuts intents cap output at ~200 tokens. For longer outputs, use the Cortis app directly.
- String returns. Every Cortis intent returns a plain string, which means you can chain it with anything — Reminders, Notes, Mail, Files, or even other Cortis actions.
Build Your Own
These five are starting points. The real power is combining Cortis intents with the hundreds of other Shortcuts actions available on iOS. Extract action items from meeting notes and send them to Reminders. Rewrite text in a different tone. Generate a response to an email. All offline, all private. For more ideas, see 10 things you can do with AI without internet.
Download Cortis for free on the App Store and start building.
NERON LLC builds AI tools that respect your privacy. Cortis is our on-device AI assistant for iOS and Android.
Frequently Asked Questions
How do I set up AI Shortcuts?
Install an app that exposes App Intents to Shortcuts, like Cortis, then open the Shortcuts app on iPhone and tap the plus icon. Search for the app's actions, drag them into your flow, and connect them to inputs like clipboard, share sheet, or text. No coding required.
Does Siri work with AI offline?
Siri itself still needs the internet for most requests, but you can trigger offline AI through Siri by running a Shortcut by voice. Cortis integrates with Shortcuts, so saying 'Hey Siri, summarize this' can run an on-device AI summarization flow with no network call.
Are these Shortcuts free?
The Shortcuts app is built into iOS for free, and Cortis exposes all 17 of its App Intents without a subscription. You can build, share, and run unlimited AI Shortcuts at no cost, offline.
