AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

fisHarly0/claude-proxy

把 Claude Code 路由到任意 Anthropic 兼容代理(MiMo / DeepSeek / 自建等)

PowerShell GitHub ↗
★ 0
stars
65
AI relevance
50
solo dev
0
tool sigs

SUMMARY AI summary by gpt-5-mini

claude-proxy is a Windows PowerShell launcher that routes Claude Code to arbitrary AI providers. It supports two protocols: Anthropic-format direct endpoints and OpenAI-format endpoints (automatically proxied via local LiteLLM). Intended users: Windows users who run Claude Code and want to connect it to different cloud or local LLM providers — from novices (one-click setup.bat) to advanced users (PS flags, custom providers). Key features: - Quick setup: download three files and run setup.bat; auto-detects/installs Node.js, Claude CLI, Git, Python and LiteLLM as needed. - Protocol conversion: Claude Code → Anthropic → local LiteLLM → OpenAI → target AI for providers exposing OpenAI-style APIs. - Provider management: built-in provider presets, add persistent custom providers in providers.local.ps1, API keys saved to .env. - CLI options: choose provider, custom endpoints, model override, SkipChecks, Update/SkipUpdate, List, SharedConfig, WorkDir. - Safe auto-update every 12h with multiple mirrors, validation, backup; updates only replace claude-proxy.ps1 (not .env or providers.local.ps1). - Notes on encoding/CRLF requirements and where logs/keys live.

DETECTED Detected AI stack

AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.

🧠 LLM providers (4)
Anthropic DeepSeek LiteLLM OpenAI
🤖 LLM models (2)
DeepSeek Claude

Language breakdown (by bytes)

PowerShell
100%

Owner

Account
fisHarly0
Type
User
Followers
0

Dates

Created on GitHub 2026-05-09
Last push 2026-05-09
First seen here 2026-05-09
Last fetched 2026-05-09 14:19

Similar repos (same language)

ErgeAIA/claude-code-bootstrap

一键拉起 Claude Code 工作环境(Windows PowerShell):检测依赖 + 三级兜底安装 + 部署 hooks/status_line。

PowerShell 1 AI 75