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

cloudpass-cc

v0.2.0

Published

一键配置 Claude Code 使用 CloudPass 转接 API 的交互式 CLI

Readme

cloudpass-cc

一键配置 CloudPass 到 Claude Code:

npx cloudpass-cc@latest

新版本行为

0.2.0 起,默认行为改为更安全的 helper 式配置:

  • 默认只写入 ~/.claude/settings.json
  • 不会默认写入当前目录的 .claude/settings.local.json
  • helper 状态保存在 ~/.shiba-cc-helper/
  • 修改配置前会自动备份到 ~/.shiba-cc-helper/backups/
  • 会记录当前选择的站点和目标工具

目前第一版已实现:

  • Claude Code
  • CloudPass 主站(https://api.cloudpass.space/)
  • 用户级配置写入
  • 可选项目级配置写入
  • 旧版 0.1.2 遗留项目配置检测

写入的配置

默认至少会写入:

~/.claude/settings.json
~/.shiba-cc-helper/state.json
~/.shiba-cc-helper/selected-site.json

在你显式选择“同时写入当前项目”时,才会额外写入:

./.claude/settings.local.json

写入的核心环境变量是:

  • ANTHROPIC_BASE_URL=https://api.cloudpass.space/
  • ANTHROPIC_API_KEY=<你输入的 key>

使用方式

npx cloudpass-cc@latest

然后按提示完成:

  1. 选择目标工具
  2. 输入 CloudPass API Key
  3. 确认站点
  4. 选择是否同时写当前项目配置
  5. 确认备份并写入

如果 VSCode 里的 Claude Code 已经开着,配置后请重启相关工具。

从 0.1.2 升级

旧版 0.1.2 默认会同时写:

  • ~/.claude/settings.json
  • ./.claude/settings.local.json

新版本会检测旧版遗留的项目级 CloudPass 配置,并记录迁移信息,但不会默认继续覆盖当前项目配置

发布

npm login
npm publish --access public