@galaxyxieyu/openclaw-xiaozhi
v0.1.4
Published
OpenClaw channel plugin for xiaozhi-server bridge mode
Downloads
647
Maintainers
Readme
@openclaw/xiaozhi
@openclaw/xiaozhi is a native OpenClaw channel plugin for the self-hosted Xiaozhi bridge flow.
It does three things:
- Keeps an outbound WebSocket connection to
xiaozhi-server. - Handles the JSON-RPC methods
xiaozhi.sessionStarted,xiaozhi.sessionEnded,xiaozhi.chat, andxiaozhi.bindPeerAgent. - Resolves peer-to-agent routing using:
- runtime overrides:
peer -> agentId - static bindings from config
- account-level default agent
- runtime overrides:
Local development
Install from the workspace:
openclaw plugins install ./packages/openclaw-xiaozhi
openclaw plugins enable xiaozhi
openclaw gateway restart