Disk Usage Watcher
/install disk-usage-watcher
Disk Usage Watcher
Description
Monitors disk space and inode usage on specified paths, sending alerts when thresholds are exceeded. Essential for preventing disk-full incidents.
Usage
The agent can call this skill directly or it runs automatically via cron every 15 minutes.
Example Prompts:
- "Check disk space on root partition"
- "Monitor all mount points and alert at 85%"
- "Show me disk usage statistics"
Inputs
threshold_percent: number — Alert when usage exceeds this percentage (default: 85)inode_threshold: number — Alert when inode usage exceeds this percentage (default: 85)paths: array — Specific paths to monitor (default: all mounted partitions)alert_on_failure: boolean — Send alert if check fails (default: true)
Outputs
status: string — "success" or "failure"details: object — Contains disk_usage array with mount points, usage percentages, and any triggered alerts
Dependencies
openclaw/exec- For running df commandsopenclaw/notify- For sending alerts
Testing
openclaw call disk-usage-watcher --params '{"paths": ["/"]}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install disk-usage-watcher - After installation, invoke the skill by name or use
/disk-usage-watcher - Provide required inputs per the skill's parameter spec and get structured output
What is Disk Usage Watcher?
Monitors disk space and inode usage on specified paths, alerting when set thresholds are exceeded to prevent disk-full issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 472 downloads so far.
How do I install Disk Usage Watcher?
Run "/install disk-usage-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Disk Usage Watcher free?
Yes, Disk Usage Watcher is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Disk Usage Watcher support?
Disk Usage Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Disk Usage Watcher?
It is built and maintained by nidalghETF (@nidalghetf); the current version is v1.0.1.