browser-automationlisted
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