# meteorbay **Repository Path**: xbsdchina/meteorbay ## Basic Information - **Project Name**: meteorbay - **Description**: openclaw plugins install extensions/meteorbay - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meteorbay #### 介绍 openclaw plugins install extensions/meteorbay #### 软件架构 openclaw extension for IM-Hub #### Features: * single channel multi-accounts #### 安装教程 ``` git clone https://gitee.com/xbsdchina/meteorbay openclaw plugins install extensions/meteorbay ``` #### 使用说明 设置openclaw的channel,指向ws://(本地测试)或wss:// URL(生产测试) 设置api-key,与URL站点一致 #### config example: defaultAgentId same as your bindings config ``` "channels": { "meteorbay": { "enabled": true, "accounts": [ { "id": "testABC", "name": "test-PC", "apiKey": "oc-APIKEY-1", "endpoint": "ws://test_a.com/chat2openclaw", "enabled": true, "defaultAgentId":"coder" }, { "id": "testEFG", "name": "test-Server", "apiKey": "oc-APIKey-2", "endpoint": "wss://test_b.com/chat2openclaw", "enabled": true, "defaultAgentId":"main" } ] } }, ``` #### 参与贡献 #### Features: support reactive-v1 and openclaw-RPC-v3