← Back to Skills Marketplace
磁盘垃圾清理大师
by
Unclecheng
· GitHub ↗
· v1.0.0
· MIT-0
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unclecheng-garbage-cleanup-master-cn
Description
磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师
Usage Guidance
This skill appears to implement a reasonable disk-cleaner workflow, but review these before installing or running:
- OS expectation: The SKILL.md and scripts are Windows-focused (C:\ paths, Desktop output). The package metadata does not enforce an OS restriction — avoid running it on non-Windows systems because the deletion routine will directly remove files on non-Windows instead of moving them to a recycle/trash area.
- Python path: Examples use C:\Python314\python.exe. Verify a suitable Python interpreter is available and update the command if needed.
- Review the generated '垃圾桶.md' carefully before confirming deletion: the deletion script will parse any Windows-style paths found in that markdown and remove them. Ensure lines you want to keep are removed from the file (per the workflow).
- Dry-run and backups: Use --dry-run first and save a backup copy of the markdown and any important data before confirming. Prefer moving to Recycle Bin where possible rather than direct deletion; avoid using --no-recycle unless you explicitly want irreversible deletes.
- Least-privilege: Run the skill under a user account with only the necessary filesystem access; do not run with elevated/system privileges unless you intentionally need to clean system-wide directories.
If you want to proceed, test on a small, non-critical folder first to confirm behavior and ensure the script and SKILL.md assumptions (Windows paths/desktop location) match your environment.
Capability Analysis
Type: OpenClaw Skill
Name: unclecheng-garbage-cleanup-master-cn
Version: 1.0.0
The skill bundle provides a disk cleanup utility with a structured workflow involving scanning, user review via a generated markdown file, and final deletion. The scripts (scan_disk.py and delete_trash.py) include safety features such as excluding critical system directories (e.g., C:\Windows), limiting scan depth, and using the Windows Recycle Bin API (SHFileOperationW) for deletions by default. No evidence of data exfiltration, unauthorized remote execution, or malicious prompt injection was found; the tool operates transparently and requires explicit user confirmation before any destructive actions.
Capability Assessment
Purpose & Capability
Name/description (disk junk cleaner) align with included files: a scanner (scan_disk.py) and a deletion script (delete_trash.py). The scripts implement scanning for old/large/junk files and deleting paths listed in a generated markdown, which matches the declared purpose.
Instruction Scope
SKILL.md instructs scanning user directories and writing a detailed '垃圾桶.md' on the Desktop and then deleting paths from that file. That is appropriate for a cleanup skill, but the instructions and examples are Windows-centric (explicit C:\ paths, Desktop location, and Windows-specific system-file exclusions) while the skill metadata includes no OS restriction. Also, the SKILL.md example calls a hard-coded interpreter path (C:\Python314\python.exe) which may not exist. Importantly, the scripts behave differently on non-Windows platforms: on non-Windows the deletion routine performs direct deletes (no recycle), so running this skill on a non-Windows system could lead to irreversible deletions despite the SKILL.md emphasizing recycle-first behavior.
Install Mechanism
Instruction-only install (no installation spec). Two Python scripts are included in the bundle; nothing is downloaded or written during install. This is the lowest-risk install model.
Credentials
No environment variables, credentials, or external endpoints are requested. The scripts operate on local filesystem only, which is consistent with the stated purpose.
Persistence & Privilege
Skill is not always-included and does not request special privileges or modify other skills. It can be invoked autonomously by the agent (default platform behavior) but does not request permanent presence or elevated platform-level privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unclecheng-garbage-cleanup-master-cn - After installation, invoke the skill by name or use
/unclecheng-garbage-cleanup-master-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.0.0
- Initial release of 垃圾清理大师 (Unclecheng Garbage Cleanup Master).
- Scans disk for old files, large files, and junk files, then generates an audit checklist (垃圾桶.md) for user review before cleanup.
- Follows a strict 3-phase workflow: Scan → Generate 清单 → User confirmation and cleanup.
- Emphasizes safety: no deletion without user confirmation, uses recycle bin by default, and excludes critical system files/directories.
- Provides customizable scan parameters and intelligent grouping in generated reports.
Metadata
Frequently Asked Questions
What is 磁盘垃圾清理大师?
磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师. It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install 磁盘垃圾清理大师?
Run "/install unclecheng-garbage-cleanup-master-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 磁盘垃圾清理大师 free?
Yes, 磁盘垃圾清理大师 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 磁盘垃圾清理大师 support?
磁盘垃圾清理大师 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 磁盘垃圾清理大师?
It is built and maintained by Unclecheng (@unclecheng-li); the current version is v1.0.0.
More Skills