🦀 ClawHub
Rules of the Claw
by @bahuleyandr
A strong, field-tested Guardian baseline for OpenClaw Guardian — 56 deterministic rules protecting against credential theft, data exfiltration, network scann...
💡 Examples
# Step 1: Ensure Guardian plugin is installed
ls ~/.openclaw/extensions/guardian/Step 2: Install this skill via ClawHub
clawhub install rules-of-the-clawStep 3: Run the install script
cd ~/.openclaw/workspace/skills/rules-of-the-claw
bash install.shStep 4: Verify
cat ~/.openclaw/extensions/guardian/guardian-rules.json | python3 -c "import json,sys; rules=json.load(sys.stdin); print(f'✅ {len(rules)} rules active')"
TERMINAL
clawhub install rules-of-the-claw