← Back to Skills Marketplace
bytesagain1

Disk Analyzer

by bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
292
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install disk-analyzer
Description
Duf — duf — Disk Usage/Free analyzer. Automated tool for duf tasks. Use when you need Duf capabilities.
README (SKILL.md)

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 \x3Ccommand> 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]

Usage Guidance
This skill appears to be a straightforward disk-usage helper. Before installing or running it: (1) inspect scripts/duf.sh yourself (it will read filesystem paths like /tmp, /var/log, ~/.cache, /var/cache and run commands such as df, du, find, ls, stat, dpkg and python3) and avoid running it against sensitive directories; (2) note minor docs issues (SKILL.md lists runtime: python3 but the tool is a bash script, and Quick Start command path is inconsistent) — these are quality issues, not security-critical; (3) it requires no network/credentials, but you should still run it with least privilege (don't run as root unless necessary) and test in a non-production environment if you have sensitive data. If you want higher assurance, verify the BytesAgain author/source (bytesagain.com) and review the script line-by-line for edge cases (e.g., how filenames with spaces are handled) before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: disk-analyzer Version: 1.0.0 The disk-analyzer skill is a straightforward implementation of disk usage utilities using standard Linux commands (df, du, find). The bash script in scripts/duf.sh performs legitimate system analysis tasks such as identifying large files and summarizing directory usage without any evidence of data exfiltration, persistence, or malicious execution.
Capability Assessment
Purpose & Capability
The name/description (Disk Analyzer / duf-like) matches the included script logic: df, du, find, stat, and related commands implement disk overview, top files, find-big, duplicates, watch, export, etc. Required capabilities are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running scripts/duf.sh and the script performs file-system operations (reading mounts, /tmp, /var/log, ~/.cache, /var/cache, running dpkg). These actions are expected for a disk utility, but the SKILL.md has small inconsistencies (runtime set to python3 while the script is bash; Quick Start references duf.sh rather than scripts/duf.sh). The script reads many filesystem paths (expected) and will report sizes and filenames.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with a bundled shell script. No remote installers or extracted archives are present.
Credentials
The skill does not request environment variables or credentials. It accesses local files and system commands only; that file/system access is appropriate for disk analysis.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It does not request persistent privileges or background installation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install disk-analyzer
  3. After installation, invoke the skill by name or use /disk-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug disk-analyzer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Disk Analyzer?

Duf — duf — Disk Usage/Free analyzer. Automated tool for duf tasks. Use when you need Duf capabilities. It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.

How do I install Disk Analyzer?

Run "/install disk-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Disk Analyzer free?

Yes, Disk Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Disk Analyzer support?

Disk Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Disk Analyzer?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.

💬 Comments