{ "id": "yonexus-server", "name": "Yonexus.Server", "description": "Yonexus central hub plugin for cross-instance OpenClaw communication", "activation": { "onStartup": true }, "commandAliases": [ { "name": "yonexus-server" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": { "followerIdentifiers": { "type": "array", "items": { "type": "string" } }, "notifyProvider": { "type": "string", "enum": ["discord", "fabric"] }, "notifyBotToken": { "type": "string" }, "adminUserId": { "type": "string" }, "fabric": { "type": "object", "additionalProperties": false, "properties": { "centerApiBase": { "type": "string" }, "apiKey": { "type": "string" }, "guildNodeId": { "type": "string" }, "channelId": { "type": "string" } }, "required": ["centerApiBase", "apiKey", "guildNodeId", "channelId"] }, "listenHost": { "type": "string" }, "listenPort": { "type": "number" }, "publicWsUrl": { "type": "string" } }, "required": ["listenPort"] } }