/install clawface
Clawface — 3D Avatar Chat
A self-contained web UI with a 3D avatar, chat, and TTS voice. You do NOT need a browser — you start an HTTP server and give the user a URL to open in their own browser.
Install
After the downloads above complete, the tools directory at ~/.openclaw/tools/clawface/ will contain:
runtime/— sherpa-onnx TTS runtime (platform-specific binary + libs)models/— TTS voice model
The web assets are bundled in {baseDir}/dist/.
No further configuration is needed — serve.js finds the TTS runtime and models automatically.
How to start
Run this command:
node {baseDir}/bin/serve.js \
--dist {baseDir}/dist \
--tools-dir ~/.openclaw/tools/clawface \
--port 18794 \
--gateway-url "ws://127.0.0.1:${OPENCLAW_GATEWAY_PORT:-18789}" \
--gateway-token "$OPENCLAW_GATEWAY_TOKEN" \
--identity-file ~/.openclaw/identity/device.json
The server prints a URL like http://localhost:18794 to stdout.
Tell the user: "Avatar ready at http://localhost:18794" — they open it in their browser.
Security
- Credentials never reach the browser. The server authenticates to the gateway via a WebSocket proxy (
/ws). The gateway token and device private key stay server-side — the browser only receives a proxy URL. - The
--gateway-tokenand--identity-filearguments are used exclusively by serve.js to authenticate the upstream gateway connection.
Important
- Do NOT try to open a browser yourself. Just start the server and return the URL.
- The server is zero-dependency Node.js — no
npm installrequired. - TTS is built in — the server calls sherpa-onnx directly, no separate TTS skill needed.
Stopping
Kill the node process to stop the server.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawface - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawface触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawface 是什么?
Start the Clawface 3D avatar web UI — serves a local web page the user opens in their browser. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Clawface?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawface」即可一键安装,无需额外配置。
Clawface 是免费的吗?
是的,Clawface 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawface 支持哪些平台?
Clawface 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Clawface?
由 nmfisher(@nmfisher)开发并维护,当前版本 v0.0.3。