🦞 OpenClaw & Hermes Agent 多引擎 AI 管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装 | Tauri v2 跨平台桌面应用 | 11 种语言
# Add to your Claude Code skills
git clone https://github.com/qingchencloud/clawpanelLast scanned: 4/23/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-23T06:08:03.171Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}clawpanel is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by qingchencloud. 🦞 OpenClaw & Hermes Agent 多引擎 AI 管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装 | Tauri v2 跨平台桌面应用 | 11 种语言. It has 2,888 GitHub stars.
Yes. clawpanel 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/qingchencloud/clawpanel" and add it to your Claude Code skills directory (see the Installation section above).
clawpanel is primarily written in JavaScript. It is open-source under qingchencloud 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 clawpanel against similar tools.
No comments yet. Be the first to share your thoughts!
ClawPanel 是支持多 AI Agent 框架的可视化管理面板,目前支持 OpenClaw 和 Hermes Agent 双引擎。内置智能 AI 助手,帮你一键安装、自动诊断配置、排查问题、修复错误。8 大工具 + 4 种模式 + 交互式问答,从新手到老手都能轻松管理。
🌐 官网: claw.qt.cool | 📦 下载: 官网下载中心 | 备用: GitHub Releases | 国内镜像: AtomGit
内部技术测试平台,面向部分用户开放体验。签到领额度,邀请得更多。
配合 OpenClaw 使用:在 gpt.qt.cool 注册并签到领取测试额度,获取 API Key 后,初始化 OpenClaw 时选择 OpenAI Compatible 提供商,填入地址和 Key 即可使用。
⚠️ 合规与责任边界:本平台仅提供技术测试,禁止用于违法违规、绕过安全机制等用途。违规将限制访问并保留处置权。妥善保管 API Key,勿在截图/日志/代码库中泄露。具体规则以平台最新政策与页面展示为准。
ClawPanel 提供纯 Web 版部署模式(零 GUI 依赖),天然兼容 ARM64 开发板和嵌入式设备:
npm run serve 即可运行docker run ghcr.io/qingchencloud/openclaw:latest 开箱即用engines.node 自动检测(OpenClaw 2026.7.1 要求 >=22.22.3 <23 || >=24.15.0 <25 || >=25.9.0)📖 详见 Armbian 部署指南 | Web 版开发说明
一群对 AI Agent 充满热情的开发者和玩家,欢迎加入交流。
前往 官网下载中心 下载最新版本。页面会自动识别系统,也可以手动选择 Windows、macOS 或 Linux 安装包;GitHub Releases 作为备用下载入口保留。
| 芯片 | 安装包 | 说明 |
|---|---|---|
| Apple Silicon (M1/M2/M3/M4) | ClawPanel_x.x.x_aarch64.dmg |
2020 年末及之后的 Mac |
| Intel | ClawPanel_x.x.x_x64.dmg |
2020 年及之前的 Mac |
不确定芯片类型?点击左上角 → 关于本机,查看「芯片」一栏。
安装方式:打开 .dmg 文件,先将 ClawPanel 拖入「应用程序」文件夹,再双击打开。
⚠️ 首次打开提示"已损坏"或"无法验证开发者"? 由于应用未签名,macOS 会拦截。请在终端执行以下命令解除限制:
sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app或者前往「系统设置 → 隐私与安全性」,找到 ClawPanel 点击「仍要打开」。
提示
No such file?说明没有拖入应用程序文件夹。请先拖入,或改用:sudo xattr -rd com.apple.quarantine ~/Downloads/ClawPanel.app
| 格式 | 安装包 | 说明 |
|---|---|---|
| EXE 安装器 | ClawPanel_x.x.x_x64-setup.exe |
推荐,双击安装 |
| MSI 安装器 | ClawPanel_x.x.x_x64_en-US.msi |
企业部署 / 静默安装 |
| 格式 | 安装包 | 说明 |
|---|---|---|
| AppImage | ClawPanel_x.x.x_amd64.AppImage |
免安装,chmod +x 后直接运行 |
| DEB | ClawPanel_x.x.x_amd64.deb |
Debian / Ubuntu:sudo dpkg -i *.deb |
| RPM | ClawPanel-x.x.x-1.x86_64.rpm |
Fedora / RHEL:sudo rpm -i *.rpm |
没有桌面环境?一键部署 ClawPanel Web 版,通过浏览器远程管理 OpenClaw:
curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
部署完成后访问 http://服务器IP:1420,功能与桌面版一致。
📖 详细教程见 Linux 部署指南
docker run -d --name clawpanel --restart unless-stopped \
-p 1420:1420 -v clawpanel-data:/root/.openclaw \
node:22.22.3-slim \
sh -c "apt-get update && apt-get install -y git && \
npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \
git clone https://github.com/qingchencloud/clawpanel.git /app && \
cd /app && npm install && npm run build && npm run serve"
📖 详细教程见 Docker 部署指南(含 Compose、自定义镜像、Nginx 反向代理等)
ClawPanel 提供多种升级方式,根据你的安装方式选择对应方案。
桌面版会通过官网 API 检查新版本。发现新版本后,面板会推荐适合当前系统的完整安装包:
手动升级:如果官网下载失败,可前往 GitHub Releases 下载最新安装包,覆盖安装即可。数据不会丢失。
| 格式 | 升级命令 |
|---|---|
| AppImage | 下载最新 .AppImage 文件,替换旧文件,chmod +x 后运行 |
| DEB | sudo dpkg -i ClawPanel_最新版本_amd64.deb |
| RPM | sudo rpm -U ClawPanel-最新版本-1.x86_64.rpm |
方式一:一键升级脚本(推荐)
系统级安装(/opt/clawpanel):
curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | sudo bash
普通用户安装(~/.local/share/clawpanel):
curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash
脚本会读取已有 systemd 服务的实际工作目录,使用 git pull --ff-only 拉取代码,重新构建并重启服务。Git 拉取失败、本地存在未提交修改或权限模式不匹配时会明确报错并停止,不会继续用旧源码构建。
方式二:手动升级
cd /opt/clawpanel # 替换为实际安装目录
git status --short # 有输出时先处理本地修改
git pull --ff-only origin main
npm install
npm run build
node -p "require('./package.json').version" # 应输出最新版本
sudo systemctl restart clawpanel
普通用户服务将最后一行替换为 systemctl --user restart clawpanel。升级后如果浏览器仍显示旧版本,请使用 Ctrl+F5 强制刷新。
升级 OpenClaw:面板和 OpenClaw 版本需要匹配。可在「服务管理」页面一键升级,或手动执行:
sudo npm install -g @qingchencloud/openclaw-zh@latest --registry https://registry.npmmirror.com
Docker Compose 方式(推荐)