/install sys-inspector
System Inspector
Zero-dependency system health check for AI agents.
Runs entirely locally via shell commands. No npm packages, no API calls, no dependencies. Just pure bash + standard Linux tools.
Usage
action: "inspect"
Returns:
{
"cpu": { "load": [0.35, 0.21, 0.18], "cores": 4, "temp_c": 52.3 },
"memory": { "total_gb": 3.6, "used_gb": 2.1, "available_gb": 1.5, "percent": 58 },
"disk": { "total_gb": 114, "used_gb": 13, "percent": 12 },
"uptime_days": 5.4,
"top_processes": [
{ "pid": 91204, "name": "node", "cpu": 12, "mem": 460 }
],
"top_listeners": [
{ "port": 18792, "process": "node" }
],
"health_score": 85,
"warnings": []
}
Actions
| Action | Description |
|---|---|
inspect |
Full system health report |
quick |
Lightweight check (CPU + memory only) |
alerts |
Only return warnings and issues |
Pricing
Free — MIT License
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sys-inspector - After installation, invoke the skill by name or use
/sys-inspector - Provide required inputs per the skill's parameter spec and get structured output
What is System Inspector?
Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns... It is an AI Agent Skill for Claude Code / OpenClaw, with 12 downloads so far.
How do I install System Inspector?
Run "/install sys-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is System Inspector free?
Yes, System Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does System Inspector support?
System Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created System Inspector?
It is built and maintained by new (@laolaoqi); the current version is v1.0.0.