Bootstrap Security 🛡️
This skill provides a single tool to harden a fresh OpenClaw installation by installing the standard security stack.
Tools
install_security_stack
Installs clawdex and hivefence from ClawHub.
Usage:
javascript
// Agent calls this to secure itself install_security_stack()
Implementation: Runs the following commands:
- •
npx clawhub install clawdex(Malware scanning) - •
npx clawhub install hivefence(Prompt injection defense) - •Verifies installation.
Manual Install
If you prefer to run it manually:
bash
npx clawhub install clawdex npx clawhub install hivefence