Back to skills
SkillHub ClubShip Full StackFull Stack
clawstats
Imported from https://github.com/openclaw/skills.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
3,086
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
F36.0
Install command
npx @skill-hub/cli install openclaw-skills-clawstats
Repository
openclaw/skills
Skill path: skills/aprilox/clawstats
Imported from https://github.com/openclaw/skills.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install clawstats into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding clawstats to shared team environments
- Use clawstats for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: clawstats
description: Comprehensive system monitoring for OpenClaw: CPU, RAM, Disk, and Processes.
metadata: {"clawdbot":{"emoji":"π","requires":{"bins":["free","df","top","ps"]},"install":[]}}
---
# π 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 `sensors` or `thermal_zone`).
- **Top Processes**: Identify resource-hungry applications.
- **Load Average**: Check system pressure over time.
## π οΈ Tools
The skill provides a single versatile script:
- `monitor.sh [cpu|ram|disk|temp|top|all]`: Get specific or full system stats.
## π¦ Installation (Manual)
1. Clone or copy this directory to `~/.openclaw/workspace/skills/clawstats`.
2. Ensure `monitor.sh` is executable: `chmod +x monitor.sh`.
3. (Optional) Install `lm-sensors` for temperature tracking.
## π Usage Examples
- `monitor.sh all`: Get a complete health report.
- `monitor.sh top`: See which processes are slowing down the system.
---
*Created by Chela π« & Aprilox*
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "aprilox",
"slug": "clawstats",
"displayName": "System Monitor OpenClaw",
"latest": {
"version": "1.0.1",
"publishedAt": 1771728645798,
"commit": "https://github.com/openclaw/skills/commit/94e0dd5955371c8fe5a7ed1ff65022710a5e9d76"
},
"history": []
}
```