OpenClaw Deck
Launch the OpenClaw Deck — a multi-column web UI for chatting with OpenClaw agents side-by-side.
What this skill does
When invoked, install dependencies (if needed) and start the Vite dev server for the deck UI. The deck connects to the local OpenClaw Gateway via WebSocket proxy.
Instructions
- 1. Check if
node_modules exists in the skill's base directory. If not, run npm install in {baseDir}. - Start the dev server by running
npm run dev in {baseDir}. - Tell the user the deck is available at http://localhost:5173.
- Mention available keyboard shortcuts:
-
Tab /
Shift+Tab — move focus between agent column inputs
-
Cmd+1–9 — jump to a specific column by number
-
Cmd+K — open the Add Agent modal
Requirements
- - The OpenClaw Gateway must be running on
ws://127.0.0.1:18789 (default), or the user must set VITE_GATEWAY_URL in .env. - Node.js and npm must be installed.
OpenClaw 面板
启动 OpenClaw 面板——一个多列网页界面,用于并排与 OpenClaw 智能体进行对话。
该技能的功能
调用时,安装依赖项(如需要)并启动面板 UI 的 Vite 开发服务器。该面板通过 WebSocket 代理连接到本地 OpenClaw 网关。
操作步骤
- 1. 检查技能基础目录中是否存在 node_modules。如果不存在,则在 {baseDir} 中运行 npm install。
- 通过在 {baseDir} 中运行 npm run dev 启动开发服务器。
- 告知用户面板可通过 http://localhost:5173 访问。
- 提及可用的键盘快捷键:
-
Tab /
Shift+Tab — 在智能体列输入框之间移动焦点
-
Cmd+1–9 — 跳转到指定编号的列
-
Cmd+K — 打开添加智能体弹窗
要求
- - OpenClaw 网关必须在 ws://127.0.0.1:18789(默认)上运行,或者用户必须在 .env 中设置 VITEGATEWAYURL。
- 必须安装 Node.js 和 npm。