返回 Skill 列表
extension
分类: 其它无需 API Key

Disk Space Analyzer

分析 Linux 服务器磁盘使用情况,查找大文件、旧日志和重复文件。安全只读模式,不会自动删除。

person作者: laolaoqihubclawhub

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)