← Back to Skills Marketplace
Sizeup
by
rogue-agent1
· GitHub ↗
· v1.0.0
· MIT-0
118
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sizeup
Description
Disk usage analyzer with tree view, large file finder, and extension breakdown. Like `du` but actually readable. Pure Python, zero dependencies.
Usage Guidance
This skill appears to be what it claims — a local disk-usage tool. Before running, note that it will traverse and read file sizes for every file under the path you give (it skips symlinks). Avoid running it as root on '/' unless you intend a full-system scan (it can be slow and will touch many files). The output includes file paths, so do not paste results into untrusted services if they might contain sensitive paths or filenames. If you want extra assurance, inspect the shipped sizeup.py yourself (it's plain, readable Python) — there is no network I/O or hidden behavior observed.
Capability Analysis
Type: OpenClaw Skill
Name: sizeup
Version: 1.0.0
The 'sizeup' skill is a standard disk usage utility implemented in pure Python using only the standard library. Analysis of scripts/sizeup.py and SKILL.md shows no evidence of data exfiltration, malicious execution, or prompt injection; the code strictly performs file system traversal and reporting as described.
Capability Assessment
Purpose & Capability
Name/description (disk usage analyzer) match the actual files and behavior: the included Python scripts scan directories, calculate sizes, list largest files, and produce JSON or a colored tree. No unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md usage examples align with the code. Runtime instructions and code only read filesystem metadata and file sizes under the supplied path; they do not read arbitrary environment variables, contact external services, or attempt to modify system-wide settings.
Install Mechanism
No install/download steps are declared and no external packages are fetched. The skill is provided as source files (two copies of the same script) and runs as a local Python program — low install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. All filesystem access is limited to the path argument provided at runtime; there are no requests for unrelated secrets or service tokens.
Persistence & Privilege
always is false and the skill does not attempt to persist configuration or modify other skills. It is user-invocable and may be invoked by the agent (normal platform behavior) but it has no elevated persistence or cross-skill configuration effects.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sizeup - After installation, invoke the skill by name or use
/sizeup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of sizeup — a user-friendly disk usage analyzer.
- Provides a color-coded tree view of directory disk usage.
- Quickly finds and lists the largest files with --top N.
- Outputs a file extension breakdown with --ext.
- Supports directory depth limiting and minimum size filtering.
- Offers JSON output for easy integration or scripting.
- Pure Python implementation with zero external dependencies.
Metadata
Frequently Asked Questions
What is Sizeup?
Disk usage analyzer with tree view, large file finder, and extension breakdown. Like `du` but actually readable. Pure Python, zero dependencies. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install Sizeup?
Run "/install sizeup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sizeup free?
Yes, Sizeup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sizeup support?
Sizeup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sizeup?
It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.
More Skills