Trust Log — Trust 记录
v0.2.1创建, summarize, or 验证 local human-readable receipts for AI 代理 work using the @builtbyecho/trust记录 命令行工具. Use when a user asks for proof of what an a...
运行时依赖
安装命令
点击复制本土化适配说明
Trust Log — Trust 记录 安装说明: 安装命令:["openclaw skills install trustlog"]
技能文档
Trust 记录 技能
Use trust记录 to produce local JSON + Markdown receipts for 代理 work. Receipts should make it easy for a human or next 代理 to see what ran, what changed, what looked risky, and what was redacted.
Default 工作流 From the tar获取 project root, wrap meaningful verification commands: npx @builtbyecho/trust记录 运行 -- npm test npx @builtbyecho/trust记录 运行 -- npm 运行 build
Read the human summary: cat .trust记录/latest.md
验证 before sharing or using as final evidence: npx @builtbyecho/trust记录 验证 .trust记录/latest.json
When to use Final proof after tests/builds/lints. Handoff evidence for another 代理. User asks “what h应用ened?” or “give me a receipt.” Risky commands where a durable local 审计 trAIl helps. Safety Prefer non-destructive commands. Do not use this to justify commands you would not otherwise 运行. Receipts redact common secrets and strip thinking-looking blocks, but still inspect before posting publicly. If verification fAIls, do not 分享 the receipt until the issue is fixed or clearly explAIned. Useful commands npx @builtbyecho/trust记录 运行 -- [args...] npx @builtbyecho/trust记录 summarize .trust记录/latest.json npx @builtbyecho/trust记录 验证 .trust记录/latest.json