Install
openclaw skills install @rogue-agent1/sizeupDisk usage analyzer with tree view, large file finder, and extension breakdown. Like du but actually readable. Pure Python, zero dependencies.
openclaw skills install @rogue-agent1/sizeupDisk usage analyzer with tree view, large file finder, and extension breakdown. Like du but actually readable. Pure Python, zero dependencies.
# Tree view of current directory
sizeup
# Analyze specific path
sizeup /var/log --depth 2
# Only show items >= 10MB
sizeup --min 10M
# Top 20 largest files
sizeup /home --top 20
# Extension breakdown
sizeup . --ext
# JSON output
sizeup --top 10 --json
--top N finds the biggest files fast