← 返回 Skills 市场
laolaoqi

Disk Space Analyzer

作者 new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install disk-cleaner
功能描述
Analyze disk usage on Linux servers. Find large files, old logs, and duplicate files. Safe read-only mode, no deletions performed automatically.
使用说明 (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)

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install disk-cleaner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /disk-cleaner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Read-only disk usage analysis tool
元数据
Slug disk-cleaner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 Disk Space Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install disk-cleaner」即可一键安装,无需额外配置。

Disk Space Analyzer 是免费的吗?

是的,Disk Space Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Disk Space Analyzer 支持哪些平台?

Disk Space Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Disk Space Analyzer?

由 new(@laolaoqi)开发并维护,当前版本 v1.0.0。

💬 留言讨论