What problem does it solve?
This Skill eliminates the manual effort of performing complex, multi-step browser interactions, especially when tasks require iteration, conditional logic, or data aggregation across multiple pages.
Core Features & Use Cases
- Full Playwright Automation: Navigate, click, fill forms, inspect content, evaluate page scripts, and capture screenshots through the browser.
- Batch Processing: Loop through URLs or records, apply conditions, and combine results into structured output.
- Persistent Sessions: Reuse named browser pages and optionally connect to an existing Chrome session with its current login state.
- Use Case: Collect product titles and prices from multiple item pages, aggregate the results into JSON, and save a screenshot of the completed workflow.
Quick Start
Use the dev-browser skill to automate the multi-page workflow, collect the requested structured data, and return only the aggregated results.