File Cleaner OpenClaw Plugin & Skill | ClawHub
Looking to integrate File Cleaner into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
A specialized skill for safely cleaning up temporary files and directories. Use this when you need to remove temp files, clear caches, or delete logs to free up space or maintain hygiene. Restricted to 'temp/', 'logs/', and 'cache/' directories for safety.
Install
openclaw skills install @autogame-17/file-cleanernpx clawhub@latest install file-cleanerFull SKILL.md
Open original| name | description |
|---|---|
| file-cleaner | A specialized skill for safely cleaning up temporary files and directories. Use this when you need to remove temp files, clear caches, or delete logs to free up space or maintain hygiene. Restricted to 'temp/', 'logs/', and 'cache/' directories for safety. |
SKILL.md content below is scrollable.
File Cleaner
Safely removes files and directories. Built with strict safety checks to prevent accidental deletion of critical workspace files.
Usage
node skills/file-cleaner/index.js <path>
Examples
Clean a specific temp directory:
node skills/file-cleaner/index.js temp/my-experiment
Clean a log file:
node skills/file-cleaner/index.js logs/debug.log
Safety
- ONLY deletes paths starting with
temp/,logs/, orcache/. - Will block attempts to delete workspace root,
skills/, or other protected paths.