session-cleaner

Review·Scanned 2/18/2026

Converts OpenClaw session JSONL files into clean markdown. Contains shell automation that runs node session-cleaner.mjs and an explicit ssh user@<your-host> usage, and reads/writes session directories like path.join(process.env.HOME, '.openclaw/agents/main/sessions').

from clawhub.ai·v40cd564·12.2 KB·0 installs
Scanned from 1.0.0 at 40cd564 · Transparency log ↗
$ vett add clawhub.ai/henrino3/session-cleanerReview findings below

session-cleaner

Converts OpenClaw session JSONL files into clean, readable markdown transcripts. Strips tool calls and noise, keeps the conversation.

Structure

session-cleaner/
├── README.md
├── session-cleaner-scotty-remote.sh
├── session-cleaner-spock.sh
├── session-cleaner.mjs

Requirements

  • OpenClaw or compatible AI agent framework
  • Node.js 18+ (for JavaScript-based scripts)

License

MIT