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_file_copy" ~/.claude/skills/leionion-clawforge-mac-file-copy && rm -rf "$T"
manifest:
skills/05-Interaction/mac_file_copy/SKILL.mdsource content
mac_file_copy - 复制文件
功能: 复制文件或文件夹
用法:
python3 mac_file_copy.py "源" "目标"