返回顶部
c

clawface

Start the Clawface 3D avatar web UI — serves a local web page the user opens in their browser

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.3
安全检测
已通过
90
下载量
0
收藏
概述
安装方式
版本历史

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: ```bash 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-token` and `--identity-file` arguments 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 install` required. - TTS is built in — the server calls sherpa-onnx directly, no separate TTS skill needed. ## Stopping Kill the `node` process to stop the server.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawface-1776112802 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawface-1776112802 技能

通过命令行安装

skillhub install clawface-1776112802

下载 Zip 包

⬇ 下载 clawface v0.0.3

文件大小: 83.53 KB | 发布时间: 2026-4-14 13:26

v0.0.3 最新 2026-4-14 13:26
clawface 0.0.3

- Version updated to 0.0.3.
- Documentation refreshed in SKILL.md; no functional changes noted.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部