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.