/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install burnthisshit - 安装完成后,直接呼叫该 Skill 的名称或使用
/burnthisshit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
BurnThisShit 是什么?
Forensically obliterate an OpenClaw session and all its traces -- transcript, trajectory, bak files, deleted archives, and sessions.json entry. Uses shred fo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 BurnThisShit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install burnthisshit」即可一键安装,无需额外配置。
BurnThisShit 是免费的吗?
是的,BurnThisShit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BurnThisShit 支持哪些平台?
BurnThisShit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BurnThisShit?
由 Krzysztof(@genortg)开发并维护,当前版本 v2.0.0。