← 返回 Skills 市场
192
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install windows-disk-cleaner
功能描述
Safe Windows disk cleanup assistant. Scans any drive (defaults to C:), analyzes space usage across temp files, dev caches (npm/pip/conda/docker/gradle/maven)...
安全使用建议
This skill appears to do what it says: scan a Windows disk and generate PowerShell cleanup commands. Before running anything, (1) review the generated PowerShell commands line-by-line, (2) run the scan and report in a non-destructive mode first, (3) back up important data (Downloads, Desktop, project folders) before bulk deletions, (4) be especially cautious with commands that remove Docker volumes, node_modules, .m2, or run Remove-Item with Recurse/Force, and (5) do not allow the agent to autonomously execute generated cleanup commands unless you explicitly trust it and understand each command. If you need more assurance, inspect the full scripts locally (they are included) or run the scan in a limited folder first.
功能分析
Type: OpenClaw Skill
Name: windows-disk-cleaner
Version: 2.0.0
The skill bundle is a legitimate Windows disk cleanup utility designed to scan for temporary files, developer caches (npm, pip, docker, etc.), and large files. It follows a safe 'scan-first' approach where the PowerShell script (scripts/scan_disk.txt) only performs read-only analysis and the Python script (scripts/generate_report.py) generates an interactive HTML report for user review. No evidence of silent deletion, data exfiltration, or malicious persistence was found; all cleanup actions require the user to manually copy and execute generated commands from the report.
能力评估
Purpose & Capability
Name/description match the included artifacts: a PowerShell scan script and a Python report generator. Required binaries (powershell, python3) are appropriate for the stated functionality and no unrelated credentials or services are requested.
Instruction Scope
SKILL.md and scripts are scoped to scanning, classifying, and producing a report. The PowerShell script is read-only (collects sizes, paths, and builds clean_command strings) and the Python script generates an HTML page that only produces PowerShell commands for the user to copy. The documentation consistently requires user confirmation before deleting. Note: some generated clean commands (e.g., docker system prune --volumes, Remove-Item on paths like node_modules or .m2) can remove persistent data — the skill marks those as review items and warns users, but they are potentially destructive if run.
Install Mechanism
No install spec; code is instruction-only plus bundled scripts. Nothing is downloaded or executed automatically during install, which keeps risk low.
Credentials
The skill reads standard environment variables (SystemDrive, TEMP, LOCALAPPDATA, USERNAME) and checks for locally installed developer tools (npm/pip/conda/docker). It requests no secrets or unrelated environment variables.
Persistence & Privilege
always:false (no forced inclusion). The skill can be invoked autonomously by the model by default (platform default), but its design requires explicit user confirmation to perform deletions. Users should still be cautious about allowing any skill to run commands autonomously, since deletion commands are produced and could be executed if an agent is granted that capability.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-disk-cleaner - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-disk-cleaner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Renamed scan_disk.ps1 to scan_disk.txt for ClawHub file-type compatibility. Added openclaw metadata with powershell/python3 requirements and windows-only OS constraint.
v1.2.0
Fixed: added missing scan_disk.ps1 and organized file structure into scripts/ and references/ subdirectories
v1.1.0
No change to functionality or documentation.
- Version bump to 1.1.0 with no file or documentation changes detected.
v1.0.0
- Initial release.
元数据
常见问题
Windows Disk Cleaner 是什么?
Safe Windows disk cleanup assistant. Scans any drive (defaults to C:), analyzes space usage across temp files, dev caches (npm/pip/conda/docker/gradle/maven)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。
如何安装 Windows Disk Cleaner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-disk-cleaner」即可一键安装,无需额外配置。
Windows Disk Cleaner 是免费的吗?
是的,Windows Disk Cleaner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Disk Cleaner 支持哪些平台?
Windows Disk Cleaner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(windows)。
谁开发了 Windows Disk Cleaner?
由 guge0(@guge0)开发并维护,当前版本 v2.0.0。
推荐 Skills