Install
openclaw skills install @kagura-agent/openclaw-zulipZulip channel plugin for OpenClaw with topic threading, metadata DB, bot commands, and event queue processing. Install from source when you want to connect OpenClaw to a Zulip organization.
openclaw skills install @kagura-agent/openclaw-zulipConnect OpenClaw to Zulip — topic threading, metadata DB, bot commands, event queue processing.
git clone https://github.com/kagura-agent/openclaw-zulip.git
Add to openclaw.json:
{
"plugins": {
"load": {
"paths": ["path/to/openclaw-zulip"]
},
"entries": {
"kagura-zulip": { "enabled": true }
}
}
}
Add Zulip channel config:
{
"channels": {
"zulip": {
"enabled": true,
"defaultAccount": "bot",
"accounts": {
"bot": {
"realm": "https://your-org.zulipchat.com",
"email": "your-bot@your-org.zulipchat.com",
"apiKey": "your-zulip-api-key"
}
}
}
}
}
/status, custom commands via plugin APIrealmopenclaw gateway restart
Check gateway logs for zulip channel initialization. Send a DM to the bot in Zulip to verify.
cd openclaw-zulip && npm install && npm test
74 vitest tests covering client, gateway, normalize, threading, metadata, and probe modules.