agent-transcript

Installation
SKILL.md

Agent Transcript

Use only when the user explicitly requests a transcript or preview. Omit by default; never offer one or ask whether to include one during ordinary PR work. A preview request alone does not authorize publication.

Prepare Locally

The helper reads local Codex, Claude, Pi, and OpenClaw logs; no network is used for discovery/rendering. Never upload raw logs.

skills/agent-transcript/scripts/agent-transcript find \
  --query "$PR_TITLE $BRANCH_OR_PR_URL" --cwd "$PWD" --since-days 14
skills/agent-transcript/scripts/agent-transcript render \
  --session "$SESSION_JSONL" --out /tmp/agent-transcript.md
Installs
87
GitHub Stars
6.6K
First Seen
May 26, 2026
agent-transcript — steipete/agent-scripts