export_shortcut
Export Siri Shortcuts to .shortcut files using macOS shortcuts CLI. Specify the shortcut name and output path to save automation workflows locally.
Instructions
Export a Siri Shortcut to a .shortcut file. Uses the macOS shortcuts CLI to save the shortcut to the specified output path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Shortcut name to export (exact match) | |
| outputPath | Yes | File path to export the .shortcut file to (e.g. ~/Desktop/MyShortcut.shortcut) |