diff --git a/extensions/poe/index.ts b/extensions/poe/index.ts index 9fd219b98..1390a81fd 100644 --- a/extensions/poe/index.ts +++ b/extensions/poe/index.ts @@ -1,4 +1,4 @@ -import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk"; +import { emptyPluginConfigSchema } from "openclaw/plugin-sdk"; const POE_BASE_URL = "https://api.poe.com/v1"; const ENV_VAR = "POE_API_KEY"; diff --git a/extensions/poe/clawdbot.plugin.json b/extensions/poe/openclaw.plugin.json similarity index 100% rename from extensions/poe/clawdbot.plugin.json rename to extensions/poe/openclaw.plugin.json diff --git a/extensions/poe/package.json b/extensions/poe/package.json index 2415440ad..16078d85f 100644 --- a/extensions/poe/package.json +++ b/extensions/poe/package.json @@ -1,9 +1,9 @@ { - "name": "@clawdbot/poe", - "version": "2026.1.25", + "name": "@openclaw/poe", + "version": "2026.1.29", "type": "module", - "description": "Clawdbot Poe provider plugin", - "clawdbot": { + "description": "OpenClaw Poe provider plugin", + "openclaw": { "extensions": [ "./index.ts" ]