computer-use-remote
Installation
SKILL.md
Computer Use Remote
When to Use
Load this skill before using computer_use_remote for local desktop and native UI tasks on the connected machine.
If the task is browser-only and the user is flexible, prefer direct browser tooling because it is usually more reliable and token-efficient than screenshot-driven desktop control.
Core Loop
- Call
start_sessionfirst. - Decide from the latest screenshot, not from memory.
- Interactive actions (
move,click,scroll,key,type) already attach a fresh screenshot after they run. - Use
statusfor state without starting a session. - Use
captureonly when you need another screenshot without taking an action.