← 返回 Skills 市场
bytesagain1

Disk Analyzer

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
292
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install disk-analyzer
功能描述
Duf — duf — Disk Usage/Free analyzer. Automated tool for duf tasks. Use when you need Duf capabilities.
使用说明 (SKILL.md)

Duf

duf — Disk Usage/Free analyzer

Why This Skill?

  • Inspired by popular open-source projects (thousands of GitHub stars)
  • No installation required — works with standard system tools
  • Real functionality — runs actual commands, produces real output

Commands

Run scripts/duf.sh \x3Ccommand> to use.

  • overview — Disk usage overview (all mounts)
  • usage — [path] Directory usage breakdown
  • top — [n] [path] Top n largest files
  • find-big — [size] Find files larger than size (e.g. 100M)
  • duplicates — [path] Find duplicate files
  • clean — [path] Suggest cleanup targets
  • watch — [path] Monitor disk usage changes
  • export — [format] Export report (md/json)
  • info — Version info

Quick Start

duf.sh help

Disclaimer: This skill is an independent, original implementation. It is not affiliated with, endorsed by, or derived from the referenced open-source project. No code was copied. The reference is for context only.

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a straightforward disk-usage helper. Before installing or running it: (1) inspect scripts/duf.sh yourself (it will read filesystem paths like /tmp, /var/log, ~/.cache, /var/cache and run commands such as df, du, find, ls, stat, dpkg and python3) and avoid running it against sensitive directories; (2) note minor docs issues (SKILL.md lists runtime: python3 but the tool is a bash script, and Quick Start command path is inconsistent) — these are quality issues, not security-critical; (3) it requires no network/credentials, but you should still run it with least privilege (don't run as root unless necessary) and test in a non-production environment if you have sensitive data. If you want higher assurance, verify the BytesAgain author/source (bytesagain.com) and review the script line-by-line for edge cases (e.g., how filenames with spaces are handled) before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: disk-analyzer Version: 1.0.0 The disk-analyzer skill is a straightforward implementation of disk usage utilities using standard Linux commands (df, du, find). The bash script in scripts/duf.sh performs legitimate system analysis tasks such as identifying large files and summarizing directory usage without any evidence of data exfiltration, persistence, or malicious execution.
能力评估
Purpose & Capability
The name/description (Disk Analyzer / duf-like) matches the included script logic: df, du, find, stat, and related commands implement disk overview, top files, find-big, duplicates, watch, export, etc. Required capabilities are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running scripts/duf.sh and the script performs file-system operations (reading mounts, /tmp, /var/log, ~/.cache, /var/cache, running dpkg). These actions are expected for a disk utility, but the SKILL.md has small inconsistencies (runtime set to python3 while the script is bash; Quick Start references duf.sh rather than scripts/duf.sh). The script reads many filesystem paths (expected) and will report sizes and filenames.
Install Mechanism
No install spec or external downloads; the skill is instruction-only with a bundled shell script. No remote installers or extracted archives are present.
Credentials
The skill does not request environment variables or credentials. It accesses local files and system commands only; that file/system access is appropriate for disk analysis.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It does not request persistent privileges or background installation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install disk-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /disk-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug disk-analyzer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Disk Analyzer 是什么?

Duf — duf — Disk Usage/Free analyzer. Automated tool for duf tasks. Use when you need Duf capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。

如何安装 Disk Analyzer?

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

Disk Analyzer 是免费的吗?

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

Disk Analyzer 支持哪些平台?

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

谁开发了 Disk Analyzer?

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

💬 留言讨论