mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 03:39:33 +00:00
19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"id": "twitch",
|
|
"name": "Twitch",
|
|
"description": "OpenClaw Twitch channel plugin for chat and moderation workflows.",
|
|
"icon": "https://cdn.simpleicons.org/twitch",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["twitch"],
|
|
"channelEnvVars": {
|
|
"twitch": ["OPENCLAW_TWITCH_ACCESS_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|