mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 07:31:18 +00:00
* feat(widgets): unify show_widget across surfaces * docs(canvas): keep lazy show_widget descriptor in sync with the loaded tool
35 lines
634 B
JSON
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": {}
|
|
}
|
|
}
|