Files
openclaw/extensions/slack/openclaw.plugin.json

16 lines
310 B
JSON

{
"id": "slack",
"channels": ["slack"],
"activation": {
"onRoutes": ["gateway-plugin-http"]
},
"channelEnvVars": {
"slack": ["SLACK_BOT_TOKEN", "SLACK_APP_TOKEN", "SLACK_USER_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}