Add native OpenClaw plugin support

This commit is contained in:
Drew Ritter
2026-04-28 16:56:39 -07:00
parent 772332a476
commit dc6082d7ff
7 changed files with 207 additions and 1 deletions

13
openclaw.plugin.json Normal file
View File

@@ -0,0 +1,13 @@
{
"id": "superpowers-openclaw",
"name": "Superpowers for OpenClaw",
"version": "5.0.7",
"description": "Expose the Superpowers skill pack through OpenClaw's native plugin skill discovery.",
"skills": [
"./skills"
],
"configSchema": {
"type": "object",
"additionalProperties": false
}
}