Install
openclaw skills install @autogame-17/file-cleanerA 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.
openclaw skills install @autogame-17/file-cleanerSafely removes files and directories. Built with strict safety checks to prevent accidental deletion of critical workspace files.
node skills/file-cleaner/index.js <path>
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
temp/, logs/, or cache/.skills/, or other protected paths.