Claude Router
Description
Switch Claude Code between Anthropic and any 9Router provider, in the terminal or the VSCode panel, on Windows, macOS and Linux.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Router Switcher — run Claude Code through any 9Router provider, on Windows, macOS and Linux
Use GPT, Gemini, DeepSeek, Grok, Anthropic, local models, or any other model exposed by 9Router inside Claude Code—without permanently changing your Claude configuration.
A small, config-driven toolkit for switching Claude Code between its default Anthropic connection and a local [9Router](https://github.com/decolua/9router)-compatible endpoint.
[](https://github.com/vinhnguyenthanhdn/claude-router/actions/workflows/test.yml)   
What it does
| Capability | Windows | macOS and Linux | Effect |
|---|---|---|---|
| Route the Claude Code CLI through 9Router | claude-9router |
./scripts/claude-9router |
Only that child process is routed; claude in the same window still uses the default Anthropic connection |
| Check which endpoint and model would be used, without starting Claude | claude-9router -DryRun |
./scripts/claude-9router --dry-run |
Prints the base URL and model, then exits |
| Route the native Claude Code panel/sidebar in VSCode | vscode-switch.ps1 on |
./scripts/vscode-switch on |
Writes claudeCode.environmentVariables in user settings (machine scope), keeps unrelated entries, and backs the file up first |
| Show the current VSCode mode | vscode-switch.ps1 status |
./scripts/vscode-switch status |
Prints the base URL and model; the token is reported as configured and never printed |
| Return VSCode to the default Anthropic connection | vscode-switch.ps1 off |
./scripts/vscode-switch off |
Removes only the variables this toolkit manages |
| Remove the toolkit | uninstall.ps1 |
— | Disables VSCode routing first, then rem |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11