openclaw.plugin.json 314 B

12345678910111213
  1. {
  2. "id": "superpowers-openclaw",
  3. "name": "Superpowers for OpenClaw",
  4. "version": "5.0.7",
  5. "description": "Expose the Superpowers skill pack through OpenClaw's native plugin skill discovery.",
  6. "skills": [
  7. "./skills"
  8. ],
  9. "configSchema": {
  10. "type": "object",
  11. "additionalProperties": false
  12. }
  13. }