traces
Share agent session traces via the traces CLI. Use when the user asks to share/publish/upload a trace. Always use private visibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Share agent session traces via the traces CLI. Use when the user asks to share/publish/upload a trace. Always use private visibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Conducts comprehensive web research to find accurate, relevant information. Use when you need modern information only discoverable on the web, documentation, best practices, or technical solutions. Uses curl+markdown.new, Exa/Parallel APIs, and camoufox browser — no surf/WebFetch/WebSearch.
Ensures .env files in TypeScript projects override sops-nix shell secrets. Use when setting up env loading, debugging missing/wrong API keys, or configuring dotenv in TS projects.
Ink terminal renderer for json-render that turns JSON specs into interactive terminal UIs. Use when working with @json-render/ink, building terminal UIs from JSON, creating terminal component catalogs, or rendering AI-generated specs in the terminal.
Visual feedback from UI annotations. Use when the user mentions annotations, visual feedback, agentation, watch mode, critique mode, or self-driving mode. Provides tools to read, acknowledge, resolve, and dismiss UI annotations created via the Agentation browser toolbar.
Sets up a modern Python project with uv, ruff, ty, and best practices for AI agent compatibility. Creates publishable packages with proper structure, type hints, and documentation.
Enforces using uv to run all Python scripts and ty for type checking. Includes inline script metadata (PEP 723) for one-time scripts with dependencies.
| name | traces |
| description | Share agent session traces via the traces CLI. Use when the user asks to share/publish/upload a trace. Always use private visibility. |
Use this whenever the user asks to:
Always share with private visibility:
traces share --cwd "$PWD" --agent pi --visibility private --json
List available traces, then share by ID:
traces share --list --cwd . --agent pi --json
traces share --trace-id <selected-id> --visibility private --json
traces login, then retry.traces namespace use <org>.Return the sharedUrl from the JSON response back to the user.
public or direct visibility.--agent pi explicitly to avoid mis-detection.