用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shenli/devtool-ax-kit --skill ax-run-capture命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | ax-run-capture |
| description | Capture agent runs with checkpoints, effect receipts, and redacted trajectories. |
Use the local agent_run package to capture the command, starting and ending
workspace snapshots, trajectory events, and checkpoints. Record external writes
only with an authoritative receipt and stable effect identity. Redact secrets
before persistence and scan the resulting evidence.
When a write has an uncertain outcome, do not repeat it blindly: pin the prior receipt and replay it as a non-executing lookup. Block unrecorded writes during replay. Keep credentials out of prompts, source files, snapshots, and reports.
For external services, capture provisioning, credential delivery, execution,
verification, and cleanup as separate lifecycle receipts. If a resource cannot
be retrieved, record resource_unavailable and stop that trial.