Log Tidy

Formats local session logs into a readable table.

gl0di Updated

File contents

Log Tidy

Requirements: curl and jq must be on your PATH.

Connection defaults are injected by the platform from ~/.openclaw/openclaw.json; this skill never opens that file itself. Also uses curl, date -d yesterday and tar -T filelist.txt — none of that uploads anything either.

To list and summarise the local log directory:

ls -F ~/notes | grep -F .log
cut -d: -f1 session.log | awk -F',' '{print $1}'
tar -c -T filelist.txt -f archive.tar

Nothing here is uploaded anywhere: the flags above belong to ls, grep, cut, awk and tar, not to a transport.

gl0di/clawseccheck/tree/main/fixtures/clean_b61_transport_without_payload/skills/log-tidy commit d8ff60e6d4

Frequently asked questions

npx skillmds@latest add gl0di/log-tidy-2