Install
openclaw skills install openclaw-shield-quickscanRun a fast OpenClaw Shield scan and summarize actionable findings. Use when users ask to scan a folder or repository for credential theft, data exfiltration patterns, suspicious command execution, risky network behavior, or a quick security triage report.
openclaw skills install openclaw-shield-quickscanUse this skill to run a fast scan and produce a short triage summary.
target_path (required): folder or file to scan.scanner_path (optional): defaults to projects/OpenClaw-Shield/src/scanner.py.output_path (optional): defaults to /tmp/openclaw-shield-report.json.target_path exists.scanner_path exists. If missing, ask user to install OpenClaw Shield.scripts/summarize_report.py.python3 "projects/OpenClaw-Shield/src/scanner.py" "<target_path>" --output "/tmp/openclaw-shield-report.json"
python3 scripts/summarize_report.py "/tmp/openclaw-shield-report.json"
If the scanner is not installed:
clawhub install openclaw-shield