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", }, },