ccproxy-tools

Use Claude Code with your GitHub Copilot credits, Gemini API, local ollama models or any LLM.

View on GitHub
Author Fatih Akyon
Namespace @fcakyon/fcakyon-claude-plugins
Category tools
Version 2.0.3
Stars 263
Downloads 6
self.md verified
Table of content

Use Claude Code with your GitHub Copilot credits, Gemini API, local ollama models or any LLM.

Installation

npx claude-plugins install @fcakyon/fcakyon-claude-plugins/ccproxy-tools

Contents

Folders: commands, skills

Included Skills

This plugin includes 1 skill definition:

setup

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.

View skill definition

ccproxy-tools Setup

Run /ccproxy-tools:setup to configure ccproxy/LiteLLM.

Quick Fixes

Environment Variables

Key settings in .claude/settings.jsonenv:

VariablePurpose
ANTHROPIC_BASE_URLProxy endpoint (http://localhost:4000)
ANTHROPIC_AUTH_TOKENAuth token for proxy
ANTHROPIC_DEFAULT_OPUS_MODELOpus model name
ANTHROPIC_DEFAULT_SONNET_MODELSonnet model name
ANTHROPIC_DEFAULT_HAIKU_MODELHaiku model name

Check Proxy Health

curl http://localhost:4000/health

Resources

Source

View on GitHub

Tags: tools ccproxygeminiproxycopilotllmconfigurationproxyllmconfiguration