All Features

Run any Shortcut.
One tap.

Execute Apple Shortcuts on your iPhone or Mac. Control your Apple TV. Trigger system actions like Mission Control and Lock Screen.

Run on Phone or Mac

The target property controls where your Shortcut runs.

target: phone

Default

Runs the Shortcut on your iPhone. Required for Apple TV Remote, HomeKit scenes, and iOS-only Shortcut actions.

Best for:

  • Apple TV controls
  • HomeKit automations
  • Siri integrations

target: host

Mac-specific

Sends the command to your Mac, which runs the Shortcut via AppleScript. For Mac-specific automations.

Best for:

  • Toggle Dark Mode
  • Audio controls
  • System preferences

Configuration Examples

Shortcuts, system actions, and Apple TV control — all in YAML.

Apple TV Control
# Run on iPhone for Apple TV
- id: tv-playpause
  label: Play/Pause
  icon: playpause.fill
  color: "#4ECDC4"
  action: runShortcut
  shortcut: "Play/Pause Apple TV"
  target: phone
Mac Shortcut
# Run on Mac
- id: dark-mode
  label: Dark Mode
  icon: moon.fill
  color: "#1C1C1E"
  action: runShortcut
  shortcut: "Toggle Dark Mode"
  target: host

System Actions

Beyond Shortcuts, trigger built-in macOS functions.

Mission Control

All windows overview

Show Desktop

Hide all windows

App Expose

Current app's windows

Launchpad

App launcher grid

Spotlight

System search

Lock Screen

Secure your Mac

Notifications

Toggle center

Automate everything.

Download PromptDeck Host and run Shortcuts from your iPhone.

Download for Mac