← 返回 Skills 市场
OpenClaw Deck
作者
kellyclaudeai
· GitHub ↗
· v0.1.0
979
总下载
4
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-deck
功能描述
Multi-column chat deck UI for OpenClaw agents. Launch a local web interface to manage and chat with multiple agents side-by-side.
安全使用建议
This skill appears to do exactly what it says: start a local Vite dev server hosting a deck UI that connects to a local OpenClaw Gateway. Before you install/run it, consider: (1) npm install will fetch packages from the public registry — review package-lock.json or run in an isolated environment if you are cautious, since npm packages can include install scripts; (2) the web UI will load Google Fonts (external network call) and will open WebSocket connections to the gateway URL you supply (default ws://127.0.0.1:18789) — do not pass secrets in the browser URL (token in the query string can be exposed in history); (3) verify you actually want a dev server bound to localhost:5173 on your machine; (4) if you need higher assurance, inspect src/lib/store.ts and other omitted files or run npm install in a sandbox/VM. Overall the skill is internally consistent with its description.
功能分析
Type: OpenClaw Skill
Name: openclaw-deck
Version: 0.1.0
The OpenClaw Deck skill bundle is a standard React/Vite application designed to launch a local web UI for managing and chatting with OpenClaw agents. The `SKILL.md` instructions are benign, directing the agent to install dependencies (`npm install`) and start a local development server (`npm run dev`), which are necessary steps for a web UI skill. The frontend code primarily handles UI rendering and establishes a WebSocket connection to a local OpenClaw Gateway (default `ws://127.0.0.1:18789`), optionally using `VITE_GATEWAY_URL` and `VITE_GATEWAY_TOKEN` for configuration. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. All observed behaviors are aligned with the stated purpose of providing a local agent management interface.
能力评估
Purpose & Capability
Name/description match the included frontend code and the declared requirements (node, npm). The files implement a browser UI that connects to a Gateway WebSocket. Required binaries (node, npm) and optional env vars (VITE_GATEWAY_URL / VITE_GATEWAY_TOKEN) are appropriate and expected.
Instruction Scope
SKILL.md instructs the agent to run `npm install` (if node_modules missing) and `npm run dev` in the skill directory and to point the user at http://localhost:5173. Those steps are within scope for launching a local frontend. The code references import.meta.env and URL params for gateway URL/token (expected). Be aware the UI will fetch Google Fonts (fonts.googleapis.com) when loaded in the browser and will attempt WebSocket connections to the configured gateway URL (default ws://127.0.0.1:18789).
Install Mechanism
This is an instruction-only install spec but includes package.json and package-lock.json. Running `npm install` will fetch many packages from the npm registry (package-lock is present). This is expected for a modern frontend but carries the usual supply-chain risk (packages may run lifecycle scripts). There is no download-from-arbitrary-URL or extract step in the skill manifest.
Credentials
No credentials are required by the skill. The optional VITE_GATEWAY_URL and VITE_GATEWAY_TOKEN (used to configure the Gateway connection) are proportionate to the purpose. The code does not request unrelated env vars or other service credentials.
Persistence & Privilege
The skill does not request always:true or elevated persistence. It runs a local dev server and does not attempt to modify other skills or system-wide configuration. Autonomous invocation (disable-model-invocation:false) is the platform default and is not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-deck - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-deck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: multi-column agent chat UI with keyboard navigation
元数据
常见问题
OpenClaw Deck 是什么?
Multi-column chat deck UI for OpenClaw agents. Launch a local web interface to manage and chat with multiple agents side-by-side. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 979 次。
如何安装 OpenClaw Deck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-deck」即可一键安装,无需额外配置。
OpenClaw Deck 是免费的吗?
是的,OpenClaw Deck 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw Deck 支持哪些平台?
OpenClaw Deck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 OpenClaw Deck?
由 kellyclaudeai(@kellyclaudeai)开发并维护,当前版本 v0.1.0。
推荐 Skills