Files
openclaw/extensions/discord/openclaw.plugin.json
Peter Steinberger 16d1f487fe feat(widgets): unify show_widget across surfaces (#108983)
* feat(widgets): unify show_widget across surfaces

* docs(canvas): keep lazy show_widget descriptor in sync with the loaded tool
2026-07-16 05:24:11 -07:00

35 lines
634 B
JSON

{
"id": "discord",
"name": "Discord",
"description": "OpenClaw Discord channel plugin for channels, DMs, commands, and app events.",
"icon": "https://cdn.simpleicons.org/discord",
"skills": [
"./skills"
],
"activation": {
"onStartup": false
},
"channels": [
"discord"
],
"contracts": {
"tools": [
"show_widget",
"discord_widget"
],
"transcriptSourceProviders": [
"discord-voice"
]
},
"channelEnvVars": {
"discord": [
"DISCORD_BOT_TOKEN"
]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}