← ClaudeAtlas

skill-hub-unitedlisted

Install skills from multiple skill hubs with one tool: clawhub.ai (default), skillhub.cn (SkillHub, China-optimized), skills.sh (npx skills, GitHub-based), the official anthropics/skills repo, and your own self-hosted "custom" hub. Routes to the right source based on how the user phrases the request, handles name collisions (rename/overwrite/abort), Anthropic source-available license gating, multi-skill repos, and path-traversal-safe extraction. Use when the user says "install skill X", "add skill X", "download skill X", "get X from clawhub", "get X from skillhub.cn", "use skills.sh to install X", "install the claude/anthropic X skill", or "install X from my hub". Also triggers in Chinese: "安装skill xxx"、"装一下xxx"、"下载skill xxx"、 "从 clawhub 装 xxx"、"从 skillhub.cn 装 xxx"、"用 skills.sh 装 xxx"、 "装 claude 的 xxx"、"从我的 hub 装 xxx"。
Songhonglei/build-better-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Songhonglei/build-better-skills
# Skill Hub United Installer One installer for multiple skill hubs — picks the right source from how the user phrases the request. - **Version**: 1.0.6 - **License**: MIT - **Author**: Evan Song · [github.com/Songhonglei](https://github.com/Songhonglei) - **Repository**: https://github.com/Songhonglei/build-better-skills - **Part of**: [`build-better-skills`](https://github.com/Songhonglei/build-better-skills) suite — see [Stages](https://github.com/Songhonglei/build-better-skills#stages) for the lifecycle map. ## Sources | Source | What it is | Auth | |---|---|---| | `clawhub` (default) | clawhub.ai public hub (REST, with `npx clawhub` fallback) | none | | `skillhub_cn` | skillhub.cn — SkillHub, a China-optimized public hub (REST) | none | | `skills_sh` | skills.sh / `npx skills` CLI (GitHub-source based) | none | | `anthropic` | the official `anthropics/skills` GitHub repo (sparse-checkout) | none | | `custom` | your own self-hosted hub — any `GET <base>/<slug>` endpoint that returns a skill zip | up to you | ## 1. Source routing (read first) | User wording | `--source` | |---|---| | no source mentioned / "clawhub" / "openclaw official" / default | `clawhub` (default) | | "skillhub.cn" / "腾讯 skillhub" / "tencent skillhub" / "国内 hub" / "skillhub 中国" | `skillhub_cn` | | "skills.sh" / "npx skills" / "open skills" / "skills cli" | `skills_sh` | | "anthropic" / "claude official" / "claude skills" / "anthropics/skills" | `anthropic` | | "my hub" / "custom hub" / "self-hoste