What problem does it solve?
This Skill removes the friction of manual website interaction by letting you automate navigation, form filling, screenshots, and data extraction while keeping browser state (cookies, logins, page context) across steps.
Core Features & Use Cases
- Persistent page state: Keeps named pages alive on the server so you can build workflows incrementally.
- Standalone and extension-backed modes: Either launch a fresh Chromium session or control the user’s existing logged-in Chrome via the companion extension.
- ARIA snapshot element discovery: Uses accessibility-tree snapshots and stable refs to reliably click and fill even on complex/unknown layouts.
- Scraping via network replay: Supports capturing and replaying API calls for faster, more reliable large-scale extraction than scrolling the DOM.
- Debug-friendly execution loop: Recommends small scripts, state inspection (screenshots + snapshots), and iterative refinement with error recovery.
Quick Start
Launch the server in standalone mode, then tell the Skill what URL to open and which action to perform next.