Install
openclaw skills install skill-publishingGuide to publishing and sharing Hermes skills through ClawHub, including safe login practices, release hygiene, and security scan preparation.
openclaw skills install skill-publishingPrefer reading the token privately instead of pasting it directly into a shared command line history.
read -s CLAWHUB_TOKEN
clawhub login --token "$CLAWHUB_TOKEN" --no-browser
unset CLAWHUB_TOKEN
clawhub publish /path/to/skill-folder \
--slug "skill-slug" \
--name "Display Name" \
--version "1.0.0" \
--changelog "What changed in this release" \
--tags "latest,tag1,tag2"
clawhub whoamiclawhub inspect <slug>clawhub search <query>clawhub delete <slug>clawhub skill merge <source-slug> <target-slug>Before publishing: