← Back to Skills Marketplace
Disk Cleanup Master
by
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unclecheng-garbage-cleanup-master-v1
Description
磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师
Usage Guidance
This skill appears to implement what it claims, but take care before using it. Key points: 1) The SKILL.md is Windows-focused (expects C:\ paths and Desktop) but there is no OS restriction — if you run the scripts on a non-Windows system, delete_trash.py will perform direct (permanent) deletes rather than moving files to the recycle bin. 2) delete_trash.py extracts any absolute Windows paths in the markdown and will delete them; always inspect the generated 垃圾桶.md line-by-line. 3) Use the --dry-run option first to verify what will be deleted, and avoid running the cleanup with elevated/admin privileges unless you truly understand the consequences. 4) Back up important data before first use. 5) If you only have a Windows machine and want the recycle behavior, confirm the script is executed with a Windows Python and test with harmless files first. If you need the skill to be safe cross-platform, ask the author to add explicit OS checks and safer deletion fallbacks (e.g., move-to-trash libraries for non-Windows) and to add an OS restriction in the metadata.
Capability Analysis
Type: OpenClaw Skill
Name: unclecheng-garbage-cleanup-master-v1
Version: 1.0.0
The skill bundle is a disk cleanup utility designed to scan for and remove large, old, or temporary files on Windows. It follows a safe 'human-in-the-loop' workflow where scan results are written to a markdown file on the user's desktop for manual review before any deletion occurs. The scripts (scan_disk.py and delete_trash.py) include appropriate safeguards such as excluding critical system directories (e.g., C:\Windows), defaulting to the Windows Recycle Bin via SHFileOperationW, and providing clear warnings to the user. No evidence of data exfiltration, unauthorized remote execution, or malicious intent was found.
Capability Assessment
Purpose & Capability
The SKILL.md and the two included scripts (scan_disk.py and delete_trash.py) implement the described scanning → generate garbage桶.md → user-confirm → cleanup workflow. No unrelated credentials, network calls, or strange binaries are requested. However, the skill is written with a Windows-centric expectation (absolute Windows paths, Desktop location, use of Windows recycle API) while the registry metadata places no OS restriction — this mismatch should be noted.
Instruction Scope
Instructions require creating and later parsing a user-edited файл (垃圾桶.md) that must contain absolute paths; delete_trash.py will parse that markdown and delete every path it finds. Although SKILL.md enforces an explicit user confirmation step and default-to-recycle behavior on Windows, the code will permanently delete files on non-Windows platforms (fallback behavior), and the path-extraction regex may pick up any absolute paths present in the markdown. If the skill runs on the wrong OS, or if the markdown is edited incorrectly/maliciously, important files could be removed.
Install Mechanism
No install spec; the skill is instruction + scripts only. That minimizes disk footprint beyond the included code and is proportionate for a utility that runs local scans and deletions.
Credentials
The skill requests no environment variables, credentials, or external configuration. It only requires local filesystem access and a Python interpreter, which is appropriate for its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unclecheng-garbage-cleanup-master-v1 - After installation, invoke the skill by name or use
/unclecheng-garbage-cleanup-master-v1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- First release of "垃圾清理大师" (Disk Junk Cleaner) skill.
- Scans disks for old, large, and junk files, generating a detailed review list (垃圾桶.md) for user confirmation before any cleanup.
- Offers multi-phase workflow: Scan → Generate markdown report → User approval then safe cleanup (files sent to recycle bin).
- Smart grouping/classifying of files for review, detailed markdown format with exclusion/exception rules.
- Emphasizes user safety: no automatic deletion, user must confirm, system files are excluded, and batch operations are small with error stops.
- Supports flexible scan parameters and exclusion keywords.
Metadata
Frequently Asked Questions
What is Disk Cleanup Master?
磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Disk Cleanup Master?
Run "/install unclecheng-garbage-cleanup-master-v1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Disk Cleanup Master free?
Yes, Disk Cleanup Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Disk Cleanup Master support?
Disk Cleanup Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Disk Cleanup Master?
It is built and maintained by Unclecheng (@unclecheng-li); the current version is v1.0.0.
More Skills