Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor host system health (Disk, RAM, CPU). Returns structured JSON status for predictive maintenance.
Monitor host system health (Disk, RAM, CPU). Returns structured JSON status for predictive maintenance.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
Check Health: Get a JSON report of Disk, Memory, and CPU usage. Predictive Status: Returns specific flags (warning, critical) based on thresholds.
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 } }
A Python script parsing standard Linux utils (df, free, uptime).
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.