Install
openclaw skills install disk-usage-watcherMonitors disk space and inode usage on specified paths, alerting when set thresholds are exceeded to prevent disk-full issues.
openclaw skills install disk-usage-watcherMonitors disk space and inode usage on specified paths, sending alerts when thresholds are exceeded. Essential for preventing disk-full incidents.
The agent can call this skill directly or it runs automatically via cron every 15 minutes.
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)status: string — "success" or "failure"details: object — Contains disk_usage array with mount points, usage percentages, and any triggered alertsopenclaw/exec - For running df commandsopenclaw/notify - For sending alertsopenclaw call disk-usage-watcher --params '{"paths": ["/"]}'