/smm-skill-install
从多种来源安装技能到全局注册表。
/smm-skill-install <name> --from github user/repo
/smm-skill-install <name> --from dir ./local-path
/smm-skill-install <name> --from npx <package>
/smm-skill-install <name> --from community
执行方式:
bash: python ~/.claude/skills/.smm-core/skill_backend.py install <name> --from <type> <value>
GitHub 安装:clone --depth 1 -> 扫描 skills/// 或 / -> 复制到 SKILLS_REPO。 本地安装:--from dir 直接复制到 SKILLS_REPO/misc//。