BeClaude

ccs

New
2.5kGitHubGeneralby 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.

First seen 5/22/2026

Summary

The ccs skill lets you switch between multiple AI providers like Claude, Gemini, Copilot, and OpenRouter (300+ models) directly from Claude Code using a CLIProxy OAuth proxy.

  • It includes a visual dashboard, remote proxy support, and WebSearch fallback, making it easy to go from zero-config to production-ready without managing multiple API keys.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/ccs.md

3
Invoke in Claude Code
/ccs

Use Cases

Quickly switch between different Claude accounts to test API quotas or access different billing plans.
Compare responses from Gemini, Copilot, and OpenRouter models side-by-side without leaving the terminal.
Use a remote proxy to route API calls through a secure OAuth proxy for team or enterprise environments.
Fall back to WebSearch when an AI provider is unavailable, ensuring uninterrupted workflow.
Access over 300 models from OpenRouter to experiment with niche or specialized LLMs for specific tasks.
Monitor and manage all active API connections and usage via the visual dashboard directly from Claude Code.

Usage Examples

1

/ccs switch to gemini-pro

2

/ccs compare 'Explain quantum computing' with claude-3-opus, gemini-ultra, gpt-4

3

/ccs proxy set --remote https://myproxy.example.com --token mytoken

View source on GitHub
api

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is ccs?

The ccs skill lets you switch between multiple AI providers like Claude, Gemini, Copilot, and OpenRouter (300+ models) directly from Claude Code using a CLIProxy OAuth proxy. It includes a visual dashboard, remote proxy support, and WebSearch fallback, making it easy to go from zero-config to production-ready without managing multiple API keys.

How to install ccs?

To install ccs: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/ccs.md. Finally, /ccs in Claude Code.

What is ccs best for?

ccs is a community categorized under General. It is designed for: api. Created by kaitranntt.

What can I use ccs for?

ccs is useful for: Quickly switch between different Claude accounts to test API quotas or access different billing plans.; Compare responses from Gemini, Copilot, and OpenRouter models side-by-side without leaving the terminal.; Use a remote proxy to route API calls through a secure OAuth proxy for team or enterprise environments.; Fall back to WebSearch when an AI provider is unavailable, ensuring uninterrupted workflow.; Access over 300 models from OpenRouter to experiment with niche or specialized LLMs for specific tasks.; Monitor and manage all active API connections and usage via the visual dashboard directly from Claude Code..