Install
openclaw skills install trusted-clawhub-install-gateAudit a local OpenClaw or ClawHub skill directory before installation, classify it as PASS, REVIEW, or BLOCK, check active-project impact, and optionally run the clawhub-install-gate CLI to write a receipt or install after explicit user approval.
openclaw skills install trusted-clawhub-install-gateUse this skill when a user wants to inspect a local skill artifact before install. The default result is an audit report, not an installation.
Workflow:
clawhub-install-gate inspect <path> first.PASS, REVIEW, or BLOCK..clawhub/lock.json or another lockfile may change,--replace or --allow-review would be needed.BLOCK.REVIEW after explicit user approval for both the residual
findings and the active-project impact.clawhub-install-gate verify <installed-path> after install when requested.clawhub-install-gate usage when the user asks to track install or REVIEW override usage on this machine.Active-project decision:
NO INSTALL: BLOCK, unclear provenance, unknown destination, duplicate name
without replace approval, global destination without explicit request, hidden
hooks, credential access, service restarts, or unreviewed scripts.STAGE ONLY: PASS or approved REVIEW, but target runtime, duplicate-name
risk, dependency impact, or proof value is still uncertain.INSTALL: PASS, destination is explicit, no duplicate-name surprise, impact
is understood, and the user asked to install.Review policy:
BLOCK covers private-data transmission, secret-store probing, broad security weakening, denial circumvention, and destructive actions.--allow-review or --replace as implied by the user's earlier
approval. Confirm those flags for the specific artifact and destination.