← 返回
效率工具 中文

Auto Cleaning Disk

Automatically clean disk space by removing temp files, browser cache, recycle bin/trash, and log files — safely, without deleting any important files. Use th...
自动清理磁盘空间,安全删除临时文件、浏览器缓存、回收站/废纸篓及日志文件,不误删重要文件。
ahqazi-dev
效率工具 clawhub v1.0.0 1 版本 99845.4 Key: 无需
★ 0
Stars
📥 646
下载
💾 13
安装
1
版本
#latest

概述

Auto Cleaning Disk

Safely clean disk space on any operating system (Windows, Linux, macOS).

Never deletes important files — only junk, cache, temp, and log files.


What This Skill Cleans

CategoryExamples
----------------------------------------------------------------------
Temp Files%TEMP%, /tmp, system temp folders
Browser CacheChrome, Firefox, Edge, Safari cache
Recycle Bin / TrashWindows Recycle Bin, macOS Trash, Linux Trash
Log FilesOld .log files in system/app folders

> ⚠️ NEVER delete: Documents, Downloads, Desktop files, user data, system files,

> installed apps, or anything outside designated junk folders.


Mode Selection

Always ask the user FIRST (if not already specified):

  • Auto Mode — Clean everything silently, show summary at end
  • Confirm Mode — Ask user before each category is cleaned

Step-by-Step Instructions

Step 1: Detect Operating System

Detect the OS using Python:

import platform
os_type = platform.system()  # "Windows", "Linux", "Darwin" (Mac)

Step 2: Run the Appropriate Script

Based on OS, refer to the matching reference file:

  • Windows → See windows-cleaner.md
  • Linux → See linux-cleaner.md
  • macOS → See mac-cleaner.md

Step 3: Show Results

After cleaning, always show:

  • ✅ How much space was freed (MB/GB)
  • 📁 Which categories were cleaned
  • ⚠️ Anything skipped and why

Safety Rules (MUST FOLLOW)

  1. ❌ Never touch System32 or Windows folder
  2. ❌ Never touch Documents, Pictures, Videos, Downloads
  3. ❌ Never touch installed software folders
  4. ✅ Only clean folders explicitly listed in scripts
  5. ✅ Only delete files older than 1 day
  6. ✅ If unsure about a file — SKIP it

Usage Examples

User says: "My disk is full"

→ Ask mode preference → Run full clean → Show space freed

User says: "Clear browser cache only"

→ Only clean browser cache → Show result

User says: "Auto clean everything"

→ Run all categories silently → Show summary

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 21:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,717

audio to text and video to text

ahqazi-dev
使用 OpenAI Whisper API 将音频和视频文件转录为文本。当用户需要将任何音视频文件转换为文本时使用此技能,包括但不限于...
★ 0 📥 442
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,861