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/ccs
Run Claude, Gemini, GLM, and any Anthropic-compatible API - concurrently, without conflicts.
Features & Pricing | Documentation
</div> <br>| 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>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>
ccs config
# Opens http://localhost:3000
Want to run the dashboard in Docker? See .
<br>No comments yet. Be the first to share your thoughts!
docker/README.mdThe dashboard provides visual management for all account types:
Analytics Dashboard

Live Auth Monitor

CLI Proxy API & Copilot Integration


WebSearch Fallback

| 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 |
| Cursor IDE | Local Token | ccs cursor | Cursor subscription models via local daemon |
| Kiro | OAuth (AWS default) | ccs kiro | AWS CodeWhisperer (Claude-powered) |
| Antigravity | OAuth | ccs agy | Alternative routing |
| OpenRouter | API Key | ccs openrouter | 300+ models, unified API |
| **...