MCPcopy
hub / github.com/1186258278/OpenClawChineseTranslation

github.com/1186258278/OpenClawChineseTranslation @v2026.6.11-zh.1 sqlite

repository ↗ · DeepWiki ↗ · release v2026.6.11-zh.1 ↗
294 symbols 732 edges 24 files 22 documented · 7%
README

OpenClaw 汉化发行版

Release npm Nightly Build Platform License

每小时自动同步 OpenClaw 官方更新,汉化版延迟 < 1 小时!

汉化官网

🦀 ClawPanel — 内置 AI 助手的可视化管理面板 | 📱 ClawApp — 手机端聊天客户端 | 查看生态工具 →

目录

什么是 OpenClaw? · 🎁 免费AI接口 · 4 步上手 · 汉化效果预览 · 常用命令 · 网关重启 · 卸载教程 · 更新升级 · Docker 部署 · 其他安装方式 · 手机端 ClawApp · 常见问题 · 插件扩展 · 社区交流 · 相关链接 · 参与贡献 · 关于

子文档导航:


什么是 OpenClaw?

OpenClaw 是 GitHub 195,000+ Stars 的开源个人 AI 助手平台。它运行在你的电脑上,通过 WhatsApp、Telegram、Discord 等聊天应用与你的 AI 助手交互,帮你处理邮件、日历、文件等日常事务。

本项目 = OpenClaw + 全中文界面,CLI 命令行和 Dashboard 网页控制台均已深度汉化。

回到顶部


🎁 免费 AI 接口

内部公益平台,免费使用主流 AI 模型! 签到领额度,邀请得更多,持续免费用 AI!

免费AI接口

平台亮点:

  • � 签到领免费额度 — 每日签到 + 邀请好友,持续获取免费使用额度
  • 💰 不满意可退 — 用着不爽随时退款,零风险体验
  • ⚡ 兼容 OpenAI 接口 — 无缝对接 OpenClaw,即开即用
  • 🔒 内部公益项目 — 长期维护,安全稳定

配合 OpenClaw 使用:

gpt.qt.cool 注册并签到领取免费额度,获取 API Key 后,初始化 OpenClaw 时选择 OpenAI Compatible 提供商,填入地址和 Key 即可使用。

💡 小贴士:每日签到 + 邀请好友即可持续获取免费额度,搭配 OpenClaw 等于拥有一个免费私人 AI 助手!

立即使用 →

合作伙伴

胜算云 - 国内 AI API 聚合平台,新用户注册送额度,充值尊享 7 折优惠!

注册账号 →

回到顶部


🔥 生态工具

🦀 ClawPanel

内置 AI 助手的 OpenClaw 可视化管理面板
  • 🤖 AI 助手 — 8 大工具 + 4 种模式,自动诊断配置
  • 🖼️ 图片识别 — 粘贴截图,AI 一眼看懂
  • ⚡ 一键安装 — 自动检测环境,无需终端
  • 🎛️ 可视化管理 — 模型、Gateway、Agent
Release Site 📸 预览截图(点击展开) ClawPanel AI Demo ClawPanel AI ClawPanel Vision ClawPanel Dashboard

📱 ClawApp

用手机浏览器和 OpenClaw AI 智能体聊天
  • 💬 流式聊天 — WebSocket 实时对话
  • 📷 图片收发 — 拍照上传,AI 图片回复
  • 🔧 工具调用 — 实时状态显示
  • 📱 PWA + APK — 添加到主屏幕
Release Site 📸 预览截图(点击展开) ClawApp Chat ClawApp Login

回到顶部


4 步上手

前提条件:需要 Node.js >= 22.19.0下载 Node.js

检查版本:node -v

第 1 步:安装

npm install -g @qingchencloud/openclaw-zh@latest

第 2 步:初始化(推荐守护进程模式)

openclaw onboard --install-daemon

初始化向导会引导你完成:选择 AI 模型 → 配置 API 密钥 → 设置聊天通道

第 3 步:启动网关

openclaw gateway

第 4 步:打开控制台

openclaw dashboard

浏览器会自动打开全中文的 Dashboard 控制台。完成!

想了解每一步的详细说明?查看 详细安装指南(包含 Node.js 安装、模型配置、守护进程、内网访问等)

回到顶部


汉化效果预览

概览仪表板

概览仪表板 - 网关状态、实例监控、快捷操作一目了然

查看更多截图

对话界面

对话界面 - 与 AI 助手实时交互

渠道管理

渠道管理 - WhatsApp、Telegram、Discord 等全平台支持

配置中心

配置中心 - 完整汉化

节点配置

节点配置 - 执行审批、安全策略管理

技能插件

