create-shortcut

Create and sign Apple Shortcuts files from Jelly or raw plist instructions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oliverames/ames-claude --skill create-shortcut-oliverames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-shortcut
Source: https://github.com/oliverames/ames-claude/tree/main/plugins/ames-standalone-skills/skills/create-shortcut
Command: npx skills add https://github.com/oliverames/ames-claude --skill create-shortcut-oliverames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building reliable, signed Apple Shortcuts (.shortcut) files when users request automations, ensuring compatibility with Shortcuts app and proper signing.

Core Features & Use Cases

  • Hybrid build approach: use Jelly for supported actions and hand-craft raw plist for complex pieces.
  • Signing & verification: ensures generated shortcuts are signed for distribution and execution.
  • Operational guidance: supports inspecting existing Shortcuts and adapting to different automation scenarios (notes, photos, SSH, app intents).

Quick Start

Create a signed Shortcut named 'MyAutomation' that automates a requested workflow using Jelly when possible, otherwise craft the corresponding raw plist and sign it.

Frequently Asked Questions about create-shortcut

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a signed Apple Shortcut file for iOS or macOS automation?

You can build a signed Shortcut by using Jelly for supported actions and hand-crafting raw plist for complex components, then applying a signing step to generate a valid .shortcut file for iOS and macOS distribution.

What is the best way to build iOS Shortcuts with unsupported actions?

For unsupported actions in iOS Shortcuts, a hybrid approach lets you hand-craft raw plist structures for complex pieces while using Jelly for standard actions, then signing the compiled .shortcut file for distribution.

Does Jelly support all action types for macOS Shortcuts automation?

Jelly does not support all action types for macOS Shortcuts. For complex or unsupported actions, you must hand-craft raw plist instructions to define the exact action structures before compiling and signing the Shortcut.

How do I sign a .shortcut file for distribution on iOS?

To sign a .shortcut file for iOS distribution, you compile your automation actions from Jelly or raw plist and apply the required signing steps, ensuring the generated Shortcut is verified and executable in the Shortcuts app.

Can I automate notes, photos, or SSH workflows using raw plist Shortcuts?

Yes, you can automate notes, photos, and SSH workflows using raw plist Shortcuts by defining exact action structures for each scenario and signing the compiled .shortcut file to ensure proper execution on iOS and macOS.

Why does my generated Apple Shortcut fail to open in the Shortcuts app?

Your generated Apple Shortcut may fail to open if it lacks proper signing or contains incorrect plist action structures. Applying exact action definitions and the required signing steps ensures compatibility with the Shortcuts app.