🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@feijiclaudecodex/claude

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feijiclaudecodex/claude

Claude CLI完整功能代理池客户端 - 100%官方CLI功能

latest
Source
npmnpm
Version
1.0.113-pool.11
Version published
Weekly downloads
34
-58.54%
Maintainers
1
Weekly downloads
 
Created
Source

Claude Pool - Claude CLI 代理客户端

这是一个 Claude CLI 的代理客户端,允许用户通过代理服务器使用 Claude,而无需购买昂贵的 Claude Pro 订阅。

安装

npm install -g claude-pool

使用方法

1. 登录到代理服务器

claude login

按提示输入:

  • 服务器地址(如:http://8.222.155.47:4112)
  • 用户名
  • 密码

2. 使用 Claude

登录成功后,您可以像使用官方 CLI 一样使用:

# 问答
claude ask "什么是人工智能?"

# 指定模型
claude ask "写一个Python函数" --model claude-3-5-sonnet-20241022

工作原理

  • 请求拦截:客户端拦截所有发往 Claude 官方的请求
  • 代理转发:将请求转发到配置的代理服务器
  • Token 注入:代理服务器使用服务器端的有效 Token
  • 透明体验:用户获得与官方 CLI 完全一致的体验

功能特性

  • 完整 CLI 功能:支持所有官方 CLI 命令
  • 透明代理:用户体验与官方 CLI 一致
  • 安全隔离:用户永不接触真实 Token
  • 多用户支持:支持多个用户共享代理服务器
  • 自动重连:网络问题自动重试

配置文件

登录信息保存在:~/.claude-pool/credentials.json

注意事项

  • 确保代理服务器地址正确且可访问
  • 首次使用需要先登录
  • 请妥善保管登录凭据

Keywords

claude

FAQs

Package last updated on 15 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts