From 6f1693f1d8752f7744a26932076855fd55991930 Mon Sep 17 00:00:00 2001 From: liyanyan <215952619@qq.com> Date: Sun, 15 Mar 2026 22:51:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw.plugin.json | 4 ++-- skills/vocechat/SKILL.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index b2b0ea0..74bbb04 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,6 +1,6 @@ { - "id": "openclaw-vocechat", - "name": "openclaw-vocechat", + "id": "vocechat", + "name": "vocechat", "version": "1.0.0", "description": "VoceChat channel plugin for OpenClaw", "configSchema": { diff --git a/skills/vocechat/SKILL.md b/skills/vocechat/SKILL.md index 91fe0bf..cac4c0a 100644 --- a/skills/vocechat/SKILL.md +++ b/skills/vocechat/SKILL.md @@ -28,7 +28,7 @@ Configure in `~/.openclaw/openclaw.json`: accounts: { default: { serverUrl: "https://your-vocechat-server.com", - botApiKey: "your-api-key", + botApiToken: "your-api-key", wsServerUrl: "wss://your-vocechat-server.com/ws", }, },