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_preferences" ~/.claude/skills/leionion-clawforge-mac-preferences && rm -rf "$T"
manifest:
skills/05-Interaction/mac_preferences/SKILL.mdsource content
mac_preferences - 系统偏好设置
功能: 打开Mac系统偏好设置面板
用法:
python3 mac_preferences.py [面板名]
可用面板: general, keyboard, mouse, display, sound, network, bluetooth等