agent-transcript

Inserts sanitized Agent Transcript sections into OpenClaw PR/issue bodies via a local script with preview.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill agent-transcript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-transcript
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/.agents/skills/agent-transcript
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill agent-transcript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Best-effort local provenance for OpenClaw PR/issue bodies by inserting a redacted Agent Transcript section to PRs or issues, enabling reviewers to understand context without exposing sensitive data.

Core Features & Use Cases

  • In-context provenance: append redacted transcripts to PR/issue bodies during agent-driven workflows.
  • Privacy-first: strips sensitive data before insertion and offers a local HTML preview.
  • Deterministic workflow: respects user prompts and inserts transcripts only when appropriate.

Quick Start

Run the agent-transcript script to locate a recent session and append a sanitized transcript to the PR or issue body.

Frequently Asked Questions about agent-transcript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add agent transcripts to GitHub PR bodies without exposing sensitive logs?

To add agent transcripts to PR bodies without exposing sensitive logs, use a local transcript-sanitization script that strips private data and inserts a redacted section. This offline process requires no network access and enforces disclosure controls for safe provenance.

Can I preview a redacted transcript before inserting it into a GitHub issue?

Yes, you can preview a redacted transcript before inserting it into a GitHub issue. The script enforces a preview-before-insertion flow, generating a local HTML preview to verify sensitive data is stripped prior to updating the issue body.

Does the agent-transcript script require network access to sanitize logs?

No, the agent-transcript script does not require network access to sanitize logs. It operates entirely locally, using best-effort, locally-scoped processing to redact agent transcripts and append them to PR or issue bodies offline.

How do I provide provenance for agent-generated PRs while keeping logs private?

To provide provenance for agent-generated PRs while keeping logs private, run a local script that appends a sanitized transcript section to PR bodies. This ensures reviewers get necessary context while maintaining offline data privacy.

When should I use local transcript sanitization for OpenClaw workflows?

You should use local transcript sanitization for OpenClaw workflows when reviewers need context from agent-driven PRs or issues but session logs contain sensitive data. It offers a deterministic, privacy-first approach to append redacted provenance.