add yonexus dual-plugin readme and manifests

This commit is contained in:
nav
2026-03-31 23:37:59 +00:00
parent 1d270110b0
commit 488fc29a89
3 changed files with 186 additions and 0 deletions

15
plugin.server.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Yonexus.Server",
"version": "0.1.0",
"description": "Yonexus central server plugin for cross-instance OpenClaw communication",
"entry": "dist/server/index.js",
"permissions": [],
"config": {
"followerIdentifiers": [],
"notifyBotToken": "",
"adminUserId": "",
"listenHost": "0.0.0.0",
"listenPort": 8787,
"publicWsUrl": ""
}
}