# Commands Reference Full command reference for cc-helper. ## Claude Code Commands ```bash cc-helper claude setup # Configure settings.json (one-time) cc-helper claude patch # Enable hidden features cc-helper claude check # Verify configuration cc-helper claude status # Check feature status cc-helper claude config # Generate isolated settings cc-helper claude restore # Restore from backup cc-helper claude vscode # Configure VS Code ``` ## Codex Commands ```bash cc-helper codex setup # Configure Codex CLI ``` ## Provider Commands ```bash # Plan - Manage coding plan providers cc-helper plan add -p -k # Add provider cc-helper plan switch -p # Switch provider cc-helper plan switch --profile # Switch profile cc-helper plan list # List providers cc-helper plan verify -p -k # Verify credentials cc-helper plan export -o config.json # Export configuration cc-helper plan import -i config.json # Import configuration cc-helper plan remove -p # Remove provider # Vault - Secure API key storage cc-helper vault list # List secrets cc-helper vault set -k "KEY" # Set secret cc-helper vault get # Get secret cc-helper vault delete # Delete secret # Environment - Isolated configurations cc-helper env list # List environments cc-helper env create # Create environment cc-helper env switch # Switch environment cc-helper env delete # Delete environment # Sync - Git-based config backup cc-helper sync login -r -t # Login to GitHub cc-helper sync export # Export config cc-helper sync import # Import config ``` ## MCP Commands ```bash cc-helper mcp list # List built-in MCP servers cc-helper mcp install # Install MCP server cc-helper mcp remove # Remove MCP server ``` Available MCP servers: - `weixin` - WeChat channel - `minimaxi` - MiniMax AI - `xiaomi` - Xiaomi TTS - `proxy` - AI Provider proxy ## Channel Commands ```bash # WeChat cc-helper weixin login # Login (scan QR code) cc-helper weixin status # Check connection status ``` ## Proxy Commands ```bash cc-helper proxy endpoints # List provider endpoints cc-helper proxy key # Manage proxy keys cc-helper proxy stats # Get proxy statistics cc-helper proxy query # Query proxy logs (GraphQL) cc-helper proxy schema # Show GraphQL schema cc-helper proxy providers # List providers with logs cc-helper proxy secret # Manage proxy secret cc-helper proxy mcp # Run proxy MCP server (stdio, default) cc-helper proxy mcp --serve # Run proxy MCP as HTTP server (fallback if `svc add proxy` fails) cc-helper proxy mcp --gateway # Run proxy MCP with HTTP gateway forwarding ``` ## Utility Commands ```bash cc-helper update # Update to latest version cc-helper status # Check overall status cc-helper tips # Show useful tips cc-helper version # Show version information ``` ## Global Flags ```bash --debug # Show detailed debug information --json # Output in JSON format -q, --quiet # Suppress non-essential output --timeout # Request timeout (default: 300) --workspace # Isolated workspace name -v, --version # Show version -h, --help # Show help ``` ## Download Proxy Flags ```bash --dl-proxy enable # Enable default proxy --dl-proxy enable # Enable custom proxy --dl-proxy disable # Disable proxy ```