20 lines
482 B
JSON
20 lines
482 B
JSON
{
|
|
"name": "openclaw-vocechat",
|
|
"openclaw": {
|
|
"extensions": ["./src/index.ts"],
|
|
"channel": {
|
|
"id": "vocechat",
|
|
"label": "VoceChat",
|
|
"selectionLabel": "VoceChat (self-hosted)",
|
|
"docsPath": "/channels/vocechat",
|
|
"docsLabel": "vocechat",
|
|
"blurb": "Self-hosted chat via VoceChat API.",
|
|
"order": 70,
|
|
"aliases": ["voce"]
|
|
},
|
|
"install": {
|
|
"localPath": "extensions/vocechat",
|
|
"defaultChoice": "local"
|
|
}
|
|
}
|
|
} |