From 57fc17892e3347b8fb3acd5b46d2bb168ea8a773 Mon Sep 17 00:00:00 2001 From: Mariano Belinky Date: Sat, 7 Feb 2026 23:55:36 +0100 Subject: [PATCH] Plugins: add configSchema to talk-voice manifest --- extensions/talk-voice/openclaw.plugin.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/extensions/talk-voice/openclaw.plugin.json b/extensions/talk-voice/openclaw.plugin.json index ae7439b390f..88ef17397d2 100644 --- a/extensions/talk-voice/openclaw.plugin.json +++ b/extensions/talk-voice/openclaw.plugin.json @@ -1,7 +1,10 @@ { "id": "talk-voice", "name": "Talk Voice", - "version": "0.0.1", - "main": "index.ts", - "description": "Manage ElevenLabs Talk voice selection (list/set)." + "description": "Manage Talk voice selection (list/set).", + "configSchema": { + "type": "object", + "additionalProperties": false, + "properties": {} + } }