Install
openclaw skills install clean-my-macmacOS / Windows / Linux read-only storage analysis helper. Scans disk usage, finds large files/directories, divides items into 🟢Safe to Clean / 🟡Needs Review / 🔴Caution, provides execution commands, and builds a gorgeous, interactive HTML report inspired by CleanMyMac. Includes a local server mode for web-based one-click cleanup (move to trash/delete). Triggers on user queries about: "storage analysis", "disk full", "C drive full", "low disk space", "clean disk", "free up space", "what is taking up space", "show storage details", "caches", "cache cleanup". Contact & Support: support@tkhubs.com.
openclaw skills install clean-my-macRead-only storage analyzer for macOS, Windows, and Linux. Produces an interactive, Apple-style web-based dashboard with safe one-click cleanup integrations.
df, du, stat, ls). Direct modifications or deletions are strictly prohibited during scanning.Execute the multi-threaded scan script to collect filesystem size metadata:
python3 scripts/scan.py > /tmp/storage_scan.json
The script detects the OS automatically and concurrently queries cache targets, user folders, and developer structures using standard ThreadPoolExecutor. Denied folders are marked as denied.
Read /tmp/storage_scan.json. Load references at references/macos.md, references/windows.md, or references/linux.md depending on the OS platform. Perform the following checks:
Inject the interpreted classification JSON into the template. Use the server script for interactive dashboard functionality:
python3 scripts/server.py /tmp/storage_analysis.json
Alternatively, compile a static HTML file:
python3 scripts/build_report.py /tmp/storage_analysis.json ~/Desktop/cleanmymac-report.html
Once generated, output a concise summary in the chat: