Install the PromptConduit CLI
The PromptConduit CLI is a small Go binary that captures events from your AI coding assistants and forwards them for local skill generation or platform sync. Available for macOS, Linux, and Windows.
Install via Homebrew (macOS / Linux)
brew install promptconduit/tap/promptconduit
This installs the latest stable release from our official Homebrew tap. Updates are automatic via brew upgrade.
Install via curl (Linux / macOS)
curl -fsSL https://promptconduit.dev/install | sh
Install from source (any platform)
git clone https://github.com/promptconduit/cli
cd cli
make build
sudo make install
Verify the install
promptconduit --version
promptconduit status
Hook your AI assistant
After install, register PromptConduit with your AI tool:
promptconduit install claude-code
promptconduit install cursor
promptconduit install gemini-cli
Uninstall
Remove all hooks and the binary:
promptconduit uninstall --all
brew uninstall promptconduit
Other Documentation
- Local Skills — Generate reusable Claude Code skills from your local transcripts without a platform account. Free forever.
- Supported Tools — PromptConduit supports Claude Code, Cursor, Gemini CLI, Codex, and Copilot for real-time capture and skill generation.
- Configuration — Configure the PromptConduit CLI: API keys, environments, debug mode, and environment variables.
- CLI Reference — Full CLI reference for PromptConduit. Commands for install, sync, skills generation, config, and more.
- API Reference — PromptConduit REST API reference. Ingest raw events via /v1/events/raw with RFC 7807 error responses.