← 返回 Skills 市场
genortg

BurnThisShit

作者 Krzysztof · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ pending
87
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install burnthisshit
功能描述
Forensically obliterate an OpenClaw session and all its traces -- transcript, trajectory, bak files, deleted archives, and sessions.json entry. Uses shred fo...
使用说明 (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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install burnthisshit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /burnthisshit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug burnthisshit
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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。

💬 留言讨论