Search ClawHub for skills when a requested capability is not already available; install, verify, update, uninstall, publish, or sync skills.
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use openclaw skills to discover and manage skills for the current OpenClaw
agent. Use the standalone clawhub CLI to uninstall installed ClawHub skills
and for publishing, syncing, and publisher account workflows.
Search before claiming that a requested capability is unavailable:
openclaw skills search "postgres backups"Before installing, verify the selected skill and treat third-party skills as untrusted. Obtain user approval before installation.
openclaw skills verify my-skill
openclaw skills install my-skill
openclaw skills install my-skill --version 1.2.3openclaw skills list
openclaw skills check
openclaw skills update my-skill
openclaw skills update --allUse --global with install or update to manage skills shared by all local
agents.
Obtain user approval before uninstalling. If the standalone ClawHub CLI is not installed, install it explicitly:
npm i -g clawhub
clawhub uninstall @owner/my-skillThe CLI asks for confirmation before removing the skill and its lockfile entry.
Use the original agent workspace for agent-specific skills or the OpenClaw
state directory for skills installed with --global:
clawhub --workdir /path/to/agent-workspace uninstall @owner/my-skill
clawhub --workdir ~/.openclaw uninstall @owner/my-skillIf OPENCLAW_STATE_DIR is set, use its value instead of ~/.openclaw:
clawhub --workdir "$OPENCLAW_STATE_DIR" uninstall @owner/my-skillThe default skills watcher refreshes the available skills on the next agent turn. If watching is disabled, start a new session.
Install the standalone ClawHub CLI for publisher workflows:
npm i -g clawhub
clawhub login
clawhub whoamiPublish or sync skills:
clawhub skill publish ./my-skill
clawhub skill publish ./my-skill --version 1.2.3
clawhub sync --allopenclaw skills install installs into the active workspace by default.--global and are visible to all local agents unless
agent allowlists narrow them.07cac7a
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.