Back to list
g-shudy

apple-shortcuts

by g-shudy

0🍴 0📅 Jan 21, 2026

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 shortcutsshortcuts list
Run a shortcutshortcuts run "Name"
View detailsshortcuts view "Name"
Run with file inputshortcuts 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

ProblemSolution
Not foundshortcuts list - names are case-sensitive
Signing errorshortcuts sign --mode people-who-know-me "Name"
Permission deniedSystem 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.

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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon