ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/themrzz/cleanup
Or

What 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:

  1. Troubleshooting: Resolving errors that occur due to stale or conflicting session metadata.
  2. Storage Optimization: Clearing out large amounts of accumulated session logs that consume disk space.
  3. Privacy and Security: Removing sensitive session remnants before switching projects or environments.
  4. Development Cycles: Starting a fresh Kradleverse instance to test fresh deployments without legacy session artifacts interfering.

Example Prompts

  1. "OpenClaw, please run kradleverse:cleanup to wipe all my existing sessions so I can start fresh."
  2. "My Kradleverse environment is throwing errors. Can you perform a cleanup using the kradleverse:cleanup skill?"
  3. "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

Author@themrzz
Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-themrzz-cleanup": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#kradleverse#cleanup#system-maintenance#storage#utility
Safety Score: 3/5

Flags: file-write