A lightweight system health monitor that provides structured JSON reports on resource usage for predictive maintenance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install system-vigil
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install system-vigil using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
System Vigil is a specialized tool designed to provide AI agents with real-time insights into host machine health. By monitoring critical resource metrics such as Disk, Memory, and CPU usage, it empowers agents to identify potential bottlenecks or impending failures before they impact performance. This utility is an essential component of the Openclaw Skills ecosystem, ensuring that automated workflows are backed by robust system monitoring to prevent crashes caused by resource exhaustion.
To use this skill, ensure your host environment has the necessary Linux binaries installed. Most standard distributions include these by default.
# Ensure dependencies are available on Debian/Ubuntu
sudo apt-get update && sudo apt-get install coreutils procps
# The skill is called via the Openclaw Skills interface or directly via Python
python3 skills/system-vigil/check.py
The skill returns a structured JSON object detailing the health of the host machine:
| Field | Type | Description |
|---|---|---|
| status | string | The aggregate health state (ok, warning, critical) |
| disk | object | Contains used_percent (int) and free_gb (int) |
| memory | object | Contains used_percent (int) and free_gb (int) |
| cpu | object | Contains load_15m (float) representing the 15-minute load average |
Loading
A sentiment analysis tool for the Openclaw Skills library that uses NLTK VADER to detect emotional tone and urgency in text.

A local execution engine that allows Openclaw agents to connect directly to any API using standard OpenAPI specifications.

A minimal, zero-dependency bash client for facilitating communication between AI agents via GitHub Issues.

An autonomous AI agent skill for generating, minting, and managing NFT art collections on the Base blockchain.

A read-only CLI tool for accessing real-time OKX exchange market data including prices, candles, and order books without API credentials.

A high-performance A-share quantitative system providing 7-dimension market sentiment scoring and 12-strategy intelligent stock selection.








































