What problem does it solve? When your disk is full, it is hard to tell what is safe to delete and what is not. This Skill performs a read-only scan of your entire disk, identifies the biggest space consumers, classifies each item into three cleanup tiers, and produces an interactive HTML report with one-click cleanup actions. ## Core Features & Use Cases - Read-only disk scanning: Python scripts scan home directories, caches, app data, downloads, and developer caches on macOS and Windows without modifying anything. - Three-tier cleanup classification: Items are sorted into green (safe auto-clean caches), yellow (needs human judgment, e.g. offline videos or chat history), and red (do not delete manually, uninstall properly instead), each with concrete disposal instructions. - Interactive HTML report with guarded deletion: A local server renders a collapsible report where green items can be moved to Trash or deleted via a token-protected, allowlist-validated API. - Use Case: Your Mac says "disk almost full". Run the scan, get a report showing that 27 GB of Xcode DerivedData and browser caches can be freed immediately, and clean them with one click in the browser. ## Quick Start Ask the agent to analyze my disk storage and show me what is taking up space and what I can safely clean.