Claude Code skill — 从 GitHub 仓库安装 skills 到本地 ~/.claude/skills/。
git clone https://github.com/Camusugar/install-from-github.git ~/.claude/skills/install-from-github/install-from-github <github仓库链接>
例如:
/install-from-github https://github.com/anthropics/skills
支持指定分支:
/install-from-github https://github.com/anthropics/skills --branch dev
- 克隆目标仓库,扫描所有
SKILL.md文件 - 以复选框让用户选择要安装哪些 skill(已安装的标记 ⚠)
- 一键安装选中 skills 并清理临时文件
MIT