agent-rdp

SKILL.md

Windows Remote Desktop Control with agent-rdp

Quick start

agent-rdp connect --host <ip> -u <user> -p <pass> --enable-win-automation
agent-rdp automate snapshot -i              # See interactive elements
agent-rdp automate click "@e5"              # Click button by ref
agent-rdp automate fill "@e7" "Hello"       # Type into field
agent-rdp disconnect

Core workflow

  1. Connect with automation: agent-rdp connect --host <ip> -u <user> -p <pass> --enable-win-automation
  2. Snapshot: agent-rdp automate snapshot -i (get accessibility tree with refs)
  3. Act: agent-rdp automate click @e5 or agent-rdp automate fill @e7 "text"
  4. Repeat: snapshot → act → snapshot → act...
Installs
5
First Seen
Mar 24, 2026