ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

disk-analyzer

Duf — duf — Disk Usage/Free analyzer. Automated tool for duf tasks. Use when you need Duf capabilities.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/disk-analyzer
Or

Duf

duf — Disk Usage/Free analyzer

Why This Skill?

  • Inspired by popular open-source projects (thousands of GitHub stars)
  • No installation required — works with standard system tools
  • Real functionality — runs actual commands, produces real output

Commands

Run scripts/duf.sh <command> to use.

  • overview — Disk usage overview (all mounts)
  • usage — [path] Directory usage breakdown
  • top — [n] [path] Top n largest files
  • find-big — [size] Find files larger than size (e.g. 100M)
  • duplicates — [path] Find duplicate files
  • clean — [path] Suggest cleanup targets
  • watch — [path] Monitor disk usage changes
  • export — [format] Export report (md/json)
  • info — Version info

Quick Start

duf.sh help

Disclaimer: This skill is an independent, original implementation. It is not affiliated with, endorsed by, or derived from the referenced open-source project. No code was copied. The reference is for context only.

Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-disk-analyzer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.