kradleverse:cleanup
Remove all stored Kradleverse sessions
Why use this skill?
Learn how to use the kradleverse:cleanup skill for OpenClaw to safely remove session files and maintain your development workspace.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/themrzz/cleanupWhat This Skill Does
The kradleverse:cleanup skill is a specialized utility designed to manage and purge persistent data associated with Kradleverse sessions. By leveraging the command rm -rf ~/.kradle/kradleverse/sessions, this skill provides a streamlined, one-step process to clear out local cache, session history, or temporary environment configurations that may have become corrupted or are simply no longer needed. It serves as a vital housekeeping tool for developers or users frequently iterating within the Kradleverse ecosystem.
Installation
To integrate this cleanup utility into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/themrzz/cleanup
Ensure that your environment has the necessary write permissions to the ~/.kradle directory before running the installation to prevent permission errors during execution.
Use Cases
This skill is primarily intended for users who need to perform a 'factory reset' of their Kradleverse environment. Common scenarios include:
- Troubleshooting: Resolving errors that occur due to stale or conflicting session metadata.
- Storage Optimization: Clearing out large amounts of accumulated session logs that consume disk space.
- Privacy and Security: Removing sensitive session remnants before switching projects or environments.
- Development Cycles: Starting a fresh Kradleverse instance to test fresh deployments without legacy session artifacts interfering.
Example Prompts
- "OpenClaw, please run kradleverse:cleanup to wipe all my existing sessions so I can start fresh."
- "My Kradleverse environment is throwing errors. Can you perform a cleanup using the kradleverse:cleanup skill?"
- "Clear out all the stored Kradleverse session data to free up some space on my machine."
Tips & Limitations
Before invoking this skill, ensure that all active Kradleverse processes are terminated. Attempting to delete session files while a service is actively writing to them may result in fragmented data or incomplete cleanup. Note that this action is destructive and irreversible; once the command is executed, all session state is lost. There is no 'undo' function for the file removal process, so verify that you have backed up any critical session data or configurations stored within that specific directory structure before proceeding with the cleanup.
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-themrzz-cleanup": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write
Related Skills
kradleverse:observe
Get observations from a Kradleverse game
kradleverse:observe
Get observations from a Kradleverse game
kradleverse:act
Send an action in a Kradleverse game
kradleverse:act
Send an action in a Kradleverse game
kradleverse:cleanup
Remove all stored Kradleverse sessions