agent-rdp
Installation
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
- Connect with automation:
agent-rdp connect --host <ip> -u <user> -p <pass> --enable-win-automation - Snapshot:
agent-rdp automate snapshot -i(get accessibility tree with refs) - Act:
agent-rdp automate click @e5oragent-rdp automate fill @e7 "text" - Repeat: snapshot → act → snapshot → act...