技能插件 - 1Password、Apple Notes 等丰富扩展

回到顶部


常用命令

openclaw                    # 启动 OpenClaw
openclaw onboard            # 初始化向导
openclaw dashboard          # 打开网页控制台
openclaw config             # 查看/修改配置
openclaw skills             # 管理技能
openclaw --help             # 查看帮助

# 网关管理
openclaw gateway run        # 前台运行(挂终端,用于调试)
openclaw gateway start      # 后台守护进程(不挂终端,推荐!)
openclaw gateway stop       # 停止网关
openclaw gateway restart    # 重启网关
openclaw gateway status     # 查看网关状态
openclaw gateway install    # 安装为系统服务(开机自启)

# 常用操作
openclaw update             # 检查并更新 CLI
openclaw doctor             # 诊断问题(自动修复)

Windows 用户注意:如果 gateway install 失败(提示 schtasks 不可用),可使用 gateway start 启动后台进程,或使用 Docker 部署方案。

Dashboard 语言设置:首次打开网页控制台后,前往 Overview 页面底部,将 Language 切换为 简体中文 (Simplified Chinese),即可显示中文界面。设置后刷新页面生效。

回到顶部


网关重启

# 方式 1:使用 gateway 子命令(推荐)
openclaw gateway restart

# 方式 2:先停止再启动
openclaw gateway stop
openclaw gateway start

# 方式 3:守护进程模式(后台运行,不挂终端)
openclaw daemon start       # 启动后台守护
openclaw daemon stop        # 停止守护
openclaw daemon restart    # 重启守护
openclaw daemon status     # 查看状态

# Docker 容器重启
docker restart openclaw

回到顶部


卸载教程

CLI 卸载

# 卸载汉化版
npm uninstall -g @qingchencloud/openclaw-zh

# 如果之前安装过原版,也一并卸载
npm uninstall -g openclaw

数据清理(可选)

# 删除配置和缓存(不可恢复!)
rm -rf ~/.openclaw

# Docker 清理
docker rm -f openclaw                # 删除容器
docker volume rm openclaw-data       # 删除数据卷

守护进程卸载

# macOS
launchctl unload ~/Library/LaunchAgents/com.openclaw.plist
rm ~/Library/LaunchAgents/com.openclaw.plist

# Linux (systemd)
sudo systemctl stop openclaw
sudo systemctl disable openclaw
sudo rm /etc/systemd/system/openclaw.service
sudo systemctl daemon-reload

回到顶部


更新升级

npm update -g @qingchencloud/openclaw-zh

查看当前版本:openclaw --version

版本 安装命令 说明
稳定版 npm install -g @qingchencloud/openclaw-zh@latest 经过测试,推荐使用
最新版 npm install -g @qingchencloud/openclaw-zh@nightly 每小时同步上游,体验新功能

回到顶部


Docker 部署(国内推荐)

国内用户强烈推荐使用 Docker Hub 镜像,拉取速度快,无需翻墙!

镜像源 拉取命令 适用
Docker Hub(国内推荐) docker pull 1186258278/openclaw-zh:latest 国内用户
GitHub Container Registry docker pull ghcr.io/1186258278/openclaw-zh:latest 海外用户

一键部署(最简单)

# Linux/macOS — 加 --china 自动使用国内镜像
curl -fsSL https://cdn.jsdelivr.net/gh/1186258278/OpenClawChineseTranslation@main/docker-deploy.sh | bash -s -- --china
# Windows PowerShell — 加 -China 自动使用国内镜像
irm https://cdn.jsdelivr.net/gh/1186258278/OpenClawChineseTranslation@main/docker-deploy.ps1 | iex
# 或: .\docker-deploy.ps1 -China

手动 Docker 部署

# 国内用户使用 Docker Hub 镜像
IMAGE=1186258278/openclaw-zh:latest
# 海外用户使用: IMAGE=ghcr.io/1186258278/openclaw-zh:latest

# 1. 初始化(首次运行)
# Docker 需要交互式运行来配置 AI 模型和 API 密钥
docker run --rm -it -v openclaw-data:/root/.openclaw $IMAGE openclaw onboard

# 按向导完成:选择模型 → 配置 API 密钥 → 设置聊天通道

# 2. 配置网关模式
docker run --rm -v openclaw-data:/root/.openclaw $IMAGE openclaw config set gateway.mode local

# 3. 启动(守护进程模式,容器会一直运行)
docker run -d --name openclaw -p 18789:18789 \
  -v openclaw-data:/root/.openclaw --restart unless-stopped \
  $IMAGE openclaw gateway run

