mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-01 17:02:29 +00:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"id": "zalouser",
|
|
"name": "Zalo Personal",
|
|
"description": "OpenClaw Zalo Personal Account plugin via native zca-js integration.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["zalouser"],
|
|
"contracts": {
|
|
"tools": ["zalouser"]
|
|
},
|
|
"channelEnvVars": {
|
|
"zalouser": ["ZALOUSER_PROFILE", "ZCA_PROFILE"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|