Windows UI Automation
Automate Windows GUI interactions (mouse, keyboard, windows) using PowerShell. Use when the user needs to simulate user input on the desktop, such as moving the cursor, clicking buttons, typing text i
Automate Windows GUI interactions (mouse, keyboard, windows) using PowerShell. Use when the user needs to simulate user input on the desktop, such as moving the cursor, clicking buttons, typing text i
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Control the Windows desktop environment programmatically.
Use the provided PowerShell script
mouse_control.ps1.txt:
# Move to X, Y powershell -File skills/windows-ui-automation/mouse_control.ps1.txt -Action move -X 500 -Y 500Click at current position
powershell -File skills/windows-ui-automation/mouse_control.ps1.txt -Action click
Right click
powershell -File skills/windows-ui-automation/mouse_control.ps1.txt -Action rightclick
Use
keyboard_control.ps1.txt:
# Type text powershell -File skills/windows-ui-automation/keyboard_control.ps1.txt -Text "Hello World"Press Enter
powershell -File skills/windows-ui-automation/keyboard_control.ps1.txt -Key "{ENTER}"
To focus a window by title:
$wshell = New-Object -ComObject WScript.Shell; $wshell.AppActivate("Notepad")
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.