#plugins on clawhub

1 messages · Page 1 of 1 (latest)

plain fossil
#

For code plugins on ClawHub, what exact value format should openclaw.compat.pluginApi and openclaw.build.openclawVersion use in package.json?

brave meteorBOT
glad beaconBOT
#

Yep, for code plugins published to ClawHub the expected format is:

"openclaw": {
  "compat": {
    "pluginApi": ">=2026.4.11"
  },
  "build": {
    "openclawVersion": "2026.4.11"
  }
}

So, exactly:

  • openclaw.compat.pluginApi
    • semver range string