← 返回 Skills 市场
builtbyecho

Agent Runlog

作者 BuiltByEcho · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ✓ 安全检测通过
10
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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/\x3Ctimestamp>/.

Default workflow

From the project root:

npx agent-runlog -- npm test
npx agent-runlog -- npm run lint
npx agent-runlog -- npm run build

Then inspect:

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

For automation:

npx 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 agent-runlog -- \x3Ccommand> [args...]
npx agent-runlog -o .agent-runs/lint -- npm run lint
npx agent-runlog --cwd ./subproject -- npm test
npx agent-runlog --quiet -- npm test
安全使用建议
Before installing or using this skill, verify that the `agent-runlog` npm package is trustworthy, consider pinning a version, keep `.agent-runs/` out of commits and shared channels, and only disable redaction or wrap destructive commands with explicit approval.
能力评估
Purpose & Capability
The stated purpose is coherent: wrap test, lint, build, and similar shell commands to preserve concise logs for debugging and handoff. This inherently gives the wrapper the ability to run whatever command the user chooses.
Instruction Scope
The instructions are scoped to debugging and CI-style command capture, and they explicitly warn not to wrap destructive commands without user approval.
Install Mechanism
There is no install spec or reviewed code in the artifact set, while the workflow relies on an unpinned `npx agent-runlog` package invocation. This is purpose-aligned but should be verified by the user.
Credentials
The skill writes local run logs under `.agent-runs/`, which is proportionate to the logging purpose but may capture private stdout, stderr, or git state.
Persistence & Privilege
The only persistence described is a local `.agent-runs/<timestamp>/` ledger. No credentials, background service, elevated privileges, or account access are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-runlog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-runlog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
Initial ClawHub publish for the BuiltByEcho command run logging workflow.
元数据
Slug agent-runlog
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10 次。

如何安装 Agent Runlog?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-runlog」即可一键安装,无需额外配置。

Agent Runlog 是免费的吗?

是的,Agent Runlog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Runlog 支持哪些平台?

Agent Runlog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Runlog?

由 BuiltByEcho(@builtbyecho)开发并维护,当前版本 v0.2.1。

💬 留言讨论