Install
openclaw skills install preinstall-security-checkPre-installation security assessment for ClawHub skills. Run before any skill install.
openclaw skills install preinstall-security-checkMandatory pre-installation security assessment for ClawHub skills with optional sandbox testing.
openclaw skill install, npx clawhub install)Parse the skill identifier:
https://clawhub.ai/author/skill-nameskill-name or author/skill-nameweb_fetch("https://clawhub.ai/{author}/{skill-name}")
web_fetch("https://github.com/{author}/{repo}")
Extract: author, description, download count, stars, last commit date, verified status, file structure.
See references/risk-scoring.md for the full scoring table.
Score is 0–100 (higher = safer):
Run sandbox IF score is 20–79 AND skill has executables or unknown author.
Skip IF score ≥ 80 (trusted), documentation-only, or score < 20 (reject).
Spawn an isolated sub-agent session to install and analyze the skill:
curl|sh, eval, exec, rm -rf, sudo, ~/.ssh, ~/.aws, base64.*decode)See references/sandbox-procedure.md for the full sub-agent task template.
See references/report-templates.md for all report formats.
Present a concise security report with verdict (SAFE / NEEDS REVIEW / NOT SAFE), author info, trust rating, and a clear action instruction. If user asks "why" or "details", show expanded findings.
openclaw skill install [skill-name]