System Monitor
/install lookupmark-system-monitor
System Monitor
Real-time system health monitoring for the gateway host. Zero external dependencies.
Usage
# Full status report (human-readable)
python3 scripts/monitor.py
# JSON output (for programmatic use)
python3 scripts/monitor.py --json
# Check alert thresholds
python3 scripts/monitor.py --check-alerts
# Top N processes
python3 scripts/monitor.py --top 10
What It Reports
| Metric | Source |
|---|---|
| CPU usage % | /proc/stat |
| RAM used/total/available | /proc/meminfo |
| Swap used/total | /proc/meminfo |
| Disk usage per mount | df -h |
| CPU temperature | /sys/class/thermal/thermal_zone0/temp |
| Uptime | /proc/uptime |
| Load average (1/5/15m) | /proc/loadavg |
| Top processes by CPU | ps aux |
Alert Thresholds
Default (configurable in SKILL.md or via code):
| Alert | Threshold |
|---|---|
| RAM | > 90% used |
| Swap | > 500MB used |
| CPU temp | > 75°C |
| Disk | > 90% full |
Security
- Read-only: Never writes, modifies, or executes anything beyond reading system stats
- No network access: Purely local
/proc,/sys,ps,df - No secrets: Does not access config files, tokens, or credentials
- Safe in groups: Output contains no sensitive paths, tokens, or user data
Automation
Use with cron for periodic health checks:
# Every 30 minutes via OpenClaw cron → alerts to Telegram
# Or via HEARTBEAT.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lookupmark-system-monitor - After installation, invoke the skill by name or use
/lookupmark-system-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is System Monitor?
Monitor system health on the gateway host (Raspberry Pi / ARM / Linux). Reports CPU, RAM, disk, temperature, uptime, load, top processes. Can check alert thr... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install System Monitor?
Run "/install lookupmark-system-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is System Monitor free?
Yes, System Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does System Monitor support?
System Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created System Monitor?
It is built and maintained by LookUpMark (@lookupmark); the current version is v1.3.0.