参数说明: - -d: 后台运行(守护进程模式) - --name openclaw: 给容器取名,方便管理 - -p 18789:18789: 端口映射 - --restart unless-stopped: 除非手动停止,否则一直运行 - openclaw gateway run: 启动网关(容器启动命令)

访问:http://localhost:18789

完整指南(远程部署、Nginx 反代、Docker Compose、内网访问等)请查看 Docker 部署指南

回到顶部


其他安装方式

一键安装脚本(npm)

Linux / macOS:

curl -fsSL -o install.sh https://cdn.jsdelivr.net/gh/1186258278/OpenClawChineseTranslation@main/install.sh && bash install.sh

Windows PowerShell:

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
Invoke-WebRequest -Uri "https://cdn.jsdelivr.net/gh/1186258278/OpenClawChineseTranslation@main/install.ps1" -OutFile "install.ps1" -Encoding UTF8; powershell -ExecutionPolicy Bypass -File ".\install.ps1"

如遇中文乱码,直接用 npm 安装:npm install -g @qingchencloud/openclaw-zh@latest

npm 国内加速安装

# 使用 npmmirror 镜像源(国内推荐)
npm install -g @qingchencloud/openclaw-zh@latest --registry=https://registry.npmmirror.com

# 或全局设置镜像源后再安装
npm config set registry https://registry.npmmirror.com
npm install -g @qingchencloud/openclaw-zh@latest

pnpm / yarn 安装

# pnpm
pnpm add -g @qingchencloud/openclaw-zh@latest

# yarn
yarn global add @qingchencloud/openclaw-zh@latest

Git 克隆加速

# 方案 1: 使用 GitHub 代理
git clone https://ghproxy.net/https://github.com/1186258278/OpenClawChineseTranslation.git

# 方案 2: 无需 git,直接用 npx 运行
npx @qingchencloud/openclaw-zh@latest

回到顶部


手机端 — ClawApp

想用手机和 AI 智能体聊天? ClawApp 是 OpenClaw 的移动端 H5 聊天客户端,打开浏览器就能用,不需要装 App。

OpenClaw Gateway 默认只监听本机(127.0.0.1:18789),手机无法直接连接。ClawApp 通过 WebSocket 代理解决了这个问题:

手机浏览器(任意网络)
    ↓ WebSocket (WS / WSS)
ClawApp 代理服务端(端口 3210)
    ↓ WebSocket (localhost)
OpenClaw Gateway(端口 18789)

核心特性:实时流式聊天 · 图片发送 · Markdown 渲染 + 代码高亮 · 快捷指令 · 会话管理 · 暗色/亮色主题 · 中

Extension points exported contracts — how you extend this code

ShengSuanYunModel (Interface)
(no doc)
translations/providers/files/agents/shengsuanyun-models.ts
ShengSuanYunModelsResponse (Interface)
(no doc)
translations/providers/files/agents/shengsuanyun-models.ts
ShengSuanYunMultimodalModel (Interface)
(no doc)
translations/providers/files/agents/shengsuanyun-models.ts
ShengSuanYunMultimodalResponse (Interface)
(no doc)
translations/providers/files/agents/shengsuanyun-models.ts
TaskRes (Interface)
(no doc)
translations/providers/files/agents/shengsuanyun-models.ts

Core symbols most depended-on inside this repo

showToast
called by 37
translations/panel/feature-panel.js
escapeHtml
called by 24
translations/panel/feature-panel.js
isObject
called by 15
translations/providers/files/agents/tools/shengsuanyun/generate.ts
escapeAttr
called by 10
translations/panel/feature-panel.js
getSSYApiKey
called by 9
translations/panel/feature-panel.js
extractSSYError
called by 9
translations/panel/feature-panel.js
readJsonSafely
called by 7
translations/panel/feature-panel.js
normalizeSsySize
called by 7
translations/panel/feature-panel.js

Shape

Function 193
Method 80
Class 14
Interface 7

Languages

TypeScript96%
Python4%

Modules by API surface

docs/js/marked.min.js104 symbols
translations/panel/feature-panel.js96 symbols
translations/providers/files/agents/tools/shengsuanyun/generate.ts28 symbols
translations/providers/files/agents/shengsuanyun-models.ts13 symbols
scripts/detect-untranslated.mjs13 symbols
scripts/inject_panel.py7 symbols
scripts/inject_remote.py6 symbols
cli/utils/i18n-engine.mjs5 symbols
translations/providers/files/agents/tools/shengsuanyun/zimage-turbo.ts3 symbols
cli/commands/apply.mjs3 symbols
translations/providers/files/extensions/shengsuanyun/onboard.ts2 symbols
translations/providers/files/extensions/qingchenyun/onboard.ts2 symbols

For agents

$ claude mcp add OpenClawChineseTranslation \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact