AI Agent Hub
Back to skills
Windows C Drive Cleaner icon

Windows C Drive Cleaner

IT Ops & Security Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @org-08witdmq/aipc-butler-pro according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Windows C drive capacity is often consumed by caches, logs, WeChat/QQ/browser data, and large application folders. Manually hunting for removable files risks deleting needed data, while deleting system directories can break installed apps. This skill targets an ops workflow: inspect removable items first, then free space safely.

How It Works

The skill runs scanning, analysis, and report generation locally, without reading or uploading user files. It produces a tiered report and a local interactive service. A typical flow is: run run.py to scan, classify, and generate an HTML report; show the report in the sidebar; let the user trigger unlock, one-click cleanup, or migration; then execute actions such as clean_green or migrate_items after explicit confirmation.

Cleanup is constrained by safety tiers. Green-zone items are mainly auto-rebuildable caches, so removal risk is lower. Red-zone items include system core components and installed application bodies; they are not displayed in the report and are not placed in the deletion whitelist. Migration moves large folders such as WeChat, QQ, or games to another drive and keeps the app usable through a directory junction.

Boundaries

The skill targets Windows 10/11 and requires Python 3.10+; administrator privileges improve access to system caches. Cleanup and migration are high-impact operations, so items must be listed and explicitly confirmed by the user. If cleanup or migration returns a permission limit before authorization, treat it as normal gating, not a failure.

Use Cases

  • A Windows 11 laptop has less than 5 GB free and needs cache scanning plus a cleanup report.
  • WeChat/QQ folders on an office PC are too large and should move to the D drive while staying usable.
  • IT ops must confirm auto-rebuildable green-zone caches before running one-click cleanup.
  • A user asks which files are removable, so produce a tiered report and guide confirmed green-zone actions.

Best For

  • IT ops engineers maintaining internal Windows endpoints who need local C-drive cache triage and cleanup confirmation.
  • Desktop support engineers handling slow PCs and disk alerts who need to locate WeChat/QQ/browser usage quickly.
  • Ops security owners managing office PC capacity policies who need green-zone/red-zone constraints for cleanup and migration.
  • Engineers operating Windows through local LLM assistants who want cleanup reports without uploading files.