skills/computer-use-remote/SKILL.md
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.
start_session first.move, click, scroll, key, type) already attach a fresh screenshot after they run.status for state without starting a session.capture only when you need another screenshot without taking an action.key and type over pointer actions whenever a reliable keyboard path exists.capture to verify before repeating the same action.type(..., submit=true) only for URL or navigation-style entry where Enter should fire immediately after typing.submit=true for ordinary text fields. Type first, then send enter separately if needed.page_down, page_up, space, shift+space, arrows, home, or end.scroll when the desired pane is already active or keyboard scrolling cannot target it.move and click as last-resort actions for controls that cannot be reached through keyboard, accessibility, browser, or app-native tooling.stop, pause, abort, hold, don't continue, or equivalent, halt immediately and do not use computer-use tools again until the user explicitly resumes.