mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
29 lines
679 B
JSON
29 lines
679 B
JSON
{
|
|
"id": "matrix",
|
|
"doctorContract": {
|
|
"configRepair": true,
|
|
"stateMigrations": true
|
|
},
|
|
"name": "Matrix",
|
|
"description": "OpenClaw Matrix channel plugin for rooms and direct messages.",
|
|
"cliCommands": [
|
|
{
|
|
"name": "matrix",
|
|
"description": "Manage Matrix accounts, verification, devices, and profile state",
|
|
"hasSubcommands": true
|
|
}
|
|
],
|
|
"icon": "https://cdn.simpleicons.org/matrix",
|
|
"commandAliases": [{ "name": "matrix" }],
|
|
"activation": {
|
|
"onStartup": false,
|
|
"onCommands": ["matrix"]
|
|
},
|
|
"channels": ["matrix"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|