This skill should be used when user encounters "ccproxy not found", "LiteLLM connection failed", "localhost:4000 refused", "OAuth failed", "proxy not running", or needs help configuring ccproxy/LiteLLM integration.
Diagnoses and fixes ccproxy/LiteLLM connection issues by installing dependencies, starting services, and configuring environment variables. Automatically triggered when encountering proxy errors like "ccproxy not found" or "localhost:4000 refused".
/plugin marketplace add fcakyon/claude-codex-settings/plugin install ccproxy-tools@claude-settingsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Run /ccproxy-tools:setup to configure ccproxy/LiteLLM.
uv tool install 'litellm[proxy]' 'ccproxy'ccproxy start or litellm --config ~/.litellm/config.yamlccproxy init and authenticate via browser.claude/settings.json match LiteLLM configKey settings in .claude/settings.json → env:
| Variable | Purpose |
|---|---|
ANTHROPIC_BASE_URL | Proxy endpoint (http://localhost:4000) |
ANTHROPIC_AUTH_TOKEN | Auth token for proxy |
ANTHROPIC_DEFAULT_OPUS_MODEL | Opus model name |
ANTHROPIC_DEFAULT_SONNET_MODEL | Sonnet model name |
ANTHROPIC_DEFAULT_HAIKU_MODEL | Haiku model name |
curl http://localhost:4000/health