← ClaudeAtlas

clawguardlisted

Real-time system health monitoring with proactive alerts. Monitors CPU, memory, disk, network, and processes with trend analysis.
aeon0199/ClawGuard · ★ 5 · Data & Documents · score 78
Install: claude install-skill aeon0199/ClawGuard
# ClawGuard — System Health Monitor ClawGuard is a high-performance C++ daemon that continuously monitors your system and provides real-time health data, trend analysis, and proactive alerts. For bot-first behavior, follow: - `skill/clawguard/BOT_PLAYBOOK.md` ## What It Monitors - **CPU**: Usage %, per-core stats, load averages, usage trends - **Memory**: Used/available, swap, memory leak detection via trends - **Disk**: All mounted volumes, space usage, fill-rate warnings - **Network**: Bandwidth in/out with rate calculations - **Processes**: Top consumers by memory, total process count - **Trends**: 30-minute linear regression on CPU and memory to predict issues ## How To Use ### Check current system status ```bash curl -s http://localhost:7677/api/current | python3 -m json.tool ``` ### Get system information ```bash curl -s http://localhost:7677/api/system | python3 -m json.tool ``` ### Check for alerts ```bash curl -s http://localhost:7677/api/alerts | python3 -m json.tool ``` ### Get bot-friendly summary ```bash curl -s http://localhost:7677/api/brief | python3 -m json.tool ``` ### Get recent OpenClaw activity (optional) ```bash curl -s http://localhost:7677/api/activity | python3 -m json.tool ``` ### Get recommended next actions ```bash curl -s http://localhost:7677/api/recommendations | python3 -m json.tool ``` ### Check OpenClaw security posture ```bash curl -s http://localhost:7677/api/security | python3 -m json.tool ``` ### Check containment state (expe