browser-automation
Installation
SKILL.md
Browser Automation
Category: Engineering Domain: Web Automation
Overview
The Browser Automation skill provides tools for building robust web automation, checking scripts for bot detection signatures, generating form automation code, and creating web scraping solutions with rate limiting and best practices.
Clarify First
Before generating automation, confirm these inputs. If any is unknown or vague, ASK — do not assume:
- Target site & task — the URL and exactly what to automate or scrape (drives the generated selectors and flow)
- Which tool — audit an existing script, build form automation, or generate a scraper (selects
anti_detection_checker.pyvsform_automation_builder.pyvsscraping_toolkit.py) - Politeness strategy & authorization — polite vs aggressive, robots.txt compliance, and that you are permitted to automate this target (sets request delays and backoff in the generated code)
Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.