dev-browser

Automates browser navigation, form interaction, and web app testing via Playwright.

5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AndreDalwin/DrizzyAgent --skill dev-browser-andredalwin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-browser
Source: https://github.com/AndreDalwin/DrizzyAgent/tree/main/src/features/builtin-skills/dev-browser
Command: npx skills add https://github.com/AndreDalwin/DrizzyAgent --skill dev-browser-andredalwin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates browser interactions, allowing for tasks like navigating websites, filling forms, extracting data, and testing web applications without manual intervention.

Core Features & Use Cases

  • Browser Automation: Control a Chromium browser instance for complex workflows.
  • Persistent Page State: Maintain context across multiple script executions for incremental task completion.
  • Data Scraping: Intercept and replay network requests for efficient data retrieval.
  • Use Case: Automate the process of logging into a web application, filling out a user profile form, and taking a screenshot of the confirmation page.

Quick Start

Use the dev-browser skill to navigate to https://example.com and print its title.

Frequently Asked Questions about dev-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web scraping and form filling with persistent state?

This Skill automates browser navigation and form filling using Playwright. It maintains persistent page state across script executions, allowing you to incrementally develop workflows without losing session context.

Can I control an existing Chrome session for browser automation?

Yes, it supports an extension mode that connects to your existing local Chrome session for browser automation, alongside a standalone mode for running isolated Chromium instances.

What is the best way to intercept and replay network requests for data extraction?

The best way to intercept and replay network requests for data extraction is using Playwright's built-in request interception, which captures network traffic to retrieve data efficiently without reloading web pages.

How do I test web applications automatically without manual intervention?

You test web applications automatically by scripting browser interactions with Playwright, which handles navigation, form interaction, data extraction, and screenshot capture for validation without manual intervention.

Does browser automation work for incremental workflow development?

Yes, browser automation supports incremental workflow development by preserving persistent page state between script executions, allowing you to pause, inspect, and resume complex scraping tasks seamlessly.