为 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
通过 OpenAI 音频转写接口,将语音录音快速转成文本或说话人分段结果。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助开发与运维团队运行、排查并总结 OpenClaw 发布 CI 与发布前检查流程
将脱敏后的智能体会话记录附加到 GitHub PR 或议题正文,保留本地溯源信息。
将 Lighthouse 审计结果转成可供代码代理执行的修复方案包。
为 AI 代理提供防篡改审计追踪与可观测性记录,便于排查和合规。
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
帮助你快速查找并复用 OpenClaw 生产级 AI 代理模板与配置
帮助开发者本地分析 AI 代理的 CLI 使用行为与调用数据。