← Back to Skills Marketplace
builtbyecho

Trust Log

by BuiltByEcho · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ✓ Security Clean
11
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trustlog
Description
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 a...
README (SKILL.md)

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 -- \x3Ccommand> [args...]
npx @builtbyecho/trustlog summarize .trustlog/latest.json
npx @builtbyecho/trustlog verify .trustlog/latest.json
Usage Guidance
This skill appears appropriate for creating local audit receipts. Before using it, be comfortable running the external npm package, approve only commands you actually want executed, and review generated .trustlog files before sharing them publicly.
Capability Assessment
Purpose & Capability
The stated purpose—creating, summarizing, and verifying local receipts for agent work—matches the documented workflows.
Instruction Scope
The skill documents wrapping local commands, including arbitrary user-provided commands, but frames this as user-directed verification/audit work and includes safety guidance.
Install Mechanism
There is no install spec or reviewed code; the workflow relies on npx fetching/running @builtbyecho/trustlog from the npm ecosystem.
Credentials
The skill writes and reads local .trustlog receipts in the target project, which is proportionate to the purpose but may capture command outputs or change summaries.
Persistence & Privilege
The receipts are durable local files intended for later review or handoff; no elevated privileges, background persistence, or credential use are shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trustlog
  3. After installation, invoke the skill by name or use /trustlog
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Initial ClawHub publish for the BuiltByEcho Trust Log agent receipt workflow.
Metadata
Slug trustlog
Version 0.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Trust Log?

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 a... It is an AI Agent Skill for Claude Code / OpenClaw, with 11 downloads so far.

How do I install Trust Log?

Run "/install trustlog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Trust Log free?

Yes, Trust Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Trust Log support?

Trust Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Trust Log?

It is built and maintained by BuiltByEcho (@builtbyecho); the current version is v0.2.1.

💬 Comments