Coding

BurnThisShit

Try it

Forensically obliterate an OpenClaw session and all its traces -- transcript, trajectory, bak files, deleted archives, and sessions.json entry. Uses shred fo...

What it does

Remove all forensic traces of an OpenClaw session from disk.

The skill document

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//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= ./skills/burnthisshit/scripts/burn.sh  --force

# Burn a specific session
OPENCLAW_AGENT= ./skills/burnthisshit/scripts/burn.sh  [--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.

Related skills

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván1 installs

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván1 installs

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants

Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.

by byungkyu800 installs42 stars

More from genortg

Browse all skills

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when somet...

by Krzysztof18 installs

Unified orchestration: plugin-driven model routing, session hooks, project context automation, sidecar dashboard

by genortg7 installs

Comprehensive multi-modal gateway for ComfyUI enabling audio generation with ACE-Step 1.5 and photorealistic image creation via SDXL workflows.

by genortg14 installs

Complete project orchestration: model routing, coding workflow, scripts, session logging, decision tracking, price checks

by genortg6 installs

Safe ComfyUI image generation. Use saved or ad-hoc server profiles, paste/upload raw workflow JSON, submit, poll, and serve downloaded outputs locally.

by genortg21 installs1 stars

Full design grilling session. I interview you relentlessly about every aspect of your plan until we reach shared understanding. At the end, I generate CONTEX...

by genortg11 installs