Update your installed skills

skills

// what it does

openclaw skills update --all refreshes every ClawHub-tracked skill in the active workspace; add --global to update the shared managed skills in ~/.openclaw/skills instead. Updates verify against the version and registry recorded in each skill's .clawhub/origin.json.

// shell

$ openclaw skills update --all
$ openclaw skills update --all --global

// gotcha

Only ClawHub installs are tracked for updates. Git and local skills are skipped and need a reinstall from source to change.

// resources