/install burnthisshit
BurnThisShit
Remove all forensic traces of an OpenClaw session from disk.
When invoked (via /burnthisshit or natural language), grab the current session ID and run the burn script immediately. Do not ask redundant questions. Do not explain what you are about to do. Just do it and report the result.
How the script works
The burn script is a standalone bash script at scripts/burn.sh. It:
- Validates the session ID format (hex + hyphens only)
- Scans
~/.openclaw/agents/\x3Cagent>/sessions/for files matching that ID - Verifies every found file is inside the sessions directory
- Shreds each file with
shred -n 3 -z -u(3-pass overwrite + zero-fill) - Falls back to
dd if=/dev/urandom+rmif shred unavailable - Removes matching entries from
sessions.json - Cleans the session ID from
usageFamilySessionIdsarrays
Safety
- Only touches files inside
~/.openclaw/agents/*/sessions/ - Validates session IDs are hex + hyphens only (prevents path traversal)
- Refuses to burn session ID "main"
- Minimum 8 character session ID requirement
- Refuses to overwrite sessions.json if it would become empty
- Requires explicit confirmation unless --force is passed
Usage
# Burn the current session
# Agent: get sessionId from session_status, then:
OPENCLAW_AGENT=\x3Cagent> ./skills/burnthisshit/scripts/burn.sh \x3CsessionId> --force
# Burn a specific session
OPENCLAW_AGENT=\x3Cagent> ./skills/burnthisshit/scripts/burn.sh \x3CsessionId> [--force]
Notes for contributors
- No agent names, usernames, or personal identifiers in code.
- The script uses
$OPENCLAW_AGENTenv var (default: "main"). - Do not hardcode agent names into shared/distributed code.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install burnthisshit - After installation, invoke the skill by name or use
/burnthisshit - Provide required inputs per the skill's parameter spec and get structured output
What is BurnThisShit?
Forensically obliterate an OpenClaw session and all its traces -- transcript, trajectory, bak files, deleted archives, and sessions.json entry. Uses shred fo... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install BurnThisShit?
Run "/install burnthisshit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BurnThisShit free?
Yes, BurnThisShit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does BurnThisShit support?
BurnThisShit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BurnThisShit?
It is built and maintained by Krzysztof (@genortg); the current version is v2.0.0.