Claude Skill

drewocarr/generate-shortcuts-skill

一个向Claude解释快捷方式plist格式的Claude Skill,通过清晰的解释帮助用户理解macOS/iOS快捷方式配置。

概览

Stars138
Forks11
语言未知
最后更新2026-01-13
最近同步2026-06-26
前往 GitHub

仓库信息

拥有者drewocarr
仓库generate-shortcuts-skill
完整名称drewocarr/generate-shortcuts-skill
Repo ID1,133,096,041

安装这个 Skill

git clone https://github.com/drewocarr/shortcuts-generator.git

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-26
平台
Claude
能力
pdfterminal
识别文件
README.mdSKILL.md
配置键
URL

项目简介

一个向Claude解释快捷方式plist格式的Claude Skill,帮助用户理解和使用macOS/iOS快捷方式配置文件。

英文描述

a little skill that explains the shortcuts plist format to claude

要点

  • 向Claude解释快捷方式plist格式
  • 帮助理解macOS/iOS快捷方式配置
  • 功能简单专注

使用场景

  • 理解快捷方式plist结构
  • 使用macOS自动化工具
  • 学习iOS快捷方式配置

README 摘要

# Shortcuts Generator Skill for Claude Code A Claude Code skill that enables AI-assisted generation of macOS/iOS Shortcuts. Create valid `.shortcut` plist files that can be signed and imported into Apple's Shortcuts app. ## Installation ### 1. Create the skills directory (if it doesn't exist) ```bash mkdir -p ~/.claude/skills ``` ### 2. Clone or copy this repository ```bash cd ~/.claude/skills git clone https://github.com/drewocarr/shortcuts-generator.git ``` Or download and extract the files manually into `~/.claude/skills/shortcuts-generator/`. ### 3. Verify the installation Your directory structure should look like: ``` ~/.claude/ └── skills/ └── shortcuts-generator/ ├── SKILL.md # Required - skill definition ├── ACTIONS.md ├── APPINTENTS.md ├── CONTROL_FLOW.md ├── EXAMPLES.md ├── FILTERS.md ├── PARAMETER_TYPES.md ├── PLIST_FORMAT.md └── VARIABLES.md ``` ### 4. Restart Claude Code The skill will be automatically detected on the next conversation. ## Usage Once installed, simply ask Claude Code to create a shortcut: - "Create a shortcut that shows the current weather" - "Build a shortcut that asks for text input and shows it" - "Make a shortcut that opens Safari and navigates to a URL" Claude will generate the plist XML, write it to a `.shortcut` file, and sign it so you can import it directly into the Shortcuts app. ## What's Included | File | Description | |------|-------------| | `SKILL.md` | Skill definition with quick start guide | | `ACTIONS.md` | All 427 WF*Action identifiers and parameters | | `APPINTENTS.md` | All 728 AppIntent actions | | `PARAMETER_TYPES.md` | Parameter value types and serialization formats | | `VARIABLES.md` | Variable reference system |

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-26