← 返回 Skills 市场
Cleanup Reporter
作者
Malavya Raval
· GitHub ↗
· v0.1.0
· MIT-0
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cleanup-reporter
功能描述
Scan your machine for large directories, duplicate files, and stale resume files.
使用说明 (SKILL.md)
Cleanup Reporter Skill
This skill helps you identify disk space hogs, duplicate files, and stale data on your machine.
Tools
ncdu: Visual disk usage analyzerrdfind: Duplicate file finder
Usage
- Run
cleanup-reporter-scanto perform a scan and generate a report. - It will create a report file in
~/reports/cleanup_report_YYYY-MM-DD.md.
External Endpoints
- None. This skill operates entirely locally.
Security & Privacy
- What leaves the machine: Nothing.
- What is accessed: Local directories
/mnt/c/Users/malavfor scanning. - Data persistence: Only the generated markdown report and
rdfindtemp files are written to disk.
Model Invocation Note
This skill is invoked autonomously by OpenClaw when triggered by the user to perform cleanup tasks.
Trust Statement
By using this skill, you allow the agent to scan your local file system. Only install if you trust the agent's access to your local files.
安全使用建议
Do not install blindly. Things to check before using: (1) The scanner is hardcoded to /mnt/c/Users/malav — if that is not your account, the script will either fail or scan someone else's Windows user folder; prefer a version that uses $HOME or accepts a configured target path. (2) The registry says no required binaries, but SKILL.md and the script need ncdu and rdfind; install/verify those tools first. (3) The bundle does not provide the advertised cleanup-reporter-scan command — confirm how the agent will invoke the script. (4) The script writes /tmp/duplicates.txt and ~/reports/cleanup_report_*.md which may contain sensitive filenames; consider running it interactively or in a sandbox and inspect outputs before sharing. (5) If you trust the author, ask them to parameterize the scan path, add an install step or wrapper for the advertised command, and document required binaries. If you do not trust it, avoid installing or run it manually after reviewing and editing the script to target only your intended directories.
功能分析
Type: OpenClaw Skill
Name: cleanup-reporter
Version: 0.1.0
The skill is a local disk utility designed to identify large directories and duplicate files using standard tools like ncdu and rdfind. While scripts/scanner.sh contains hardcoded paths specific to a single user environment (/mnt/c/Users/malav), the code performs only local read and write operations as described in SKILL.md and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill claims to 'scan your machine' but the script is hardcoded to scan /mnt/c/Users/malav and specific subfolders (Documents, Downloads) rather than the current user's home or configurable paths. SKILL.md lists required tools (ncdu, rdfind) but the registry metadata declared no required binaries; the given runtime command 'cleanup-reporter-scan' is not provided by the bundle. These mismatches suggest the code is not aligned with the advertised, general-purpose capability.
Instruction Scope
Instructions claim 'operates entirely locally' and the script does operate locally, reading file lists and writing reports. However the script will read a specific filesystem location (/mnt/c/Users/malav/*) which may not be the installing user's data and could either fail or unintentionally target another user's files. The script writes duplicate lists to /tmp/duplicates.txt and generates reports in ~/reports, which may contain sensitive filenames. The SKILL.md also instructs running a command that isn't packaged, giving unclear runtime behavior.
Install Mechanism
There is no install spec (instruction-only skill with an included script), which is low risk from remote code download perspective. But because the script expects external binaries (ncdu, rdfind) and a top-level command name that isn't provided, the deployment/usage model is unclear and may cause failures or unexpected manual steps.
Credentials
The script only reads HOME (normal) and no secrets, which is proportionate. However it reads a hardcoded path outside the current HOME (/mnt/c/Users/malav/*). Requesting access to specific other-user paths without explanation is disproportionate to a generic cleanup reporter. It also writes a temporary duplicates file to /tmp which may expose sensitive filenames to other local users.
Persistence & Privilege
The skill does not request persistent or elevated privileges and always:false. It only writes files to the user's ~/reports and /tmp, and does not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cleanup-reporter - 安装完成后,直接呼叫该 Skill 的名称或使用
/cleanup-reporter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Cleanup Reporter.
- Scans local machine for large directories, duplicate files, and stale resume documents.
- Provides a report in markdown format saved to ~/reports/.
- Uses ncdu for disk usage analysis and rdfind for detecting duplicate files.
- Operates fully locally with no external data transmission.
- Data written includes only the generated report and temporary files from rdfind.
元数据
常见问题
Cleanup Reporter 是什么?
Scan your machine for large directories, duplicate files, and stale resume files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。
如何安装 Cleanup Reporter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cleanup-reporter」即可一键安装,无需额外配置。
Cleanup Reporter 是免费的吗?
是的,Cleanup Reporter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cleanup Reporter 支持哪些平台?
Cleanup Reporter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cleanup Reporter?
由 Malavya Raval(@malavyaraval)开发并维护,当前版本 v0.1.0。
推荐 Skills