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
| Flag | Description |
--help | Show help for any command |
--version | Print 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
| Flag | Description |
--dry-run | Preview what would be uploaded without uploading |
--force | Re-upload already synced transcripts |
--since YYYY-MM-DD | Only sync transcripts newer than this date |
--limit N | Sync only the N most recent transcripts |
Local Skills Flags
| Flag | Description |
--tool <name> | Analyze only a specific tool (e.g. claude-code) |
--repo owner/repo | Scope generated skills to a specific repository |
--force | Re-analyze previously seen transcripts |
--dry-run | Preview detected skills without writing files |