Files
openclaw/extensions/zalouser/openclaw.plugin.json
2026-05-02 06:21:08 +01:00

19 lines
327 B
JSON

{
"id": "zalouser",
"activation": {
"onStartup": false
},
"channels": ["zalouser"],
"contracts": {
"tools": ["zalouser"]
},
"channelEnvVars": {
"zalouser": ["ZALOUSER_PROFILE", "ZCA_PROFILE"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}