What problem does it solve?
This Skill provides browser automation with persistent page state across script executions, enabling you to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows without losing context. It reduces repetitive clicking and keeps session data intact across steps.
Core Features & Use Cases
- Persistent pages: Reuse named pages across scripts to maintain state (cookies, localStorage) for multi-step tasks.
- Two modes: Standalone browser or Chrome extension integration to fit your workflow.
- Automation primitives: Navigate, click, fill, screenshot, and ARIA snapshot integration for accessibility/testing.
- Use Case: Automate login to a site, perform a search, and extract results in a single flow.
Quick Start
Go to https://example.com, log in, and capture a screenshot. After that you can reuse pages across scripts to complete a multi-step workflow without reloading login state.