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 this skill whenever the user asks to clean their disk, free up space, remove junk files, clear cache, empty trash, or says things like "disk full", "storage is low", "computer is slow", "clean my disk", "remove junk files", or wants to speed up their system. Works on Windows, Linux, and Mac. Always ask user whether to run automatically or with confirmation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ahqazi-dev/auto-cleaning-diskWhat This Skill Does
The auto-cleaning-disk skill is a professional-grade maintenance utility designed for OpenClaw AI agents to manage storage efficiency across Windows, Linux, and macOS platforms. It automates the tedious process of finding and removing redundant files that accumulate over time. The skill is engineered to target non-essential data such as temporary files, browser cache, recycle bin contents, and outdated system logs. By operating with high precision, the skill ensures that system performance remains optimal without ever compromising user data. It strictly adheres to a safety-first protocol, ensuring that documents, downloads, desktop items, and critical system binaries are never touched. The skill provides two distinct operational modes: 'Auto Mode,' which silently clears clutter for a seamless experience, and 'Confirm Mode,' which provides granular control by requiring user approval before cleaning specific categories.
Installation
To integrate this utility into your OpenClaw environment, use the CLI provided by the platform. Ensure your agent has appropriate permissions for file system modification. Run the following command in your terminal:
clawhub install openclaw/skills/skills/ahqazi-dev/auto-cleaning-disk
Use Cases
This skill is ideal for users experiencing 'low disk space' warnings or system sluggishness caused by excessive cached data. It acts as an automated janitor for your operating system, preventing storage bottlenecks before they impact your workflow. It is particularly useful for developers who accrue massive amounts of temporary build logs and for general users who neglect clearing their trash bins or browser caches over long periods.
Example Prompts
- "My disk is almost full, can you please clean up my computer and remove any junk files?"
- "I think my system is running slowly. Can you run the auto-cleaning-disk skill to clear my cache and temp files?"
- "Clear my browser cache and empty the trash, but please ask me before you delete anything."
Tips & Limitations
To ensure maximum safety, the skill will only target files older than 24 hours. Always ensure your system is backed up before running deep maintenance tasks. Note that while this skill is highly effective at freeing up space, it cannot shrink installed applications or partitions. If a file is currently in use by an active process, the skill is programmed to safely skip that item to prevent system errors or application crashes. Always define your preference for Auto or Confirm mode to get the best experience.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ahqazi-dev-auto-cleaning-disk": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution