trustlog

Create, 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "trustlog" with this command: npx skills add builtbyecho/trustlog

Trust Log Skill

Use 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.

Default workflow

  1. From the target project root, wrap meaningful verification commands:
npx @builtbyecho/trustlog run -- npm test
npx @builtbyecho/trustlog run -- npm run build
  1. Read the human summary:
cat .trustlog/latest.md
  1. Verify before sharing or using as final evidence:
npx @builtbyecho/trustlog verify .trustlog/latest.json

When to use

  • Final proof after tests/builds/lints.
  • Handoff evidence for another agent.
  • User asks “what happened?” or “give me a receipt.”
  • Risky commands where a durable local audit trail helps.

Safety

  • Prefer non-destructive commands.
  • Do not use this to justify commands you would not otherwise run.
  • Receipts redact common secrets and strip thinking-looking blocks, but still inspect before posting publicly.
  • If verification fails, do not share the receipt until the issue is fixed or clearly explained.

Useful commands

npx @builtbyecho/trustlog run -- <command> [args...]
npx @builtbyecho/trustlog summarize .trustlog/latest.json
npx @builtbyecho/trustlog verify .trustlog/latest.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Agent Work Receipts

Provides a safe, auditable AI coding workflow with repo briefs, logged commands, trustable receipts, and CI dry-run planning for transparent handoffs and rev...

Registry SourceRecently Updated
00Profile unavailable
Coding

Agent Runlog

Wrap shell commands with the agent-runlog CLI to capture concise, redacted run logs for debugging, CI reproduction, long-running agent commands, repeated fai...

Registry SourceRecently Updated
00Profile unavailable
Research

Repo Agent Brief

Generate concise, safety-aware repository orientation briefs with repo-agent-brief/agent-brief before coding-agent work, reviews, handoffs, PR analysis, unfa...

Registry SourceRecently Updated
00Profile unavailable
Coding

Sharedintellect Quorum

Multi-agent validation framework — 6 independent AI critics evaluate artifacts against rubrics with evidence-grounded findings.

Registry SourceRecently Updated
7980Profile unavailable