← 返回
未分类 中文

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...
使用 agent-runlog CLI 包装 shell 命令,捕获简洁、删节的运行日志,便于调试、CI 再现、长时间运行的代理命令以及重复失败的排查。
builtbyecho
未分类 clawhub v0.4.3 3 版本 100000 Key: 无需
★ 0
Stars
📥 524
下载
💾 1
安装
3
版本
#agent-tools#builtbyecho#latest#runlogs

概述

Agent Runlog Skill

Use agent-runlog when command output needs to be preserved and summarized for debugging or handoff. It writes a small local ledger under .agent-runs//.

Default workflow

From the project root:

npx @builtbyecho/agent-runlog -- npm test
npx @builtbyecho/agent-runlog -- npm run lint
npx @builtbyecho/agent-runlog -- npm run build

Then inspect:

cat .agent-runs/*/report.md | tail -n 120

For automation:

npx @builtbyecho/agent-runlog --json -- npm test > run.json

When to use

  • Long or flaky test/build/lint runs.
  • Reproducing CI failures locally.
  • Capturing evidence before handing work to another agent.
  • Diagnosing repeated error loops or noisy logs.

Safety

  • Redaction is on by default. Avoid --no-redact unless the user explicitly needs raw local logs.
  • Do not wrap destructive commands without user approval.
  • If logs may include private data, keep .agent-runs/ local and summarize instead of posting full logs.

Useful commands

npx @builtbyecho/agent-runlog -- <command> [args...]
npx @builtbyecho/agent-runlog -o .agent-runs/lint -- npm run lint
npx @builtbyecho/agent-runlog --cwd ./subproject -- npm test
npx @builtbyecho/agent-runlog --quiet -- npm test

版本历史

共 3 个版本

  • v0.4.3 当前
    2026-05-29 13:27
  • v0.2.3
    2026-05-21 13:23 安全 安全
  • v0.2.1
    2026-05-12 05:39 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

builtbyecho-research

builtbyecho
当用户要求代理进行网络研究、来源发现、引用报告、页面提取、爬取或浏览器渲染研究时使用
★ 0 📥 446

trustlog

builtbyecho
使用 @builtbyecho/trustlog CLI 为 AI 代理的工作创建、摘要或校验本地人类可读的收据。当用户要求提供代理工作证明时使用。
★ 0 📥 457

agent-work-receipts

builtbyecho
提供安全可审计的AI编码工作流,包含仓库概要、命令记录、可信凭证和CI试运行规划,实现透明的交接与审查流程。
★ 0 📥 429