为 OpenClaw 代理创建的 GitHub PR 或议题自动添加脱敏执行记录。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "agent-transcript" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/agent-transcript/SKILL.md 2. 保存为 ~/.claude/skills/agent-transcript/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在 OpenClaw 代理创建的 GitHub PR 描述中追加一个“Agent Transcript”章节,并对密钥、令牌和敏感路径做脱敏处理。
PR 描述中新增脱敏后的代理执行记录章节,便于审查与追踪。
当 OpenClaw 自动创建 GitHub Issue 时,在正文加入代理操作记录,并隐藏凭证、邮箱与内部链接等敏感信息。
Issue 正文包含清晰的脱敏操作记录,方便团队了解代理处理过程。
为所有 OpenClaw 生成的 PR 和 Issue 统一插入脱敏 transcript 区块,保留关键步骤、删除敏感内容,并保持格式一致。
所有相关工单与 PR 都带有统一格式的脱敏审计记录。
Best-effort local-only provenance for OpenClaw PR/issue bodies. Use during agent-created GitHub PR or issue workflows before creating/updating the body.
## Agent Transcript section only when inserting a real transcript. Never add a placeholder transcript heading or text such as "A sanitized local transcript preview was generated but not included."<details> section and update existing markers instead of duplicating sections..agents/skills/agent-transcript/scripts/agent-transcript --help
Find a likely local session:
.agents/skills/agent-transcript/scripts/agent-transcript find \
--query "$PR_TITLE $BRANCH_OR_PR_URL" \
--cwd "$PWD" \
--since-days 14
find scans the newest 400 matching local JSONL logs by default across Codex, Claude, Pi, and OpenClaw agent sessions. Use --max-files N for a wider local search.
Render a PR/issue body section:
.agents/skills/agent-transcript/scripts/agent-transcript render \
--session "$SESSION_JSONL" \
--out /tmp/agent-transcript.md
Preview one candidate session locally:
.agents/skills/agent-transcript/scripts/agent-transcript preview \
--session "$SESSION_JSONL" \
--out /tmp/agent-transcript-preview.html
open /tmp/agent-transcript-preview.html
Append/update a body file before gh pr create --body-file or connector PR creation:
.agents/skills/agent-transcript/scripts/agent-transcript append-body \
--body /tmp/pr-body.md \
--session "$SESSION_JSONL" \
--out /tmp/pr-body.with-transcript.md
find with title, branch, PR URL/number if known, and cwd.Include a redacted agent transcript? It helps reviewers and can make the PR easier to prioritize. I can open a local preview first.preview, open the HTML with open, and wait for confirmation.append-body.For manual audits across many PR/session candidates, create a local HTML preview from a local JSON file. This is for maintainers only and is not part of the PR/issue workflow:
.agents/skills/agent-transcript/scripts/agent-transcript html \
--prs /tmp/recent-prs.json \
--out /tmp/agent-transcript-preview.html
帮助定位 OpenClaw 测试中的内存增长、堆泄漏与 OOM 根因
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
用于分析并优化 OpenClaw 测试与插件套件的性能瓶颈、内存占用和覆盖率耗时。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
快速搭建一次性原型,验证方案可行性并给出对比结论。
帮助维护者分诊、清理并解决 GitHub 中的 OpenClaw 密钥泄露告警。
将脱敏后的智能体会话记录附加到 GitHub PR 或议题正文,保留本地溯源信息。
帮助 OpenCode 将会话记录到安全的 Markdown 目录
为 AI 代理提供防篡改审计追踪与可观测性记录,便于排查和合规。
为 AI 代理提交、查询并验证防篡改审计日志证明。
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
帮助你快速查找并复用 OpenClaw 生产级 AI 代理模板与配置