Cc Switch Skill banner
stcatz stcatz

Cc Switch Skill

Data community

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: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-supported-green.svg)](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