Install skills from multiple skill hubs with one tool: clawhub.ai (default), skillhub.cn (SkillHub, China-optimized), skills.sh (npx skills, GitHub-based), t...
编程
Install Skills from Clawhub for all Agents
试用Install or upgrade a ClawHub skill, then make the global copy under the machine's OpenClaw home `skills/` directory the final source of truth. Use when the u...
它能做什么
Install or upgrade a ClawHub skill, then make the global copy under the machine's OpenClaw home `skills/` directory the final source of truth. Use when the u...
技能文档
Install Global Skill From ClawHub
Install or update one ClawHub skill with the official CLI, then promote the staged copy into the global skill directory.
Rules
- Treat
/skills/as the final destination. - Treat
/workspaces//skills/as a temporary staging location used by the CLI. - Resolve `` from
--openclaw-home, thenOPENCLAW_HOME, else$HOME/.openclaw. - Resolve `` from
--agent, thenOPENCLAW_AGENT, elselan. - Derive the workspace as
/workspaces/. - Prefer
scripts/install-global-skill.jsover manual file operations. - Try
openclaw skills updatefirst; if the skill is not tracked, useopenclaw skills install --force. - Backup an existing global skill before replacement unless the user explicitly says otherwise.
- Promote through a temporary directory, then rename into place.
- Remove the staged copy after promotion unless the user wants to keep it.
- For destructive actions such as deleting an existing global skill or staging copy, ask for confirmation unless the user already asked for replacement or upgrade.
- Do not modify or create Agents. This skill only manages skill files.
- Keep the workflow focused on one slug at a time unless the user explicitly asks for a batch.
Workflow
- Confirm the target skill slug.
- Prefer running
node scripts/install-global-skill.js --slug. - Verify the staged origin file at
/workspaces//skills//.clawhub/origin.json. - Backup the current global directory when it exists.
- Promote the staged copy into
/skills/. - Verify the global origin file and installed version after promotion.
- Report the result.
Verification
/skills//SKILL.mdexists/skills//.clawhub/origin.jsonexistsinstalledVersionin the global copy matches the staged copy
Delivery
- target slug
- final global path
- installed version
- whether update or install was used
- backup path if one was created
- whether the staging copy was removed
- any blocker, such as CLI failure or missing ClawHub package
相关技能
Use this tiny demo skill to verify that a ClawHub skill can be published, installed, and invoked; it returns a short confirmation message and optionally echo...
Engine auto-update & discovery skill OpenClaw: scan, evaluate, update, test, install, verify, rollback — dengan validation gate dan safety agar update tidak merusak workspace.
Prepare and publish a local skill to ClawHub and GitHub using a workflow that keeps the local publish directory clean. Use this skill when the user wants to...
Audit a local OpenClaw or ClawHub skill directory before installation, classify it as PASS, REVIEW, or BLOCK, check active-project impact, and optionally run...
Help users with Validated demand: Agent users show strong demand for Github-style workflows on Clawhub. They need practical help fixing bugs, hardening setup...