@galaxyxieyu/xiaozhi
v0.1.16
Published
OpenClaw channel plugin for xiaozhi-server bridge mode
Downloads
1,513
Maintainers
Readme
@galaxyxieyu/xiaozhi
@galaxyxieyu/xiaozhi is a native OpenClaw channel plugin for the self-hosted Xiaozhi bridge flow.
It does four 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:
- Registers
xiaozhi_push_text, which lets an agent or subagent proactively push TTS back to the current Xiaozhi device.
Local development
Install from the workspace:
openclaw plugins install ./packages/openclaw-xiaozhi
openclaw plugins enable xiaozhi
openclaw gateway restart