🦞 OpenClaw & Hermes Agent 多引擎 AI 管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装 | Tauri v2 跨平台桌面应用 | 11 种语言
⚠️ 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.
# Add to your Claude Code skills
git clone https://github.com/qingchencloud/clawpanelGuides for using ai agents skills like clawpanel.
Last scanned: 4/23/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-23T06:08:03.171Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}ClawPanel 是支持多 AI Agent 框架的可视化管理面板,目前支持 OpenClaw、Hermes Agent 和 DeepSeek Harness 三引擎。内置智能 AI 助手,帮你一键安装、自动诊断配置、排查问题、修复错误。8 大工具 + 4 种模式 + 交互式问答,从新手到老手都能轻松管理。
🌐 官网: claw.qt.cool | 📦 下载: 官网下载中心 | 备用: GitHub Releases | 国内镜像: AtomGit
晴辰云是 ClawPanel 配套的免费签到测试平台,适合模型体验和功能验证。ClawPanel 不内置或自动读取晴辰云密钥;请自行注册并前往签到页领取测试额度与 API Key,再手动粘贴到 ClawPanel 选择模型并一键配置。具体开放状态和额度规则以晴辰云页面为准。
第三方赞助推广,具体规则以词元 API 页面为准。
配合 OpenClaw 使用:在 词元 API 注册并获取 API Key,选择 OpenAI Compatible 提供商,Base URL 填写 https://ciyapi.79tian.com/v1。可前往模型广场查看实时模型和价格。
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
部署脚本的新安装默认使用官方稳定版 OpenClaw;如需汉化版可显式执行
curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | OPENCLAW_SOURCE=chinese bash。
部署完成后访问 http://服务器IP:1420,功能与桌面版一致。
也可以从 GitHub Release 下载 web-x.y.z.zip 完整 Web 服务端包。升级时必须整体替换前端与 Node 后端并重启服务;frontend-hot-update-x.y.z.zip 只供桌面端热更新,不能用于 Web 服务器部署。
📖 详细教程见 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 openclaw@2026.8.1 --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:
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,933 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!