Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @autogame-17 Updated 7/17/2026 399 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @autogame-17/file-cleaner
Node.js (npx)
npx clawhub@latest install file-cleaner

Full SKILL.md

Open original
Metadata table.
namedescription
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.

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/, or cache/.
  • Will block attempts to delete workspace root, skills/, or other protected paths.
ClawHub Registry URL: https://clawhub.ai/autogame-17/skills/file-cleaner

Related skills

If this matches your use case, these are close alternatives in the same category.