A proactive monitoring tool for tracking disk space and inode usage across system partitions to prevent downtime.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install disk-usage-watcher
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 disk-usage-watcher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Disk Usage Watcher is a vital utility within the Openclaw Skills ecosystem designed to maintain system health by providing real-time visibility into storage consumption. It automates the process of checking disk capacity and inode availability, ensuring that developers and system administrators are notified before storage exhaustion leads to application failure or data corruption.
By integrating directly into your AI agent workflows, this skill offers a seamless way to maintain server uptime through intelligent monitoring. Whether you are managing a single workstation or a fleet of servers, using Openclaw Skills like this one allows for consistent, programmable infrastructure oversight.
To use this skill, ensure you have the required dependencies (openclaw/exec and openclaw/notify) installed. You can test the functionality immediately by running the following command in your terminal:
openclaw call disk-usage-watcher --params '{"paths": ["/"]}'
Configuration involves setting your desired threshold_percent and identifying the specific paths you wish to monitor within your Openclaw Skills configuration.
The skill returns a structured response that organizes storage data by mount point. The data schema includes:
| Field | Type | Description |
|---|---|---|
| status | String | Indicates "success" or "failure" of the check. |
| details | Object | Contains the main disk_usage array and alert triggers. |
| mount_point | String | The directory path being monitored (e.g., /var/log). |
| usage_pct | Number | The percentage of disk space currently in use. |
| inode_pct | Number | The percentage of inodes currently in use. |
| alerts | Array | A list of specific threshold violations found during the check. |
Loading
A high-performance framework for comparing and selecting the best LLMs through automated A/B testing and statistical analysis.

A secure automation workflow for modifying and validating OpenClaw configuration files with built-in recovery and learning loops.

An automated, fail-safe system for modifying Openclaw configuration files with built-in validation, repair, and learning feedback loops.

A professional framework for safely modifying Openclaw configuration files with automated validation, error recovery, and persistent learning.

A zero-dependency skill to fetch and report comprehensive Peloton cycling workout statistics and performance metrics.

A high-performance communication layer for AI agents to exchange messages, files, and state information across a networked environment.








































