← Back to Skills Marketplace
genortg

BurnThisShit

by Krzysztof · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ pending
87
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install burnthisshit
Description
Forensically obliterate an OpenClaw session and all its traces -- transcript, trajectory, bak files, deleted archives, and sessions.json entry. Uses shred fo...
README (SKILL.md)

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:

  1. Validates the session ID format (hex + hyphens only)
  2. Scans ~/.openclaw/agents/\x3Cagent>/sessions/ for files matching that ID
  3. Verifies every found file is inside the sessions directory
  4. Shreds each file with shred -n 3 -z -u (3-pass overwrite + zero-fill)
  5. Falls back to dd if=/dev/urandom + rm if shred unavailable
  6. Removes matching entries from sessions.json
  7. Cleans the session ID from usageFamilySessionIds arrays

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_AGENT env var (default: "main").
  • Do not hardcode agent names into shared/distributed code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install burnthisshit
  3. After installation, invoke the skill by name or use /burnthisshit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0.0: COMPLETE PRIVACY REWRITE. Removed all personal info from code and docs -- no agent names, no usernames, no references to 'spice' or any personal identifiers. Script uses OPENCLAW_AGENT env var (default: main). Description cleaned up to be professional and generic. SKILL.md rewritten for clarity with strict 'just do it' agent instructions.
v1.2.0
v1.2.0: FIXED CRITICAL SKILL ISSUE - SKILL.md now instructs agent to RUN THE BURN IMMEDIATELY on /burnthisshit instead of talking about it. No more asking for confirmation when user already typed the command. FAST PATH: get sessionId, run script, report result. No chatter.
v1.1.0
v1.1.0: Hardened safety. Script now: validates session ID format (hex+hyphens only, never path traversal), verifies every found file is actually inside sessions/ dir, refuses to burn 'main', refuses IDs shorter than 8 chars, refuses to overwrite sessions.json if it would become empty, uses atomic temp-file writes. Fixed display bug in final report. Updated SKILL.md with precise agent invocation flow.
v1.0.0
Initial release - burn a session and all its traces from orbit. Shreds transcript, trajectory, bak files, deleted archives, and sessions.json entry.
Metadata
Slug burnthisshit
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

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.

💬 Comments