ClawForge mac_open_app

mac_open_app - 打开Mac应用

install
source · Clone the upstream repo
git clone https://github.com/leionion/ClawForge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leionion/ClawForge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/05-Interaction/mac_open_app" ~/.claude/skills/leionion-clawforge-mac-open-app && rm -rf "$T"
manifest: skills/05-Interaction/mac_open_app/SKILL.md
source content

mac_open_app - 打开Mac应用

功能: 打开指定的Mac应用程序

用法:

python3 mac_open_app.py "应用名称"

示例:

python3 mac_open_app.py "Safari"