openclaw-deck
✓Verified·Scanned 2/18/2026
This skill launches a local Vite dev server to provide the OpenClaw Deck web UI and connects to an OpenClaw Gateway. It instructs running npm install / npm run dev, reads VITE_GATEWAY_URL / VITE_GATEWAY_TOKEN from .env, and connects to ws://127.0.0.1:18789 and http://localhost:5173.
from clawhub.ai·ve53fb85·115.1 KB·0 installs
Scanned from 0.1.0 at e53fb85 · Transparency log ↗
$ vett add clawhub.ai/kellyclaudeai/openclaw-deck
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
- Check if
node_modulesexists in the skill's base directory. If not, runnpm installin{baseDir}. - Start the dev server by running
npm run devin{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 setVITE_GATEWAY_URLin.env. - Node.js and npm must be installed.