- 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>
12 lines
153 B
JSON
12 lines
153 B
JSON
{
|
|
"id": "poe",
|
|
"providers": [
|
|
"poe"
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|