Install
openclaw skills install agent-safetyOutbound safety for autonomous AI agents — scans YOUR output before it leaves the machine. Git pre-commit hooks that automatically block commits containing A...
openclaw skills install agent-safetyAutomated safety tools for autonomous AI agents. The principle: don't rely on prompts for safety — automate enforcement.
All scripts are in this skill's scripts/ directory. When OpenClaw loads this skill, resolve paths relative to this file's location.
Scans files for secrets, PII, and internal paths before publishing.
bash scripts/pre-publish-scan.sh <file-or-directory>
Detects:
Exit 0 = clean. Exit 1 = blocking issues found, do not publish.
Install once per repo. Automatically scans staged files on every commit:
bash scripts/install-hook.sh <repo-path>
git commit --no-verifyInstall this on every repo you work with. It's the real guardrail.
System monitoring for disk, workspace, security, and updates:
bash scripts/health-check.sh
Checks: Disk usage, workspace size, memory file growth, OpenClaw version, macOS updates, firewall status, SIP status.
Run periodically (every few heartbeats). Watch for warnings.