{ "id": "yonexus-client", "name": "Yonexus.Client", "version": "0.1.0", "description": "Yonexus client plugin for cross-instance OpenClaw communication", "entry": "./dist/Yonexus.Client/plugin/index.js", "permissions": [], "configSchema": { "type": "object", "additionalProperties": false, "properties": { "mainHost": { "type": "string" }, "identifier": { "type": "string" }, "notifyBotToken": { "type": "string" }, "adminUserId": { "type": "string" } }, "required": ["mainHost", "identifier", "notifyBotToken", "adminUserId"] } }