← 返回 Skills 市场
rogue-agent1

Sizeup

作者 rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sizeup
功能描述
Disk usage analyzer with tree view, large file finder, and extension breakdown. Like `du` but actually readable. Pure Python, zero dependencies.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sizeup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sizeup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug sizeup
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sizeup 是什么?

Disk usage analyzer with tree view, large file finder, and extension breakdown. Like `du` but actually readable. Pure Python, zero dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Sizeup?

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

Sizeup 是免费的吗?

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

Sizeup 支持哪些平台?

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

谁开发了 Sizeup?

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

💬 留言讨论