← Back to Skills Marketplace
laolaoqi

Disk Space Analyzer

by new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install disk-cleaner
Description
Analyze disk usage on Linux servers. Find large files, old logs, and duplicate files. Safe read-only mode, no deletions performed automatically.
README (SKILL.md)

Disk Space Analyzer

Find out what's eating your disk space. Safe, read-only analysis.

Runs du, find, and df commands to analyze disk usage patterns. All operations are read-only — it reports findings and suggests cleanup targets but does NOT delete anything.

Actions

analyze — Full disk analysis

{ "action": "analyze" }

Returns: top-level directory sizes, disk usage percentage, mount points

topsize — Find largest files

{ "action": "topsize", "dir": "/var/log", "limit": 10 }

Returns: top N largest files in specified directory

oldlogs — Find old log files

{ "action": "oldlogs", "days": 30 }

Returns: log files older than N days, with sizes

Pricing

Free — MIT License (zero dependencies, pure bash)

Usage Guidance
This appears safe to install as an instruction-only, read-only disk analyzer. Before using it, choose the directories to scan, be aware that file paths and sizes may be displayed, and avoid running broad scans as root unless needed.
Capability Analysis
Type: OpenClaw Skill Name: disk-cleaner Version: 1.0.0 The skill bundle describes a standard disk space analysis tool for Linux systems using common utilities like du, find, and df. The documentation in SKILL.md is consistent with the stated purpose, emphasizes read-only operations, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The stated purpose, metadata actions, and SKILL.md actions align around disk-usage analysis: analyze, topsize, and oldlogs.
Instruction Scope
The skill discloses use of local commands such as `du`, `find`, and `df`; this is purpose-aligned, but broad scans should be scoped by the user.
Install Mechanism
No install spec or code files are present; the artifact is instruction-only.
Credentials
Read-only disk inspection is proportionate to the stated Linux server disk-analysis purpose.
Persistence & Privilege
No credentials, persistence, background workers, deletion behavior, or privileged install steps are shown in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install disk-cleaner
  3. After installation, invoke the skill by name or use /disk-cleaner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Read-only disk usage analysis tool
Metadata
Slug disk-cleaner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Disk Space Analyzer?

Analyze disk usage on Linux servers. Find large files, old logs, and duplicate files. Safe read-only mode, no deletions performed automatically. It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Disk Space Analyzer?

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

Is Disk Space Analyzer free?

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

Which platforms does Disk Space Analyzer support?

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

Who created Disk Space Analyzer?

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

💬 Comments