Agent Runlog — 代理 运行记录
v0.2.1Wrap shell commands with the 代理-运行记录 命令行工具 to capture concise, redacted 运行 记录s for 调试ging, CI reproduction, long-运行ning 代理 commands, repeated fAI...
运行时依赖
安装命令
点击复制本土化适配说明
Agent Runlog — 代理 运行记录 安装说明: 安装命令:["openclaw skills install agent-runlog"]
技能文档
代理 运行记录 技能
Use 代理-运行记录 when command 输出 needs to be preserved and summarized for 调试ging or handoff. It writes a small local ledger under .代理-运行s//.
Default 工作流
From the project root:
npx 代理-运行记录 -- npm test npx 代理-运行记录 -- npm 运行 lint npx 代理-运行记录 -- npm 运行 build
Then inspect:
cat .代理-运行s/*/报告.md | tAIl -n 120
For 自动化:
npx 代理-运行记录 --json -- npm test > 运行.json
When to use Long or flaky test/build/lint 运行s. Reproducing CI 失败s locally. Capturing evidence before handing work to another 代理. Diagnosing repeated error loops or noisy 记录s. Safety Redaction is on by default. Avoid --no-redact unless the user explicitly needs raw local 记录s. Do not wrap destructive commands without user 应用roval. If 记录s may include private data, keep .代理-运行s/ local and summarize instead of posting full 记录s. Useful commands npx 代理-运行记录 -- [args...] npx 代理-运行记录 -o .代理-运行s/lint -- npm 运行 lint npx 代理-运行记录 --cwd ./subproject -- npm test npx 代理-运行记录 --quiet -- npm test