Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Run user-defined macOS Shortcuts for custom automation workflows. Use when user wants to trigger a Shortcut by name or execute a custom automation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name apple-shortcuts
description Run user-defined macOS Shortcuts for custom automation workflows. Use when user wants to trigger a Shortcut by name or execute a custom automation.
allowed-tools Bash, AskUserQuestion

Apple Shortcuts

Run user-defined macOS Shortcuts via the shortcuts CLI.

Quick Start

You want to... Run...
List shortcuts shortcuts list
Run a shortcut shortcuts run "Name"
View details shortcuts view "Name"
Run with file input shortcuts run "Name" --input-path /path

Security

ALWAYS require user confirmation before running any shortcut.

Shortcuts can do anything - file operations, network requests, app automation.

Workflow:

  1. shortcuts list to find exact name
  2. shortcuts view "Name" to show what it does
  3. Use AskUserQuestion to confirm
  4. If confirmed: shortcuts run "Name"

Common Issues

Problem Solution
Not found shortcuts list - names are case-sensitive
Signing error shortcuts sign --mode people-who-know-me "Name"
Permission denied System Settings > Privacy & Security > Automation

Limitations

  • Cannot create/edit shortcuts - only run existing ones
  • Binary format - cannot view internal structure
  • Permissions - user must grant in System Settings

Troubleshooting & Ideas

See reference/troubleshooting.md for detailed troubleshooting and shortcut ideas.

Related Skills

  • apple-productivity - Calendar, Contacts, Mail, Messages
  • apple-photos - Photo library access