openclaw/extensions/kook/clawdbot.plugin.json
dongxiaolong ce07a19b61 feat(channels): add Kook channel plugin
- Add Kook chat platform integration via WebSocket
- Support private messages and channel messages
- Implement user allowlist (allowedUserId) for security
- Add automatic message chunking for long messages
- Include auto-reconnection mechanism
- Add comprehensive documentation
2026-01-29 13:25:08 +08:00

12 lines
154 B
JSON

{
"id": "kook",
"channels": [
"kook"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}