openclaw/extensions/cua-computer/openclaw.plugin.json

18 lines
389 B
JSON

{
"id": "cua-computer",
"activation": {
"onStartup": true
},
"enabledByDefault": false,
"name": "CUA Computer",
"description": "Experimental CUA Driver SDK computer control for Windows and Linux node hosts.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"driverPath": {
"type": "string"
}
}
}
}