System Vigil
/install system-vigil
System Vigil
A health monitor for the host machine. It checks vital signs and returns a structured report, allowing agents to detect resource exhaustion before it causes a crash.
Capabilities
- Check Health: Get a JSON report of Disk, Memory, and CPU usage.
- Predictive Status: Returns specific flags (
warning,critical) based on thresholds.
Usage
User: "Run a system health check."
Agent: python3 skills/system-vigil/check.py
Output:
{
"status": "ok",
"disk": { "used_percent": 45, "free_gb": 120 },
"memory": { "used_percent": 30, "free_gb": 12 },
"cpu": { "load_15m": 0.5 }
}
Implementation
A Python script parsing standard Linux utils (df, free, uptime).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install system-vigil - After installation, invoke the skill by name or use
/system-vigil - Provide required inputs per the skill's parameter spec and get structured output
What is System Vigil?
Monitor host system health (Disk, RAM, CPU). Returns structured JSON status for predictive maintenance. It is an AI Agent Skill for Claude Code / OpenClaw, with 421 downloads so far.
How do I install System Vigil?
Run "/install system-vigil" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is System Vigil free?
Yes, System Vigil is completely free (open-source). You can download, install and use it at no cost.
Which platforms does System Vigil support?
System Vigil is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created System Vigil?
It is built and maintained by splicer scorn (@numbpill3d); the current version is v1.0.0.