ClawGuard
Stop malicious skills before they bite.
232KB system monitor that watches CPU, memory, disk, network, and open ports 24/7 — with trend analysis, proactive alerts, and skill-level attribution that traces threats back to their source.
⟩ Quick Start
# Install ClawGuard. You're welcome. 🦞
$ git clone https://github.com/aeon0199/ClawGuard.git && cd ClawGuard && make
$ ./clawguard
macOS & Linux // Dashboard at localhost:7677
⟩ What It Does
Port Intrusion Detection
Catches new listeners in real-time. Knows when a skill opens a port it shouldn't.
Skill Attribution
Traces every alert back to the OpenClaw skill that caused it.
Trend Analysis
30-min linear regression on CPU & memory. Predicts problems early.
Live Dashboard
Real-time web UI. Charts, stats, alerts, system health — any browser.
24/7 Monitoring
CPU, memory, disk, network, processes. 24h history. Always watching.
OpenClaw Native
Drop-in SKILL.md + 7 JSON API endpoints. Bot queries ClawGuard directly.
⟩ FAQ
Is this really free?
Yes. Fully open source, MIT licensed. Full C++ daemon — port monitoring, skill attribution, dashboard, alerts — everything. No paid tier.
Do I need OpenClaw?
No. ClawGuard runs standalone. OpenClaw integration is a bonus.
Will it slow down my machine?
Under 1% CPU, under 5MB RAM, 232KB binary. Built to be invisible.
What data does it send?
Nothing. Local-only. Binds to localhost. Zero telemetry. Zero outbound connections.
What platforms?
macOS (Apple Silicon + Intel) and Linux (x86_64 + ARM64).