ClawCop

For OpenClaw AI agent installations

One command. Creates an isolated monitoring user, configures OpenClaw read access, and sets a 6-hour cron job that pushes findings to a GitHub repo you control.

curl -sL mallcop.app/clawcop | sudo bash
  • Creates an isolated mallcop system user with no shell access
  • Runs every 6 hours via cron, committing events and findings to your repo
  • Pushes findings to GitHub automatically on each patrol

Verify before you run

# Check the SHA-256 before piping to bash
curl -sL mallcop.app/clawcop.sha256

Requirements

  • Linux or macOS
  • Python 3.10 or higher
  • git
  • OpenClaw installed and running

Manual install

Prefer doing it yourself? Install from PyPI and follow the quick start guide.

pip install mallcop
mallcop init
Quick Start Guide →