ClaudeProxy
Description
Proxy for Anthropic Claude implemented in Go
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
[![GitHub Workflow][1]](https://github.com/missuo/ClaudeProxy/actions) [![Go Version][2]](https://github.com/missuo/ClaudeProxy/blob/main/go.mod) [![Go Report][3]](https://goreportcard.com/badge/github.com/missuo/ClaudeProxy) [![Maintainability][4]](https://codeclimate.com/github/missuo/ClaudeProxy/maintainability) [![GitHub License][5]](https://github.com/missuo/ClaudeProxy/blob/main/LICENSE) [![Docker Pulls][6]](https://hub.docker.com/r/missuo/claude-proxy) [![Releases][7]](https://github.com/missuo/ClaudeProxy/releases)
Due to the strict restrictions of the Anthropic Claude API, it can only be used in specific countries, and even when enabling the API, you have to choose whether it will be accessed outside the selected countries. If so, you also need to choose which country it will be accessed in. If this rule is violated, the account may be directly blocked. So, Claude Proxy allows you to fix a single IP for easy and secure access to the Claude API.
Recommendations
- Use the IP of the country you selected when you activated the API
- Use native IP instead of broadcasting.
- Do not frequently change IP
Start Claude Proxy
Docker
docker run -d --restart always -p 8080:8080 ghcr.io/missuo/claudeproxy:latest
docker run -d --restart always -p 8080:8080 missuo/claude-proxy:latest
Docker Compose
mkdir claude-proxy && cd claude-proxy
wget -O compose.yaml https://raw.githubusercontent.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development