openclaw/extensions/kook/package.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
196 B
JSON

{
"name": "@moltbot/kook",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Kook channel plugin",
"moltbot": {
"extensions": [
"./index.ts"
]
}
}