用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PaulRBerg/agent-skills --skill copy-transcript-path命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Assess recurrence risk for agent behavior using local Codex/Claude Code transcripts and recommend evidence-backed durable fixes to AGENTS.md or skills. Not for routine post-success skill-evolution or agent self-improvement reviews.
Create or polish repo agent context: README.md, AGENTS.md/CLAUDE.md, installed project skills, and other Markdown context docs.
Use for current official documentation about Codex, Codex CLI, or Claude Code behavior, configuration, prompting, skills, permissions, tools, surfaces, capabilities, troubleshooting, hooks, app-server, or hook trust; fetch the relevant official URL before answering.
正在显示 SKILL.md
| compatibility | Requires macOS /usr/bin/pbcopy and local Claude Code or Codex CLI transcript storage. |
| coordination | exempt |
| disable-model-invocation | true |
| metadata | {"install-targets":"claude-code codex"} |
| name | copy-transcript-path |
| user-invocable | true |
| description | Copy the active Claude Code or Codex CLI chat transcript path to the macOS clipboard. |
Copy the active chat's transcript path to the clipboard.
This skill is coordination-exempt: skip the ai-coord gate for its declared work.
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.
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.