paulrberg/agent-skills

copy-transcript-path

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

First seen Aug 7, 2026

Installation

$ npx skills add paulrberg/agent-skills --skill copy-transcript-path

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from paulrberg/agent-skills · top by installs.

npx skills add paulrberg/agent-skills

Browse all from paulrberg/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 70
License LICENSE.md
Default branch main
Open issues 4
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires macOS /usr/bin/pbcopy and local Claude Code or Codex CLI transcript storage.
Declared agents claude-code codex
More metadata
install-targets
claude-code codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,188 B
  • docs SUMMARY.md 113 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

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:

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.