Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @nidalghetf Updated 6/28/2026 893 downloads 0 stars Security: Pass

Disk Usage Watcher OpenClaw Plugin & Skill | ClawHub

Looking to integrate Disk Usage Watcher into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Monitors disk space and inode usage on specified paths, sending alerts when thresholds are exceeded.

Install

ClawHub CLI
openclaw skills install @nidalghetf/disk-usage-watcher
Node.js (npx)
npx clawhub@latest install disk-usage-watcher

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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 commands
  • openclaw/notify - For sending alerts

Testing

openclaw call disk-usage-watcher --params '{"paths": ["/"]}'
ClawHub Registry URL: https://clawhub.ai/nidalghetf/skills/disk-usage-watcher

Related skills

If this matches your use case, these are close alternatives in the same category.