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/OpenClawChineseTranslationGuides for using ai agents skills like OpenClawChineseTranslation.
Last scanned: 4/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-21T06:03:00.682Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}OpenClawChineseTranslation is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by 1186258278. 🦞 OpenClaw (Clawdbot/Moltbot) 汉化版 - 开源个人 AI 助手中文版 | Claude/ChatGPT LLM 接入 | WhatsApp/Telegram/Discord 多平台 | 每小时自动同步 | CLI + Dashboard 全中文 | 全流程搭建教程,以及排错指南!. It has 3,803 GitHub stars.
Yes. OpenClawChineseTranslation passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/1186258278/OpenClawChineseTranslation" and add it to your Claude Code skills directory (see the Installation section above).
OpenClawChineseTranslation is primarily written in JavaScript. It is open-source under 1186258278 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh OpenClawChineseTranslation against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
每小时自动同步 OpenClaw 官方更新,汉化版延迟 < 1 小时!
🦀 ClawPanel — 内置 AI 助手的可视化管理面板 | 📱 ClawApp — 手机端聊天客户端 | 查看生态工具 →
什么是 OpenClaw? · 词元 API 赞助 · 4 步上手 · 汉化效果预览 · 常用命令 · 网关重启 · 卸载教程 · 更新升级 · Docker 部署 · 其他安装方式 · 手机端 ClawApp · 常见问题 · 插件扩展 · 社区交流 · 相关链接 · 参与贡献 · 关于
子文档导航:
OpenClaw 是 GitHub 195,000+ Stars 的开源个人 AI 助手平台。它运行在你的电脑上,通过 WhatsApp、Telegram、Discord 等聊天应用与你的 AI 助手交互,帮你处理邮件、日历、文件等日常事务。
本项目 = OpenClaw + 全中文界面,CLI 命令行和 Dashboard 网页控制台均已深度汉化。
第三方赞助推广,具体规则以词元 API 页面为准。
平台亮点:
https://ciyapi.79tian.com/v1配合 OpenClaw 使用:
在 词元 API 注册,前往 API 密钥 获取 Key。初始化 OpenClaw 时选择 OpenAI Compatible 提供商,Base URL 填入 https://ciyapi.79tian.com/v1,再填入 Key 即可使用。
胜算云 - 国内 AI API 聚合平台,新用户注册送额度,充值尊享 7 折优惠!
前提条件:需要 Node.js >= 22.19.0(下载 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 ope