Files
openclaw/extensions/twitch/openclaw.plugin.json
2026-06-23 12:16:02 -07:00

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": {}
}
}