Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
Coding
BurnThisShit
Try itForensically 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:
- Validates the session ID format (hex + hyphens only)
- Scans
~/.openclaw/agents//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= ./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_AGENTenv 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.
Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.
Write, debug, and tune Playwright specs with locator strategy, trace diagnosis, and CI-aware timeouts.
More from genortg
Browse all skillsDisciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when somet...
Unified orchestration: plugin-driven model routing, session hooks, project context automation, sidecar dashboard
Comprehensive multi-modal gateway for ComfyUI enabling audio generation with ACE-Step 1.5 and photorealistic image creation via SDXL workflows.
Complete project orchestration: model routing, coding workflow, scripts, session logging, decision tracking, price checks
Safe ComfyUI image generation. Use saved or ad-hoc server profiles, paste/upload raw workflow JSON, submit, poll, and serve downloaded outputs locally.
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...