PromptConduit CLI Reference
Complete reference for every promptconduit subcommand. Run promptconduit help <cmd> for detailed flags.
Installation commands
promptconduit install claude-code — Register hooks for Claude Code
promptconduit install cursor — Register hooks for Cursor AI
promptconduit install gemini-cli — Register hooks for Gemini CLI
promptconduit uninstall <tool> — Remove hooks for a specific tool
promptconduit uninstall --all — Remove all hooks
Status & testing
promptconduit status — Show installed tools and their hook status
promptconduit test — Verify API connectivity and authentication
Skill generation
promptconduit skills generate --local — Generate skills from local transcripts, no account needed
promptconduit skills generate --remote — Sync to platform for cloud analysis
promptconduit skills list — List all skills in ~/.claude/skills/
Sync
promptconduit sync — Upload historical transcripts to the platform
promptconduit sync --since=7d — Sync only the last 7 days
Config
promptconduit config show — Print current config
promptconduit config set --api-key=... — Update API key
promptconduit config env use <env> — Switch environment
Other Documentation
- Installation — Install the PromptConduit CLI via Homebrew, curl, or from source. Available for macOS, Linux, and Windows.
- 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.
- API Reference — PromptConduit REST API reference. Ingest raw events via /v1/events/raw with RFC 7807 error responses.