← スキル一覧に戻る

apple-shortcuts
by g-shudy
⭐ 0🍴 0📅 2026年1月21日
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:
shortcuts listto find exact nameshortcuts view "Name"to show what it does- Use
AskUserQuestionto confirm - 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, Messagesapple-photos- Photo library access
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です