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
<openclaw-home>/skills/<slug>as the final destination. - Treat
<openclaw-home>/workspaces/<agent>/skills/<slug>as a temporary staging location used by the CLI. - Resolve
<openclaw-home>from--openclaw-home, thenOPENCLAW_HOME, else$HOME/.openclaw. - Resolve
<agent>from--agent, thenOPENCLAW_AGENT, elselan. - Derive the workspace as
<openclaw-home>/workspaces/<agent>. - 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 <slug>. - Verify the staged origin file at
<openclaw-home>/workspaces/<agent>/skills/<slug>/.clawhub/origin.json. - Backup the current global directory when it exists.
- Promote the staged copy into
<openclaw-home>/skills/<slug>. - Verify the global origin file and installed version after promotion.
- Report the result.
Verification
<openclaw-home>/skills/<slug>/SKILL.mdexists<openclaw-home>/skills/<slug>/.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