openclaw/extensions/poe/openclaw.plugin.json
Gareth Jones 6cd68caffc 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>
2026-01-29 22:48:38 -08:00

12 lines
153 B
JSON

{
"id": "poe",
"providers": [
"poe"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}