Files
openclaw/extensions/slack/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

13 lines
247 B
JSON

{
"id": "slack",
"channels": ["slack"],
"channelEnvVars": {
"slack": ["SLACK_BOT_TOKEN", "SLACK_APP_TOKEN", "SLACK_USER_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}