Files
openclaw/extensions/lobster/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

14 lines
257 B
JSON

{
"id": "lobster",
"activation": {
"onStartup": true
},
"name": "Lobster",
"description": "Typed workflow tool with resumable approvals.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}