by 1186258278
🦞 OpenClaw (Clawdbot/Moltbot) 汉化版 - 开源个人 AI 助手中文版 | Claude/ChatGPT LLM 接入 | WhatsApp/Telegram/Discord 多平台 | 每小时自动同步 | CLI + Dashboard 全中文 | 全流程搭建教程,以及排错指南!
# Add to your Claude Code skills
git clone https://github.com/1186258278/OpenClawChineseTranslationNo comments yet. Be the first to share your thoughts!
子文档导航:
OpenClaw 是 GitHub 195,000+ Stars 的开源个人 AI 助手平台。它运行在你的电脑上,通过 WhatsApp、Telegram、Discord 等聊天应用与你的 AI 助手交互,帮你处理邮件、日历、文件等日常事务。
本项目 = OpenClaw + 全中文界面,CLI 命令行和 Dashboard 网页控制台均已深度汉化。
内部公益平台,免费使用主流 AI 模型! 签到领额度,邀请得更多,持续免费用 AI!
平台亮点:
配合 OpenClaw 使用:
在 gpt.qt.cool 注册并签到领取免费额度,获取 API Key 后,初始化 OpenClaw 时选择 OpenAI Compatible 提供商,填入地址和 Key 即可使用。
💡 小贴士:每日签到 + 邀请好友即可持续获取免费额度,搭配 OpenClaw 等于拥有一个免费私人 AI 助手!
胜算云 - 国内 AI API 聚合平台,新用户注册送额度,充值尊享 7 折优惠!
前提条件:需要 Node.js >= 22(下载 Node.js)
检查版本:
node -v
npm install -g @qingchencloud/openclaw-zh@latest
openclaw onboard --install-daemon
初始化向导会引导你完成:选择 AI 模型 → 配置 API 密钥 → 设置聊天通道
openclaw gateway
openclaw dashboard
浏览器会自动打开全中文的 Dashboard 控制台。完成!
想了解每一步的详细说明?查看 详细安装指南(包含 Node.js 安装、模型配置、守护进程、内网访问等)
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
# 卸载汉化版
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