What problem does it solve?
It solves the problem of reliably creating macOS/iOS Apple Shortcuts programmatically by generating correct .shortcut plist files that can be signed and imported into Shortcuts.app, avoiding fragile manual editing.
Core Features & Use Cases
- Valid .shortcut plist generation: Builds the required WFWorkflowActions structure with correct UUID wiring and variable references.
- Signing-ready output: Produces a plist/XML shortcut file that can be signed via the Shortcuts CLI workflow.
- High-coverage action knowledge: Uses comprehensive references for actions, AppIntents, messages actions, filters, parameter typing, control-flow patterns, and root plist formatting.
- Use case: Generate a “find today’s screenshots → OCR → save results to a note” style automation end-to-end, using the documented action identifiers and parameter conventions.
Quick Start
Ask your agent to generate a Shortcut that “finds my screenshots from today, runs OCR, and saves the extracted text to a note,” then sign the generated .shortcut plist and import it into Shortcuts.app.