fix(poe): migrate extension to openclaw naming

- Rename clawdbot.plugin.json to openclaw.plugin.json
- Update package.json to use @openclaw/poe and openclaw field
- Update import to use openclaw/plugin-sdk

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Gareth Jones 2026-01-29 22:48:38 -08:00
parent 0ffb7b3d82
commit 6cd68caffc
3 changed files with 5 additions and 5 deletions

View File

@ -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";

View File

@ -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"
]