Disk Usage Watcher

# Disk Usage Watcher

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Disk Usage Watcher" with this command: npx skills add nidalghETF/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 commands
  • openclaw/notify - For sending alerts

Testing

openclaw call disk-usage-watcher --params '{"paths": ["/"]}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Openclaw Guardian

一键安装包含配置安全、容灾、监控和上下文优化的 OpenClaw 系统全链路守护套件。

Registry SourceRecently Updated
0185
Profile unavailable
General

LogTail Smart Log Monitor & Analyzer

Monitor log files in real-time. Filter noise, surface errors, summarize patterns, alert on anomalies. Makes logs readable.

Registry SourceRecently Updated
089
Profile unavailable
General

Disk Watch

Monitor disk space across drives. Alert before disks fill up. Track usage trends, find space hogs, suggest cleanup. Every server needs this.

Registry SourceRecently Updated
0136
Profile unavailable