Cc Switch Skill
Description
A Claude Code skill for managing AI provider configurations through cc-switch desktop application database
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
cc-switch Skill (Standalone)
[](LICENSE) [](https://claude.ai/code)
A standalone provider management skill for Claude Code and compatible CLI tools. **No desktop application required** — everything is managed through JSON configuration files and shell scripts.
Seamlessly switch between providers for **Claude Code**, **Codex**, **Gemini CLI**, **OpenCode**, and **OpenClaw**.
🚀 Quick Start
Installation
Option 1: One-line Installation (Recommended)
# Download and install the latest version
curl -sSL https://raw.githubusercontent.com/stcatz/cc-switch-skill/main/install.sh | bash
Option 2: Manual Installation
# Clone the repository
git clone https://github.com/stcatz/cc-switch-skill.git ~/.claude/skills/cc-switch
# Or download and copy manually
cp -r cc-switch ~/.claude/skills/
# Restart Claude Code
First Time Setup
# Initialize config directory and presets (auto-runs)
~/.claude/skills/cc-switch/scripts/list_providers.sh
# View available presets
jq '.presets[] | {name}' ~/.claude/skills/cc-switch/presets.json
📖 Usage Guide
Add Provider
~/.claude/skills/cc-switch/scripts/add_provider.sh \
--name "MiniMax" \
--app claude \
--key "sk-xxxx" \
--url "https://api.minimax.com/v1" \
--sonnet "claude-3-5-sonnet-20241022"
List Providers
# List all providers for all apps
~/.claude/skills/cc-switch/scripts/list_providers.sh
# List providers for Claude Code only
~/.claude/skills/cc-switch/scripts/list_providers.sh --app claude
# List providers for Codex only
~/.claude/skills/cc-switch/scripts/list_providers.sh --app codex
**Output:**
======================================
Providers List
======================================
### claude
ID | Name
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data