Files
openclaw/extensions/crabbox/openclaw.plugin.json
Peter Steinberger e681646834 feat(cloud-workers): add crabbox worker provider plugin and profile-aware lease lifecycle (#104465)
* feat(cloud-workers): add Crabbox worker provider

* docs(cloud-workers): document Crabbox profiles

* chore(cloud-workers): drop changelog entry (release-only file)

* refactor(plugin-sdk): pass profiles to worker lease lifecycle

* docs(plugin-sdk): document worker lifecycle profiles

* chore(docs): regenerate plugin inventory, docs map, and sdk baseline after rebase

* fix(cloud-workers): state crabbox key-ref gap without warning-comment suppressions
2026-07-11 05:51:56 -07:00

17 lines
334 B
JSON

{
"id": "crabbox",
"name": "Crabbox Worker Provider",
"description": "Cloud worker provider backed by the Crabbox CLI.",
"activation": {
"onStartup": false
},
"contracts": {
"workerProviders": ["crabbox"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}