mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-10 17:39:34 +00:00
18 lines
389 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|