shortcuts-generator

Generate macOS and iOS Shortcuts as plist files using Python.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill shortcuts-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shortcuts-generator
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/shortcuts-generator
Command: npx skills add https://github.com/malue-ai/dazee-small --skill shortcuts-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of macOS and iOS Shortcuts, allowing users to build custom automation workflows without manual configuration.

Core Features & Use Cases

  • Programmatic Shortcut Creation: Generates .shortcut files (plist format) using Python.
  • Workflow Automation: Enables the creation of custom automation sequences for various tasks.
  • Use Case: A user might ask to create a shortcut that automatically opens their work apps and sends a notification, which this Skill can generate.

Quick Start

Use the shortcuts-generator skill to create a shortcut that opens Safari and displays a notification.

Frequently Asked Questions about shortcuts-generator

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

FAQPage Schema
How do I generate macOS and iOS Shortcuts programmatically?

To generate macOS and iOS Shortcuts programmatically, you can create .shortcut files using plist structures. This approach automates workflow configuration by defining actions like opening apps or sending notifications through predefined identifiers.

Can I automate iOS workflows by creating plist files directly?

Yes, you can automate iOS workflows by creating plist files directly. This method defines custom automation sequences and common actions such as running shell scripts, bypassing the need for manual configuration in the Shortcuts app.

What tasks can I automate by generating .shortcut files for Apple devices?

Generating .shortcut files for Apple devices lets you automate tasks like opening specific apps, sending notifications, and running shell scripts. You can build custom workflow sequences to streamline repetitive actions on macOS and iOS.

Does programmatic shortcut creation support running shell scripts on macOS?

Yes, programmatic shortcut creation supports running shell scripts on macOS. By generating the plist file with predefined identifiers, you can include shell script actions within your custom automation workflows.

What is the best way to build custom automation workflows without using the Shortcuts app interface?

The best way to build custom automation workflows without the Shortcuts app interface is to programmatically generate plist files. This creates valid .shortcut files containing your desired action sequences and predefined identifiers.

Are there limitations when creating macOS Shortcuts by writing plist files instead of using the visual editor?

Creating macOS Shortcuts by writing plist files relies on predefined identifiers for common actions like opening apps and sending notifications. Complex actions not covered by these identifiers may be difficult to implement without manual configuration.