Install
openclaw skills install @nextaltair/accidental-registry-publication-responseAccidental ClawHub publish or leaked package files: scope, remove, and verify one affected version.
openclaw skills install @nextaltair/accidental-registry-publication-responseUse when a ClawHub skill version accidentally contains private, copyrighted, generated, cached, or otherwise unintended files.
clawhub whoami.clawhub inspect --helpclawhub delete --helplatest:
clawhub inspect <skill> --version <version> --files --jsonreadlink -f <skill-path>git -C <skill-path> rev-parse --show-toplevelgit -C <repo-root> ls-files -- '<affected-path>'git -C <repo-root> check-ignore -v <affected-path>git log --all before resolving the correct repository root and tracked paths; it can be slow and answers the wrong question in nested repositories.Treat exact-version deletion as irreversible. Obtain explicit user approval before running it.
Use the syntax shown by the installed CLI help:
clawhub delete <skill> --version <version> --yes
Do not delete the whole skill when one version is affected. The observed CLI says exact-version deletion is permanent and cannot be restored or republished; publish a replacement first when deleting the current latest version.
After deletion:
clawhub inspect <skill> --version <version> --files --json.