Install
openclaw skills install trustlogCreate, summarize, or verify local human-readable receipts for AI agent work using the @builtbyecho/trustlog CLI. Use when a user asks for proof of what an agent did, audit receipts, command/change summaries, safe handoffs, receipt verification, or local-first evidence before sharing work in PRs, tickets, or chat.
openclaw skills install trustlogUse trustlog to produce local JSON + Markdown receipts for agent work. Receipts should make it easy for a human or next agent to see what ran, what changed, what looked risky, and what was redacted.
npx @builtbyecho/trustlog run -- npm test
npx @builtbyecho/trustlog run -- npm run build
cat .trustlog/latest.md
npx @builtbyecho/trustlog verify .trustlog/latest.json
npx @builtbyecho/trustlog run -- <command> [args...]
npx @builtbyecho/trustlog summarize .trustlog/latest.json
npx @builtbyecho/trustlog verify .trustlog/latest.json