Workspace Cleaner
Skill by autogame-17
Why use this skill?
Keep your environment organized with the Workspace Cleaner skill. Automatically purge temporary files and logs to reclaim disk space and optimize your OpenClaw workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/workspace-cleanerWhat This Skill Does
The Workspace Cleaner skill, developed by autogame-17, is a specialized maintenance agent designed to keep your local development or operational environment pristine. As projects grow, temporary directories, cached logs, and legacy artifacts inevitably accumulate, consuming precious disk space and potentially causing conflicts during builds or deployments. This utility automates the tedious process of garbage collection, identifying and purging redundant files based on configurable parameters. By integrating this into your OpenClaw workflow, you ensure that your system resources remain focused on task execution rather than storage management.
Installation
To integrate the Workspace Cleaner into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/workspace-cleaner
Once installed, the skill resides within your agent's capability set and can be invoked through standard natural language commands or automated triggers.
Use Cases
This skill is indispensable for developers who frequently run compilation tasks or generate large log datasets. It is particularly useful for:
- Automated CI/CD cleanup: Clearing build artifacts after successful deployment.
- Local environment refresh: Resetting temporary file states before starting a new coding session.
- System optimization: Removing obsolete log files that accumulate over extended periods of time, helping to prevent storage-related system slowdowns.
Example Prompts
- "Workspace Cleaner, please identify and remove any log files older than 30 days in the current project directory."
- "I'm running low on disk space; could you use the Workspace Cleaner to clear out temporary files in my project folders?"
- "Start a full cleanup of the workspace to remove all stale temporary artifacts and cache directories."
Tips & Limitations
To maximize the utility of this skill, consider configuring the exclusion list to prevent the accidental deletion of critical configuration files. Because this skill performs active file deletion, it is highly recommended to run it with read-only simulation flags first if your environment contains unique file structures. Please note that this skill is strictly for local workspace management; it does not perform cloud storage cleanup or remote server file management. Always verify that your current active branch or project state is saved before triggering a full cleanup command.
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-autogame-17-workspace-cleaner": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17