ccs
by kaitranntt
Switch between Claude accounts, Gemini, Copilot, OpenRouter (300+ models) via CLIProxyAPI OAuth proxy. Visual dashboard, remote proxy support, WebSearch fallback. Zero-config to production-ready.
# Add to your Claude Code skills
git clone https://github.com/kaitranntt/ccsCCS - Claude Code Switch

The universal AI profile manager for Claude Code.
Run Claude, Gemini, GLM, and any Anthropic-compatible API - concurrently, without conflicts.
Features & Pricing | Documentation
</div> <br>The Three Pillars
| Capability | What It Does | Manage Via | |------------|--------------|------------| | Multiple Claude Accounts | Run work + personal Claude subs simultaneously | Dashboard | | OAuth Providers | Gemini, Codex, Antigravity - zero API keys needed | Dashboard | | API Profiles | GLM, Kimi, or any Anthropic-compatible API | Dashboard |
<br>Quick Start
1. Install
npm install -g @kaitranntt/ccs
<details>
<summary>Alternative package managers</summary>
yarn global add @kaitranntt/ccs # yarn
pnpm add -g @kaitranntt/ccs # pnpm (70% less disk space)
bun add -g @kaitranntt/ccs # bun (30x faster)
</details>
2. Open Dashboard
ccs config
# Opens http://localhost:3000
Want to run the dashboard in Docker? See docker/README.md.
3. Configure Your Accounts
The dashboard provides visual management for all account types:
- Claude Accounts: Create isolated instances (work, personal, client)
- OAuth Providers: One-click auth for Gemini, Codex, Antigravity
- API Profiles: Configure GLM, Kimi with your keys
- Health Monitor: Real-time status across all profiles
Analytics Dashboard

Live Auth Monitor

CLI Proxy API & Copilot Integration


WebSearch Fallback

Built-in Providers
| Provider | Auth Type | Command | Best For |
|----------|-----------|---------|----------|
| Claude | Subscription | ccs | Default, strategic planning |
| Gemini | OAuth | ccs gemini | Zero-config, fast iteration |
| Codex | OAuth | ccs codex | Code generation |
| Copilot | OAuth | ccs copilot or ccs ghcp | GitHub Copilot models |
| Kiro | OAuth | ccs kiro | AWS CodeWhisperer (Claude-powered) |
| Antigravity | OAuth | ccs agy | Alternative routing |
| OpenRouter | API Key | ccs openrouter | 300+ models, unified API |
| Ollama | Local | ccs ollama | Local open-source models, privacy |
| Ollama Cloud | API Key | ccs ollama-cloud | C...