docs / cli-reference

CLI Reference

Full command reference for the PromptConduit CLI: hook install and uninstall, status and connectivity checks, skill generation, transcript sync, and configuration. Every command supports --help.

Global Flags

FlagDescription
--helpShow help for any command
--versionPrint version

Commands

promptconduit install <tool>
Install hooks for an AI tool. Supported: claude-code, cursor, gemini-cli.
promptconduit uninstall <tool>
Remove PromptConduit hooks from a tool config.
promptconduit status
Show installation status for all supported tools.
promptconduit test
Test API connectivity and authentication.
promptconduit skills generate --local [flags]
Generate skills from local transcripts without a platform account.
promptconduit skills generate [flags]
Generate skills via platform (requires account).
promptconduit sync [tool] [flags]
Manually upload historical transcripts to the platform.
promptconduit config set [flags]
Set configuration values (--api-key, --api-url, --debug).
promptconduit config show
Display current configuration.
promptconduit config env add <name>
Create a named environment.
promptconduit config env use <name>
Switch to a named environment.
promptconduit config env list
List all configured environments.
promptconduit version
Print version information.

Sync Flags

FlagDescription
--dry-runPreview what would be uploaded without uploading
--forceRe-upload already synced transcripts
--since YYYY-MM-DDOnly sync transcripts newer than this date
--limit NSync only the N most recent transcripts

Local Skills Flags

FlagDescription
--tool <name>Analyze only a specific tool (e.g. claude-code)
--repo owner/repoScope generated skills to a specific repository
--forceRe-analyze previously seen transcripts
--dry-runPreview detected skills without writing files