openclaw/extensions/cua-computer/package.json
f-trycua 438c80b758 refactor: move computer tool to cua-computer plugin
Move GUI automation from core to a standalone plugin. This keeps the
core lean and lets users opt-in when they need computer-use capabilities.

Plugin provides:
- Screenshot capture
- Mouse clicks (left, right, double)
- Keyboard input (type, key, hotkey)
- Scrolling and dragging
- Cursor position/screen size queries

Enable via config:
```yaml
plugins:
  cua-computer:
    serverUrl: "http://localhost:8000"
```
2026-01-26 15:56:22 -08:00

7 lines
110 B
JSON

{
"name": "@clawdbot/plugin-cua-computer",
"version": "0.1.0",
"type": "module",
"main": "index.ts"
}