爱意满满的作品展示区。
detached

原汤化原食:用 Claude Code 为 Claude Code 写了个超轻量代理 (CC-Proxy)

  •  
  •   detached · Dec 13, 2025 · 2131 views
    This topic created in 176 days ago, the information mentioned may be changed or developed.

    最近高强度玩 Codex 和 Claude Code ,手里囤了一堆公益站/中转站的 Key 。

    用起来是真的爽,但管理起来也是真的烦。Key 太多,手动粘来粘去很痛苦。

    本来想找个现成的轮子,结果去 GitHub 搜了一圈,人麻了:又要部署前端,又要配数据库( MySQL/Redis )。

    我就单纯想转发个接口、自动切个站点而已,真没必要整这么麻烦。

    本着原汤化原食的精神,一下午 vibe coding 了一个 cc proxy

    主打一个轻量级:只需要配置一个 json

    
    {
      "providers": {
        "codex": [
          { "apiUrl": "https://api.openai.com/v1", "apiKey": "YOUR_OPENAI_API_KEY" },
          { "apiUrl": "https://api.openai.com/v1", "apiKey": "YOUR_OPENAI_API_KEY_1" }
        ],
        "claude": [
          { "apiUrl": "https://api.anthropic.com", "apiKey": "YOUR_ANTHROPIC_API_KEY" }
        ]
      }
    }
    
    

    传送门: https://github.com/arhsis/cc-proxy

    欢迎大家使用~

    4 replies    2025-12-15 11:32:28 +08:00
    itechify
        1
    itechify  
    PRO
       Dec 14, 2025
    求推荐一些公益站🤣
    detached
        2
    detached  
    OP
       Dec 14, 2025
    @itechify anyroute, agentrouter
    MyFaith
        3
    MyFaith  
       Dec 15, 2025
    detached
        4
    detached  
    OP
       Dec 15, 2025
    @MyFaith "又要部署前端,又要配数据库( MySQL/Redis )"
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5311 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 01:16 · PVG 09:16 · LAX 18:16 · JFK 21:16
    ♥ Do have faith in what you're doing.