@nicremo/ccs
v1.0.3
Published
Claude Code Provider Switcher - Configure MiniMax, Kimi, and GLM models for Claude Code
Maintainers
Readme
CCS - Claude Code Provider Switcher
A CLI tool to switch between different AI providers for Claude Code.
Supported Providers
- MiniMax - M2.5 model
- Kimi / Moonshot - K2.5, K2 Thinking Turbo, K2 Turbo
- Z.AI / GLM - GLM-5
Quick Start
# Run without installing
npx @nicremo/ccs
# Or install globally
npm install -g @nicremo/ccs
ccsFeatures
- Interactive wizard for provider setup
- Support for 3 AI providers (MiniMax, Kimi, GLM)
- Automatic backup before any changes
- Restore to previous configuration
- Reset to default (remove provider config)
- Multi-language (English, German, Chinese)
- Health check with
ccs doctor
Commands
| Command | Description |
|---------|-------------|
| ccs | Start interactive wizard |
| ccs init | Re-run setup wizard |
| ccs provider | Switch provider |
| ccs apply | Apply config to Claude Code |
| ccs unload | Remove provider config |
| ccs status | Show current configuration |
| ccs doctor | Run health check |
| ccs auth | Configure API key |
| ccs auth revoke | Remove API key |
| ccs lang set de_DE | Change language |
Requirements
- Node.js 18+
- Claude Code installed
Configuration
- Config stored in:
~/.ccs/config.yaml - Backups stored in:
~/.ccs/backups/ - Claude Code settings:
~/.claude/settings.json
License
MIT
