Agent Work Receipts
/install agent-work-receipts
Agent Work Receipts Skill
Use this meta-workflow when a coding task needs reliable orientation, command evidence, and human-readable proof.
Recommended flow
1. Preflight the repo
npx repo-agent-brief . > AGENT_BRIEF.md
sed -n '1,220p' AGENT_BRIEF.md
For branch handoffs:
npx repo-agent-brief . --diff origin/main > AGENT_HANDOFF.md
2. Run important commands with logs
npx agent-runlog -- npm test
npx agent-runlog -- npm run lint
npx agent-runlog -- npm run build
Use runlogs for noisy debugging and CI reproduction.
3. Produce final receipts
npx @builtbyecho/trustlog run -- npm test
npx @builtbyecho/trustlog verify .trustlog/latest.json
Use Trust Log as concise final evidence for the user, PR, issue, or next agent.
4. If CI is missing, preview before modifying
npx @builtbyecho/add-ci . --tier 2 --dry-run
Only rerun without --dry-run after the user/project owner agrees with the plan.
Decision guide
- Need orientation?
repo-agent-brief. - Need full command logs?
agent-runlog. - Need final proof/receipt?
trustlog. - Need CI scaffold planning?
add-ci --dry-run.
Safety rules
- Check git identity before commits/pushes.
- Do not run destructive commands without explicit approval.
- Keep
.agent-runs/,.trustlog/,AGENT_BRIEF.md, andAGENT_HANDOFF.mdlocal unless the user wants them committed or shared. - Inspect generated artifacts before public posting; redaction helps but is not a guarantee.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-work-receipts - After installation, invoke the skill by name or use
/agent-work-receipts - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 11 downloads so far.
How do I install Agent Work Receipts?
Run "/install agent-work-receipts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Work Receipts free?
Yes, Agent Work Receipts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Work Receipts support?
Agent Work Receipts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Work Receipts?
It is built and maintained by BuiltByEcho (@builtbyecho); the current version is v0.1.0.