
from openclaw-deck61
Launches a local multi-column web UI to manage and chat with multiple OpenClaw agents side-by-side; installs deps and starts the Vite dev server.
Starts and serves the OpenClaw Deck: a multi-column Vite web interface for running and chatting with multiple OpenClaw agents concurrently. The skill handles dependency installation and starts the dev server, connecting the UI to the local OpenClaw Gateway via WebSocket. It also documents keyboard shortcuts and environment configuration.
Invoke this skill when the user wants a local dashboard to run, monitor, and interact with multiple agents simultaneously (e.g., for comparisons, demos, or development). Requires the OpenClaw Gateway to be running or configured via VITE_GATEWAY_URL.
npm run dev, notify user of http://localhost:5173, and list useful keyboard shortcuts.User-invocable developer/local tooling agents that can run node/npm and access local network (OpenClaw-integrated agents, local automation tools).
OpenClaw Deck is a multi-column web UI skill for chatting with multiple OpenClaw agents side-by-side. It has no bundled scripts — the SKILL.md instructs the agent to run npm install and npm run dev locally. The skill is well-documented with clear steps and keyboard shortcuts, but lacks scripts to validate programmatically.
No scripts present — static analysis only. SKILL.md is clean and well-structured. npm install without lockfile hash verification is a minor security consideration.