mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 14:37:13 +00:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"id": "nextcloud-talk",
|
|
"name": "Nextcloud Talk",
|
|
"description": "OpenClaw Nextcloud Talk channel plugin for conversations.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["nextcloud-talk"],
|
|
"channelEnvVars": {
|
|
"nextcloud-talk": ["NEXTCLOUD_TALK_BOT_SECRET", "NEXTCLOUD_TALK_API_PASSWORD"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|