/install clawshield
ClawShield
Purpose
Audit a local OpenClaw install for security posture and common prompt-injection indicators. Produces a JSON report for review and alerting.
Workflow
- Canvas present: Launch the panel server and present the UI.
- User config: Update
config.yaml(scan frequency, alerts, sensitivity). - Cron setup: Schedule
scripts/audit.shat the chosen cadence. - Report/Alert: Review JSON output and alert if prompt-injection hits or unexpected open ports are found.
Usage
Panel (recommended)
node scripts/panel-server.js
Then present the UI:
canvas.present→http://localhost:8133(Scan / Settings / Logs)
Config (CLI)
node scripts/config.js get
node scripts/config.js set Scan_freq daily alerts telegram sensitivity high
Audit (CLI)
bash scripts/audit.sh > report.json
Notes
- Local-only scans; no network calls outside localhost.
- Panel server is local and stores the last report at
logs/last-report.json. config.yamldefaults: Scan_freq=daily, alerts=telegram, sensitivity=high.- Safe for routine security checks and “frenzy-proofing”.
Contact: Jeffrey Coleman | [email protected] | Custom audits/enterprise.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawshield - After installation, invoke the skill by name or use
/clawshield - Provide required inputs per the skill's parameter spec and get structured output
What is ClawShield?
OpenClaw security audit + prompt injection detector. Scans gateway/vulns/cron/PI patterns. Use for frenzy-proofing installs. It is an AI Agent Skill for Claude Code / OpenClaw, with 1300 downloads so far.
How do I install ClawShield?
Run "/install clawshield" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawShield free?
Yes, ClawShield is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawShield support?
ClawShield is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawShield?
It is built and maintained by Poolguy24 (@poolguy24); the current version is v1.1.0.