Wiring Claude into a macOS Shortcut So It's One Tap Away
Build a Shortcut that takes selected text, sends it to Claude, and pastes the answer back.
7 min · Reviewed 2026
The big idea
Apple Shortcuts can hit any HTTP API — including Claude's. With one Shortcut bound to a hotkey, you can select text in any app, run it through your favorite prompt, and paste the result back. Productivity superpower, 30 minutes to build.
Some examples
A 'Tighten Prose' Shortcut turns your draft email into a crisper version with one keystroke.
'Translate Selection to Spanish' Shortcut works in any app — Mail, Notes, Slack.
'Explain Like I'm 5' Shortcut paraphrases dense paragraphs in any app.
'Summarize PDF' Shortcut chains together text extraction and a Claude call.
Try it!
Build one Shortcut: select text → POST to Claude with a prompt → paste reply. Bind it to a hotkey.
End-of-lesson check
15 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-builders-tools-ai-shortcuts-mac-r9a8-teen
What capability of Apple Shortcuts makes it possible to communicate with Claude?
The ability to edit photos using AI filters
The ability to control other applications with voice commands
The ability to make HTTP API requests to external services
The ability to send and receive text messages directly
Which of the following is mentioned as a specific example of a Claude Shortcut you could build?
Create a pie chart from spreadsheet data
Extract all hyperlinks from a PDF document
Generate a random password for any website
Translate the selected text to Spanish
What must you bind to a hotkey in order to trigger your Claude Shortcut from any app with one keystroke?
The Claude desktop application
The System Preferences menu
The Shortcuts app itself
The specific Shortcut you created
The lesson describes this setup as making Claude 'one keystroke away in every app.' What does this mean practically?
You can use Claude in any application without opening a browser
You must manually type 'Claude' before every request
The AI will automatically start typing for you
Claude becomes a built-in Mac feature like Spotlight
What happens when you select text in an application and run your configured Claude Shortcut?
The selected text is deleted and replaced with a random emoji
The text is copied to your clipboard and saved as a backup
Nothing happens because Shortcuts cannot access other apps' text
The text is sent to Claude's API along with your prompt, and the response replaces the original text
Which macOS feature enables the automation described in this lesson?
Automator workflows
Terminal commands
Apple Shortcuts app
Boot Camp assistant
What type of HTTP request method does the lesson say to use when sending text to Claude's API?
GET request
DELETE request
POST request
PUT request
Why is it important to treat your API key like a password when setting up the Shortcut?
API keys cost money if shared
Anyone with your key can use your Claude account and run up charges
API keys expire when shared
Shortcuts automatically deletes shared keys
What is the primary benefit of binding your Claude Shortcut to a hotkey rather than opening Shortcuts each time?
The Shortcuts app must be open to run unbinding shortcuts
Hotkeys can work on Windows computers too
The hotkey version produces better quality responses
It makes the process faster and seamless, preserving your workflow
In the 'Tighten Prose' example, what transformation does the Shortcut perform on the selected text?
It rewrites the text to be more concise and clear
It translates the text to another language
It adds more adjectives and descriptive language
It converts the text into a bullet-point list
How does the 'Explain Like I'm 5' Shortcut differ from a translation Shortcut?
It requires an internet connection to function
It only works in web browsers, not other apps
It simplifies complex concepts into easier language without changing the language
It changes the language of the text but keeps the complexity
Before building the Claude Shortcut, what must you have obtained?
A second Mac computer
A Claude API key
A virtual private network
A paid subscription to Shortcuts Pro
After the Shortcut sends your selected text to Claude and receives a response, how is the result delivered to you?
Printed on your default printer
Pasted directly into the location where text was selected
Sent via email to your inbox
Saved as a new file on your desktop
The lesson calls this setup a 'productivity superpower.' What makes it so powerful?
It lets you use AI assistance without switching away from your current app
It requires advanced coding knowledge to set up
It only works in Apple apps like Pages and Numbers
It can only process text that is fewer than 100 words
Which of the following is NOT listed as a key term in the lesson?