# ClawX — Desktop UI for OpenClaw Agents > ClawX is an Electron desktop UI for OpenClaw agents with chat, cron automation, and skill management. Install via Releases or pnpm dev. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # Recommended: download the latest pre-built app echo 'https://github.com/ValueCell-ai/ClawX/releases' # Dev: build from source git clone https://github.com/ValueCell-ai/ClawX.git cd ClawX && pnpm run init && pnpm dev ``` ## Intro ClawX is an Electron desktop UI for OpenClaw agents with chat, cron automation, and skill management. Install via Releases or pnpm dev. **Best for:** Users who want an agent desktop app with chat, cron jobs, and skill management **Works with:** macOS/Windows/Linux, OpenClaw runtime, optional provider keys **Setup time:** 8-20 minutes ### Key facts (verified) - GitHub: 7168 stars · 1058 forks · pushed 2026-05-13. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-verified entrypoint: `git clone https://github.com/ValueCell-ai/ClawX.git`. ## Main - Use Releases for the fastest path; only build locally if you need to modify the UI or OpenClaw integration. - Treat the app as an orchestrator shell: provider setup, channel integrations, cron automation, and skill management live behind UI flows. - If you operate in restricted networks, use the built-in proxy settings (README lists Settings → Gateway → Proxy) so the runtime can reach providers. ### Source-backed notes - README positions ClawX as a desktop interface for OpenClaw and highlights a setup wizard for first launch. - README lists platform support (macOS/Windows/Linux) and documents a source build flow using pnpm (`pnpm run init`, `pnpm dev`). - README describes a built-in skill system/marketplace and mentions bundled document skills (pdf/xlsx/docx/pptx). ### FAQ - **Do I need the terminal to use it?**: No — README emphasizes a GUI-first workflow with a guided setup wizard. - **Is it only for OpenClaw?**: It’s built on top of OpenClaw; README frames it as a ‘battery-included’ OpenClaw desktop experience. - **Can I develop it locally?**: Yes — README provides `pnpm run init` and `pnpm dev` for a dev-mode launch. ## Source & Thanks > Source: https://github.com/ValueCell-ai/ClawX > License: MIT > GitHub stars: 7168 · forks: 1058 --- ## Quick Use ```bash # Recommended: download the latest pre-built app echo 'https://github.com/ValueCell-ai/ClawX/releases' # Dev: build from source git clone https://github.com/ValueCell-ai/ClawX.git cd ClawX && pnpm run init && pnpm dev ``` ## Intro ClawX 是基于 OpenClaw 的 Electron 桌面应用,把原本偏 CLI 的 agent 编排体验做成 GUI。README 提供 Releases 安装入口,也给出 pnpm 的本地开发流程。 **Best for:** 想要聊天 + 定时任务 + 技能管理一体化桌面端的用户 **Works with:** macOS/Windows/Linux;内置 OpenClaw runtime;可选模型 Provider Key **Setup time:** 8-20 minutes ### Key facts (verified) - GitHub:7168 stars · 1058 forks;最近更新 2026-05-13。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`git clone https://github.com/ValueCell-ai/ClawX.git`。 ## Main - 最快路径是直接装 Releases 版本;只有在需要改 UI/集成时再从源码跑 pnpm 开发模式。 - 把它当作 agent 的桌面编排外壳:Provider 配置、频道集成、Cron 自动化、技能管理都通过 UI 流程完成。 - 在受限网络环境下,按 README 的 Settings → Gateway → Proxy 配置代理,确保 runtime 能访问模型服务。 ### Source-backed notes - README 把 ClawX 定位为 OpenClaw 的桌面界面,并说明首次启动会有 Setup Wizard。 - README 写明支持 macOS/Windows/Linux,并给出 pnpm 的源码开发命令(`pnpm run init`、`pnpm dev`)。 - README 介绍内置 Skill 系统/市场,并提到预置文档处理类技能(pdf/xlsx/docx/pptx)。 ### FAQ - **必须会用终端吗?**:不必。README 强调 GUI 优先,并提供引导式安装向导。 - **只支持 OpenClaw 吗?**:它以 OpenClaw 为核心。README 把它描述成‘电池内置’的 OpenClaw 桌面体验。 - **能本地二开吗?**:可以。README 给出 `pnpm run init` 与 `pnpm dev` 的开发启动流程。 ## Source & Thanks > Source: https://github.com/ValueCell-ai/ClawX > License: MIT > GitHub stars: 7168 · forks: 1058 --- Source: https://tokrepo.com/en/workflows/clawx-desktop-ui-for-openclaw-agents Author: Skill Factory