openclaw/extensions/phone-control/openclaw.plugin.json
Peter Steinberger f8dbd34ab8
feat(nodes): add computer use (computer.act) on macOS nodes via Peekaboo (#102776)
* feat(nodes): add computer use (computer.act) on macOS nodes via Peekaboo

* fix(nodes): release held computer.act input on node disconnect/stop/disable

* fix(nodes): release held computer.act input armed after a lifecycle release

* fix(nodes): scope computer.act lifecycle catch-up release to the arming action

* chore(nodes): register computer tool display metadata, sync native i18n, doc-comment constants

* fix(nodes): preserve caught-error cause in computer tool resolver; regen docs map
2026-07-09 15:28:09 +01:00

20 lines
440 B
JSON

{
"id": "phone-control",
"activation": {
"onStartup": true
},
"enabledByDefault": true,
"name": "Phone Control",
"description": "Arm/disarm high-risk node commands (camera/screen/computer/writes) with an optional auto-expiry.",
"commandAliases": [
{
"name": "phone",
"kind": "runtime-slash"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}