返回 CodeWhale
computer.md
根目录 / crates / tui / plugins / computer-use / commands / computer.md
1 ---
2 description: Drive a computer's screen, mouse, and keyboard
3 usage: /computer [status|look|computers]
4 ---
5
6 $ARGUMENTS
7
8 - With no arguments or `status`: report whether computer use is usable on
9 the active computer — server reachable, platform, screen size, whether the
10 Codewhale Computer Use app is doing the work (`via`), and which
11 permissions or platform tools are missing (`request_access`) — without
12 taking any action.
13 - With `look`: take one screenshot of the active computer and describe what
14 is on screen.
15 - With `computers`: list registered computers (`computer {action:"list"}`) and say which
16 one is active; every tool also takes `computer` to switch.
17 - Anything else (clicking, typing, operating apps, recording) goes through
18 the computer-use skill's observe-act-verify loop with per-action approval.
19 A denied permission or a missing tool fails closed and is reported, never
20 retried blindly.
21
21 lines MARKDOWN