windows-ui-automationAutomate 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 in non-web apps, or managing window states.
Install via ClawdBot CLI:
clawdbot install Wwb-Daniel/windows-ui-automationControl 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 500
# Click 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")
Generated Mar 1, 2026
This skill automates repetitive data entry tasks in non-web desktop applications like ERP or accounting software, reducing manual errors and saving time. It can input data from spreadsheets into forms, click through dialog boxes, and submit entries efficiently.
Developers and QA teams use this skill to simulate user interactions for automated testing of Windows applications, ensuring functionality across mouse clicks, keyboard inputs, and window management without manual intervention. It helps in regression testing and UI validation.
IT support teams automate common troubleshooting steps on remote Windows machines, such as opening control panels, clicking settings, or typing commands, to resolve issues faster and standardize support procedures. This reduces response times and improves consistency.
This skill automates the process of generating reports in desktop-based business intelligence or CRM tools by navigating menus, selecting options, and exporting data, freeing up employees for analysis rather than manual clicks. It streamlines daily or weekly reporting tasks.
It enables automation of desktop interactions to assist users with motor impairments by simulating mouse movements and keyboard inputs, allowing them to control applications via alternative input methods like voice or switches. This enhances accessibility in workplace or personal computing.
Offer a cloud or on-premise service where businesses subscribe to use pre-configured automation scripts for common desktop tasks, with regular updates and support. Revenue comes from monthly or annual fees per user or per automation workflow.
Provide consulting services to design and implement custom automation solutions for specific client needs, such as integrating with legacy systems or complex workflows. Revenue is generated through project-based fees or hourly rates for development and deployment.
Sell licensed versions of enhanced automation tools built on this skill, packaged with advanced features like scheduling, logging, and integration APIs for large organizations. Revenue comes from one-time purchases or tiered licensing based on usage scale.
💬 Integration Tip
Integrate this skill with task schedulers like Windows Task Scheduler to run automations at specific times, and combine it with logging tools to track actions for debugging and compliance.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.