Files
openclaw/extensions/talk-voice/openclaw.plugin.json

18 lines
332 B
JSON

{
"id": "talk-voice",
"enabledByDefault": true,
"name": "Talk Voice",
"description": "Manage Talk voice selection (list/set).",
"commandAliases": [
{
"name": "voice",
"kind": "runtime-slash"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}