What problem does it solve?
This Skill removes the friction of hand-building Apple Shortcuts in Shortcuts.app by turning a spec into a signed, importable workflow that can be installed with one manual click.
Core Features & Use Cases
- Programmatic shortcut authoring: Build a Shortcut as plist XML with the correct workflow structure, UUID wiring, and action parameters.
- Signing and import handoff: Sign the workflow into a .shortcut file, open it in Shortcuts.app, and stop for the mandatory Add Shortcut click.
- Run Shell Script bridges: Create shortcuts that launch your existing CLI or script from the menu bar, a hotkey, Siri, or a shortcuts:// URL.
- Verification and safety checks: Confirm the shortcut was built, signed, imported, and runnable, while handling common pitfalls like stripped PATH, input wiring, and duplicate names.
Quick Start
Ask the skill to turn your command or workflow spec into a signed macOS Shortcut, then open it for import and verify it after you click Add Shortcut.