docs / tools

Supported Tools

PromptConduit works with AI coding assistants in two ways: real-time event capture via hooks (Claude Code, Cursor, Gemini CLI, Codex, Copilot, and Grok Build) and transcript analysis for local skill generation (Claude Code, Codex CLI, Copilot CLI). Attachments in prompts are extracted and uploaded automatically.

Real-Time Hooks

These tools support real-time event capture via hooks. Capture is local by default — no platform account required. Install with promptconduit install <tool>, or run promptconduit init to detect what you have and wire it up.

ToolInstall CommandEvents Captured
Claude Code promptconduit install claude-code Prompts, Tools, Sessions, Attachments
Cursor promptconduit install cursor Prompts, Shell, MCP, Files, Attachments
Gemini CLI promptconduit install gemini-cli Prompts, Tools, Sessions
OpenAI Codex CLI promptconduit install codex Prompts, Tools, Permissions, Sessions
GitHub Copilot CLI promptconduit install copilot Prompts, Tools, Subagents, Errors, Sessions
Grok Build promptconduit install grok Prompts, Tools, Sessions, Subagents

Local Skill Generation

These tools are supported for transcript analysis with promptconduit skills generate --local. No hooks required.

ToolTranscript Location
Claude Code ~/.claude/projects/**/*.jsonl
OpenAI Codex CLI ~/.codex/**/*.jsonl
GitHub Copilot CLI ~/.copilot/session-state/**/*.jsonl

Attachment Support

The CLI automatically extracts attachments from prompts and uploads them alongside event metadata.

TypeFormats
ImagesJPEG, PNG, GIF, WebP, SVG, BMP, TIFF, HEIC
DocumentsPDF, Word (.doc/.docx), Excel (.xls/.xlsx), PowerPoint (.ppt/.pptx)
TextPlain text, CSV, HTML, Markdown, JSON, XML

Adding a New Tool

The CLI is open source. If you're working in the repo with Claude Code, run /add-tool <name> for a step-by-step guide. See CONTRIBUTING.md for details.