Smm Skill Install

从 github/dir/npx/community 安装技能到 SKILLS_REPO

DriftingRadiance Updated

File contents

/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//。

DriftingRadiance/skill-mcp-manager.skill/tree/main/skills/smm-skill-install commit 57ffe2b0e2

Frequently asked questions

npx skillmds@latest add driftingradiance/smm-skill-install