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

openclaw-org-cn

v2026.2.23-cn

Published

更懂中文环境的 Local Agent 实战社区版 (OpenClaw CN)

Readme

OpenClaw CN (中国社区版) 是 OpenClaw 的本地化维护版本,针对国内网络环境进行了深度优化,源码级原生支持 DeepSeek/Qwen 等国产大模型,致力于让中国开发者拥有最顺滑的 Agent 开发体验。


🇨🇳 社区版特性 (Features)

本项目是 OpenClaw (原Clawdbot) 的中国本土化维护版本,针对国内网络与使用习惯进行了深度优化:

  • 🧠 国产大脑:源码内置 DeepSeek-V3 / Qwen 支持,开箱即用,告别昂贵的 Claude。
  • 🛡️ 安全审计:代码经社区人工审计,剔除潜在风险与不必要的遥测。
  • 极速下载:预配置 pnpm 国内镜像源,安装依赖“飞”一般的感觉。
  • 🔌 生态落地:正在企业微信、钉钉等连接器。

🚀 快速开始 (Quick Start)

请访问我们的文档站查看保姆级教程: 👉 https://open-claw.org.cn/guide/getting-started


⚡️ 源码安装与开发 (中国网络优化)

为了确保在国内网络环境下依赖能快速下载,我们强制推荐使用 pnpm 并配置国内镜像源。

1. 准备环境

确保你的 Node.js 版本 ≥22。如果未安装 pnpm,请运行:

npm install -g pnpm

2. 配置国内高速镜像 (关键步骤)

在开始安装前,请务必设置 pnpm 的镜像源,否则下载速度会很慢:

# 设置淘宝/阿里云镜像
pnpm config set registry https://registry.npmmirror.com/

3. 安装与启动

# 1. 克隆仓库
git clone https://gitee.com/OpenClaw-CN/openclaw-cn.git
cd openclaw-cn

# 1.1 选择已发布版本分支,例如:v2026.2.2-cn
git tag
git checkout v2026.2.2-cn

# 1.2 保持当前分支:main

# 2. 安装依赖 (速度飞快 🚀)
pnpm install

# 3. 首次构建 UI 依赖
pnpm ui:build

# 4. 构建项目
pnpm build

# 5. 启动初始化向导
pnpm openclaw onboard --install-daemon

# 6. 使用初始化向导安装完毕后,再次启动网关(关闭后再次启动)
node openclaw.mjs gateway --port 18789 --verbose

# 6.1 再次启动网关后,如何再次打开管理页面(管理页面已关闭的前提下)
node openclaw.mjs dashboard

💡 开发模式: 如果你想修改源码并实时预览,请使用 pnpm gateway:watch 启动。


🗑️ 卸载说明 (Uninstall)

如果你需要移除 OpenClaw 服务,请根据操作系统执行以下命令。 (注:如果 CLI 命令 openclaw uninstall 无法使用,请手动执行以下步骤)

🍎 macOS (launchd)

默认标签是 bot.molt.gateway(或 bot.molt.<profile>;旧版 com.openclaw.* 可能仍然存在):

# 1. 停止并移除服务
launchctl bootout gui/$UID/bot.molt.gateway
rm -f ~/Library/LaunchAgents/bot.molt.gateway.plist

# 2. (可选) 清理遗留的旧版配置
# 如果使用了配置文件,请将标签和 plist 名称替换为 bot.molt.<profile>
# 如果存在任何旧版 com.openclaw.* plist,请将其移除。
rm -f ~/Library/LaunchAgents/com.openclaw.*

🐧 Linux (systemd)

默认单元名称是 openclaw-gateway.service(或 openclaw-gateway-<profile>.service):

# 1. 停止用户级服务
systemctl --user disable --now openclaw-gateway.service

# 2. 移除服务文件并重新加载
rm -f ~/.config/systemd/user/openclaw-gateway.service
systemctl --user daemon-reload

🪟 Windows (计划任务)

默认任务名称是 OpenClaw Gateway(或 OpenClaw Gateway (<profile>))。

CMD (命令提示符):

schtasks /Delete /F /TN "OpenClaw Gateway"
rmdir /s /q "%USERPROFILE%\.openclaw"

PowerShell:

Unregister-ScheduledTask -TaskName "OpenClaw Gateway" -Confirm:$false
Remove-Item -Path "$env:USERPROFILE\.openclaw" -Recurse -Force

🧠 模型配置 (DeepSeek 原生支持)

得益于 OpenClaw CN 的源码改造,DeepSeek 已成为系统的一级公民,配置极其简单。

方法一:通过向导配置 (最推荐)

在运行 pnpm openclaw onboard 时:

  1. Select Provider: 在列表中直接选择 👉 DeepSeek (Recommended for CN)
  2. API Key: 输入您的 DeepSeek Key (sk-xxxxxxxx)。
  3. Model: 系统会自动为您配置 deepseek-chat (V3) 为默认模型。

方法二:手动修改配置文件

如果您需要手动干预配置,请修改 ~/.openclaw/openclaw.json。得益于原生集成,您只需关注 authagents 部分:

{
  "auth": {
    "profiles": {
      "deepseek:default": {
        "provider": "deepseek",
        "mode": "api_key",
        "apiKey": "sk-你的Key"
      }
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "deepseek/deepseek-chat"
      }
    }
  }
}

注意:无需再手动配置 baseUrl,系统源码已内置 DeepSeek 官方节点 (https://api.deepseek.com)。


🤝 参与贡献 (Contributing)

OpenClaw CN 是一个纯粹的、由开发者驱动的开源项目。

🚫 我们暂时不接受任何形式的资金捐赠 (No Donations Needed)。

我们相信,对于现阶段的社区而言,资金并不是瓶颈。一行高质量的代码、一个完善的文档 PR、或者一次详尽的 Bug 报告,比金钱更有价值。

我们需要你:

  1. 代码贡献:特别是 飞书/钉钉连接器中文搜索增强 等本地化插件的开发。
  2. 文档完善:帮助我们将更多英文文档翻译为中文,或撰写实战教程。
  3. 测试反馈:在 Windows/Mac/Linux 不同环境下测试 DeepSeek 的表现并提交 Issue。

👉 查看详细贡献指南: https://open-claw.org.cn/plugins/contribution


🔥 加入“燎原”计划

我们要寻找前 100 位核心贡献者。 如果你想第一时间体验 DeepSeek 适配版,或者想与我们一起从 0 到 1 建设生态, 欢迎加入 OpenClaw CN 早期共建群。


⚠️ 免责声明

本项目基于 OpenClaw Official 构建。 原项目版权归原作者所有,遵循 MIT 协议。我们致力于让优秀的开源项目在中国更好地落地。