Claude Code Provider
Description
[](https://github.com/sonami-tech/claude-code-provider/releases)
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
Claude Code Provider
[](https://github.com/sonami-tech/claude-code-provider/releases) [](https://github.com/sonami-tech/claude-code-provider/actions) [](https://github.com/sonami-tech/claude-code-provider/commits) [](https://ghcr.io/sonami-tech/claude-code-provider) [](https://claude.ai/code) [](LICENSE)
An OpenAI-compatible API server that routes requests through the Claude Code CLI. Drop it in front of any OpenAI SDK client, no code changes required.
How It Works
┌──────────────────────────┐
│ Anthropic (Claude Max) │ Provides Claude access via your subscription.
└────────────┬─────────────┘
│
┌────────────▼─────────────┐
│ Claude Code CLI │ Authenticates and communicates with Anthropic.
└────────────┬─────────────┘
│
┌────────────▼─────────────┐
│ Claude Code Provider │ Translates OpenAI API requests into CLI calls.
└────────────┬─────────────┘
│
┌────────────▼─────────────┐
│ Your Application │ Any OpenAI SDK client, no code changes required.
└──────────────────────────┘
Quick Start
1. Install the [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code)
curl -fsSL https://claude.ai/install.sh | bash
claude login
2. Create your project directory
mkdir ~/claude-code-provider && cd ~/claude-code-provider
3. Create an API key file
echo "sk-my-secret-key-he
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git