apple-shortcuts

Convert natural-language requests into validated Apple Shortcut programs.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/rohanvinaik/ShortcutForge --skill apple-shortcuts-rohanvinaik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-shortcuts
Source: https://github.com/rohanvinaik/ShortcutForge/tree/main/docs
Command: npx skills add https://github.com/rohanvinaik/ShortcutForge --skill apple-shortcuts-rohanvinaik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the complexity of manually designing Apple Shortcuts by translating natural-language requests into structured, validated, and installable shortcut programs.

Core Features & Use Cases

  • Programmatic Shortcut Generation: Build Apple Shortcuts for iOS and macOS using a catalog of system and third-party actions.
  • Reliable Workflow Composition: Create variables, conditionals, menus, loops, API integrations, file workflows, HealthKit automations, and device controls with compiler-managed wiring.
  • Validation and Delivery: Validate action parameters and control flow, serialize the workflow, and produce a signed shortcut ready for import.
  • Use Case: Describe a workflow such as logging caffeine to Apple Health, fetching data from a REST API, or organizing files, and receive a native shortcut that performs the requested automation.

Quick Start

Ask the Apple Shortcuts skill to create a native shortcut that logs my caffeine intake to Apple Health and deliver the signed installable file.

Frequently Asked Questions about apple-shortcuts

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

FAQPage Schema
How do I create Apple Shortcuts from natural language?

You can create Apple Shortcuts by providing natural-language automation requests, which the skill converts into structured, validated, and installable shortcut programs using the shortcuts_compiler library.

How do I generate an iOS automation workflow for HealthKit and API integrations?

To generate an iOS automation workflow, describe your HealthKit or API integration needs in natural language, and the compiler will wire variables, conditionals, and actions into a validated shortcut.

Can I build macOS file workflows and device controls using natural language programming?

Yes, you can build macOS file workflows and device controls using natural language programming, which generates native shortcuts validated against a verified action catalog.

Does the generated shortcut support control flow logic like loops and conditionals?

Yes, the generated shortcut supports control flow logic including loops, menus, and conditionals, with compiler-managed variable wiring and parameter validation.

How do I get an installable signed shortcut file after generating the workflow?

After generating the workflow, the compiler serializes the program and provides signing support to produce a signed shortcut file ready for import on iOS and macOS.

What are the limitations of generating Apple Shortcuts from natural language text?

Generation relies on a verified action catalog and the shortcuts_compiler library, meaning requests outside supported system or third-party app actions cannot be compiled into installable shortcuts.