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

claudezh

v1.0.0

Published

Claude Code 中文版 — Chinese interface for Claude Code

Downloads

16

Readme

claudezh

Claude Code 中文版 — 讓 Claude Code 說中文

npm version License: MIT

简体中文 | 繁體中文


一句話介紹

安裝後,用中文和 Claude 對話寫程式。就這麼簡單。

安裝

npm install -g claudezh

兩種使用方式

方式一:獨立 CLI(完整體驗)

npm install -g claudezh
claudezh

獨立運行,全中文介面,有自己的命令系統。

方式二:插件模式(零切換)

npx claudezh --install-plugin

直接在 Claude Code 裡用中文!安裝後可用的命令:

| 命令 | 說明 | |------|------| | /zh | 切換到簡體中文模式 | | /zht | 切換到繁體中文模式 | | /en | 切換回英文模式 | | /review-zh | 中文程式碼審查 | | /explain-zh | 中文程式碼解釋 | | /test-zh | 中文產生測試 | | /fix-zh | 中文修復 Bug |

# 在 Claude Code 裡
claude
> /zh
> 幫我優化這段程式碼的效能

管理插件:

claudezh --list-plugin      # 查看已安裝的命令
claudezh --uninstall-plugin  # 解除安裝

演示

$ claudezh

╭────────── claudezh v1.0.0 ──────────╮
│  Claude Code 中文版                  │
│  目錄: ~/my-project                 │
│  語言: 繁體中文  |  模型: Sonnet    │
╰─────────────────────────────────────╯

你> 幫我寫一個使用者註冊介面,要有密碼加密

助手> 好的,我來建立...
  🔧 建立檔案: auth.py
  🔧 建立檔案: models.py
  🔧 執行: pip install bcrypt pyjwt
  ✅ 完成 — 2 個檔案已建立,依賴已安裝

命令

| 命令 | 說明 | |------|------| | /幫助 | 顯示幫助 | | /模型 | 切換模型 | | /語言 | 切換語言 | | /清屏 | 清空對話 | | /設置 | 查看設置 | | /退出 | 退出 |

快捷鍵:Ctrl+C 取消請求 | Ctrl+C ×2 退出 | Ctrl+D 立即退出

系統要求

  • Node.js ≥ 16
  • Python ≥ 3.10
  • Claude Code 訂閱

需要更多功能?

試試 @aiai-go/claude — 全功能增強版:

| 功能 | claudezh | @aiai-go/claude | |------|----------|-----------------| | 中文介面 | ✅ | ✅ | | 檔案撤銷 | ❌ | ✅ | | 安全鉤子 | ❌ | ✅ | | 會話恢復 | ❌ | ✅ | | AI 技能 | ❌ | ✅ 10個 | | MCP 工具 | ❌ | ✅ 12個 | | 額度追蹤 | ❌ | ✅ |

社群

授權條款

MIT