← 返回 Skills 市场
unclecheng-li

磁盘垃圾清理大师

作者 Unclecheng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unclecheng-garbage-cleanup-master-cn
功能描述
磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unclecheng-garbage-cleanup-master-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unclecheng-garbage-cleanup-master-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug unclecheng-garbage-cleanup-master-cn
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

磁盘垃圾清理大师 是什么?

磁盘垃圾清理助手。自动扫描磁盘找到老文件、大文件、垃圾文件,生成垃圾桶.md让用户审核确认后再清理。触发词:清理垃圾、清理磁盘、清理硬盘、扫描垃圾、垃圾文件、老文件、大文件、磁盘清理、空间不足、清理缓存、垃圾清理大师. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。

如何安装 磁盘垃圾清理大师?

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

磁盘垃圾清理大师 是免费的吗?

是的,磁盘垃圾清理大师 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

磁盘垃圾清理大师 支持哪些平台?

磁盘垃圾清理大师 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 磁盘垃圾清理大师?

由 Unclecheng(@unclecheng-li)开发并维护,当前版本 v1.0.0。

💬 留言讨论