Install
openclaw skills install @topgemstoken/computer-controlControl the computer like a human: take screenshots, move/click the mouse, type text, press hotkeys, scroll, launch apps, and run AppleScript — via the dependency-free tarsx CLI (zero config, no API keys). Click windows by app name (clickwin), no pixel guessing. Cross-platform core with auto-detected backends: macOS first (cliclick/osascript/screencapture), Linux (xdotool), Windows (PowerShell). Non-ASCII text (Cyrillic, emoji) works out of the box via clipboard paste. Use when the user asks to open/close an app, click or type somewhere, take a screenshot, automate a GUI application, fill a desktop form, check what is on screen, or any GUI automation that shell/browser tools cannot reach. Ukrainian triggers: "відкрий/закрий програму", "натисни", "набери", "зроби скріншот", "керуй комп'ютером". Inspired by Agent TARS (GUI-first computer use), implemented natively.
openclaw skills install @topgemstoken/computer-controlControl the computer through the tarsx CLI. Every command prints a one-line result;
errors are descriptive (most common: missing OS permissions, see Permissions).
Run tarsx info before any other action: it reports the platform, available
backends, and active config, so you know what works before you start.
tarsx is not on PATH)bash "$(dirname "$0")/scripts/install.sh" # or an absolute path to this skill's scripts/install.sh
The installer copies the bundled, dependency-free tarsx to ~/.local/bin.
No npm/network/API keys needed afterwards. Verify with tarsx info.
tarsx info — confirm backends are detected on this machine.tarsx screenshot /tmp/shot.png — then Read the PNG file to see the screen.tarsx windows [App] + tarsx clickwin <App>.tarsx click X Y / tarsx type "text" / tarsx key k --cmd.tarsx screenshot [out.png] [--region x,y,w,h] # screen capture (PNG path printed)
tarsx click <x> <y> [--right] [--double] # click at global screen points
tarsx clickwin <AppName> [--offset dx,dy] # BEST: click inside named app's window (center by default)
tarsx windows [AppName] # list visible windows: app, title, x,y,w,h
tarsx scroll [up|down] [lines] # scroll wheel
tarsx type "text" # keystrokes; non-ASCII goes via clipboard+⌘V
tarsx key <char|named> [--cmd] [--ctrl] [--alt] [--shift]
# named keys: return, tab, escape, delete, home, end, page up, page down,
# left/right/up/down arrow, space, f1..f12
tarsx wait <seconds> # pause between actions (let apps load)
tarsx apps # list visible running apps
tarsx open <AppName> # launch app ("Calculator", "Safari"...)
tarsx open <https://url> # open URL in default handler
tarsx osa 'tell application "Finder" to ...' # arbitrary AppleScript (macOS: full automation)
tarsx info [--json] # diagnostics: detected backends + config
Add --json to any command for machine-readable output.
tarsx open "TextEdit" → tarsx wait 1.5 → tarsx clickwin TextEdit → tarsx type "...".tarsx windows TextEdit gives x,y,w,h →
compute the point → tarsx click X Y.tarsx key s --cmd (⌘S), tarsx key w --cmd (close tab/window).tarsx osa (e.g. battery, volume,
window bounds: tarsx osa 'tell application "System Events" to tell process "Safari" to get {position, size} of window 1').The app that runs the agent needs, in System Settings → Privacy & Security: