mirror of
https://github.com/obra/superpowers.git
synced 2026-05-03 07:43:11 +00:00
14 lines
314 B
JSON
14 lines
314 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|