Install
openclaw skills install openclaw-pc-securityLocal security self-check for your Windows PC and OpenClaw server setup (password protection, port, and exposure), producing a local report.
openclaw skills install openclaw-pc-securitySecurity self-check and risk alerting for:
Use this skill when you need to:
output/
output/audit_report.html / output/audit_report.jsonoutput/scan_report.html / output/scan_report.jsondefender_status, browser_outdated, browser_info, windows_support_statusserver_config_not_found, server_auth_disabled, server_auth_enabledserver_default_port, server_custom_port, server_exposed_public, server_local_onlyopenclaw_outdated, openclaw_version_mismatch, windows_patch_lag, weak_credentialspython scripts/run_audit.py --npm-view-latest-openclaw --out-dir output
Optional: if you know your OpenClaw config file path:
python scripts/run_audit.py --server-config-path "<path-to-config.json>" --out-dir output
python scripts/run_scan.py <target-ip> --ports 18789,18790,18792 --out-dir output
Optional: enable active checks explicitly (disabled by default)
python scripts/run_scan.py <target-ip> --ports 18789,18790,18792 --enable-cred-check --enable-leak-check --out-dir output
output/ when using the provided scripts.