← Back to Skills Marketplace
malavyaraval

Cleanup Reporter

by Malavya Raval · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
256
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cleanup-reporter
Description
Scan your machine for large directories, duplicate files, and stale resume files.
README (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 analyzer
  • rdfind: Duplicate file finder

Usage

  • Run cleanup-reporter-scan to 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/malav for scanning.
  • Data persistence: Only the generated markdown report and rdfind temp 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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cleanup-reporter
  3. After installation, invoke the skill by name or use /cleanup-reporter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cleanup-reporter
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cleanup Reporter?

Scan your machine for large directories, duplicate files, and stale resume files. It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.

How do I install Cleanup Reporter?

Run "/install cleanup-reporter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cleanup Reporter free?

Yes, Cleanup Reporter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cleanup Reporter support?

Cleanup Reporter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cleanup Reporter?

It is built and maintained by Malavya Raval (@malavyaraval); the current version is v0.1.0.

💬 Comments