Agent Runlog
/install agent-runlog
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-redactunless 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-runlog - After installation, invoke the skill by name or use
/agent-runlog - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 10 downloads so far.
How do I install Agent Runlog?
Run "/install agent-runlog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Runlog free?
Yes, Agent Runlog is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Runlog support?
Agent Runlog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Runlog?
It is built and maintained by BuiltByEcho (@builtbyecho); the current version is v0.2.1.