← ClaudeAtlas

browser-automationlisted

Unified automation entry point. Covers browser automation (Playwright) and Windows desktop application automation (OpenReverse). Browser scenarios: open web pages, click, fill forms, scrape, take screenshots, automated logins, pentest page interactions. Desktop scenarios: operate GUI tools such as IDA/x64dbg, Windows UI Automation, vision-driven interaction, desktop application network packet capture. Trigger keywords: browser automation, desktop automation, open web page, form filling, scraping, screenshots, automated login, Playwright, agent-browser, headless, OpenReverse, UIA, CUA, desktop operations, Windows automation.
xAmirHamza77/ReverseOps-Skill · ★ 3 · AI & Automation · score 74
Install: claude install-skill xAmirHamza77/ReverseOps-Skill
# Automation Operations (Desktop & Browser Automation) ## ACTION REQUIRED (execute immediately after reading) 1. `NOW`: Confirm whether the current task falls within the scope of this skill 2. `NOW`: Read `../tool-index.md` to verify tool availability and actual paths 3. `NEXT`: When a tool is missing, invoke the bootstrap; do not guess paths 4. `ACT`: Go to the first step of the "Workflows" section and execute it; do not stop at the confirmation stage ## Scope Use this skill when the task falls into one of the following scenarios: ### Browser scenarios (Playwright / agent-browser) - Open a web page and operate page elements (click, fill forms, submit) - Scrape page content or take screenshots - Automate login flows - Interact with web pages during penetration testing (submit payloads, trigger XSS) - Automated handling of captcha pages - Batch form submission ### Desktop application scenarios (OpenReverse) - Operate Windows desktop applications (IDA Pro, x64dbg, Wireshark, etc.) - Vision-driven interaction (CUA mode) - Structured UI operations (UIA mode) - Network traffic observation of desktop applications (built-in mitmproxy) - Automating the GUI of reversing tools - Black-box testing of desktop software ### Division of labor with other tools | Scenario | What to use | |------|--------| | Operate web pages (inside a browser) | **Playwright / agent-browser** | | Operate desktop applications (Windows GUI) | **OpenReverse** | | Packet capture analysis, HTTP request cap