What problem does it solve? Manually driving browsers or Windows GUI tools during penetration testing and reverse engineering is slow and error-prone. This Skill provides a unified entry point for automating web pages (clicking, form filling, scraping, screenshots, login flows) and desktop applications (IDA Pro, x64dbg, Wireshark) via structured UIA control or vision-driven CUA interaction. ## Core Features & Use Cases - Browser automation with Playwright/agent-browser: open pages, snapshot interactive elements, click, fill forms, submit payloads, and capture evidence during web penetration tests. - Desktop automation with OpenReverse: operate Windows GUI tools through UIA (structured controls) or CUA (vision-driven) modes, with built-in mitmproxy network observation for desktop traffic capture. - On-demand bootstrap: a setup script installs Node.js, agent-browser, and Playwright browsers automatically, with guided manual installation for OpenReverse. - Use Case: During a web pentest, automatically log into a target application, inject XSS or SQLi payloads into forms in bulk, wait for responses, and snapshot results — or automate IDA Pro to batch-load samples and export function lists while observing its network traffic. ## Quick Start Ask the agent to open a target URL with agent-browser, snapshot the interactive elements, fill in the login form, submit it, and confirm the redirect.