mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 16:53:10 +00:00
18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"id": "slack",
|
|
"name": "Slack",
|
|
"description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["slack"],
|
|
"channelEnvVars": {
|
|
"slack": ["SLACK_BOT_TOKEN", "SLACK_APP_TOKEN", "SLACK_USER_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|