copilot-api
caozhiyuan/copilot-api
Copilot API Proxy is a local AI gateway that routes requests between clients like Claude Code or Codex and various AI providers including GitHub Copilot, DeepSeek, and custom endpoints. It translates between OpenAI and Anthropic API formats to unify multiple LLM backends.
Overview
Copilot API Proxy acts as a local bridge and multi-provider gateway supporting OpenAI- and Anthropic-compatible protocols (such as `/v1/chat/completions` and `/v1/messages`). It enables developer tools and CLI agents to share a single local endpoint, routing requests dynamically to GitHub Copilot, built-in codex providers, or third-party APIs like DashScope and DeepSeek. The gateway includes built-in usage tracking, token monitoring, and simple setup commands via CLI, Docker, or desktop application packages.
Capabilities
- ▸OpenAI and Anthropic API format translation
- ▸Multi-provider routing and fallback
- ▸GitHub Copilot authentication and proxying
- ▸Local usage and token monitoring endpoints
- ▸CLI, Docker, and Electron desktop app distributions
Best for
Routing Claude Code or Codex requests through GitHub Copilot subscription credentials., Unifying multiple third-party AI model providers under a single OpenAI/Anthropic compatible local API server., Tracking token usage and monitoring costs locally across different AI backends., Running CLI coding assistants without being locked into a single provider's native API structure.
Works with
実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 — AIによるcapabilities/use-cases解析
実装・指示の品質。 — AIによるSKILL.md/README解析
リポジトリがどれだけ活発に保守されているか。 — GitHub 最終push日時の新しさ
ドキュメントの充実度・分かりやすさ。 — README/独自要約の情報量
危険・不審な挙動が無いか。 — AIによるセキュリティレビュー
ありふれたラッパーではない独自性。 — AIによる独自性判定
コミュニティの採用度。 — GitHub Stars/Forks(対数スケール)
対応AIエージェントの広さ。 — AIによる対応エージェント判定
ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →
Security considerations
Handles user credentials, API keys, and GitHub tokens. Ensure configuration files and data directories are kept private and never committed to version control repositories.
Categories
Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.