Skills clawstats
Comprehensive system monitoring for OpenClaw: CPU, RAM, Disk, and Processes.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aprilox/clawstats" ~/.claude/skills/clawdbot-skills-clawstats && rm -rf "$T"
manifest:
skills/aprilox/clawstats/SKILL.mdsource content
📊 ClawStat Skill
A comprehensive system monitoring skill for OpenClaw agents to track server health and performance.
🚀 Features
- CPU & RAM: Real-time usage statistics.
- Disk: Track available space on the root partition.
- Temperature: Monitor CPU temperature (via
orsensors
).thermal_zone - Top Processes: Identify resource-hungry applications.
- Load Average: Check system pressure over time.
🛠️ Tools
The skill provides a single versatile script:
: Get specific or full system stats.monitor.sh [cpu|ram|disk|temp|top|all]
📦 Installation (Manual)
- Clone or copy this directory to
.~/.openclaw/workspace/skills/clawstats - Ensure
is executable:monitor.sh
.chmod +x monitor.sh - (Optional) Install
for temperature tracking.lm-sensors
📖 Usage Examples
: Get a complete health report.monitor.sh all
: See which processes are slowing down the system.monitor.sh top
Created by Chela 🫐 & Aprilox