# Copy Transcript Path

> Copy the active Claude Code or Codex CLI chat transcript path to the macOS clipboard.

- Skill: `paulrberg/copy-transcript-path` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add paulrberg/copy-transcript-path`
- Raw SKILL.md: https://api.skillmd.com/api/skills/paulrberg/copy-transcript-path/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: paulrberg (https://skillmd.com/u/paulrberg)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/paulrberg/copy-transcript-path

---


# Copy Transcript Path

Copy the active chat's transcript path to the clipboard.

This skill is coordination-exempt: skip the ai-coord gate for its declared work.

## Supported Chat Hosts

Before doing any work, identify the current chat host. If it is not Claude Code or Codex CLI, stop with this error:
`This skill only works in Claude Code or Codex CLI.`

## Workflow

Resolve `scripts/copy-transcript-path.sh` relative to this `SKILL.md` and run it with no arguments:

```sh
bash <skill-dir>/scripts/copy-transcript-path.sh
```

Return the helper's successful stdout verbatim and stop. Do not infer a transcript from the current project, select a
recent session, or add explanation.

Successful completion requires the helper to exit 0 and its stdout to be returned verbatim. Report a helper failure as
the outcome; it does not count as completion.

