npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@feijiclaudecodex/claude

v1.0.113-pool.11

Published

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

Downloads

271

Readme

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

工作原理

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

功能特性

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

配置文件

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

注意事项

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