dev-browser

Control a Playwright browser instance for web automation and data scraping.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill dev-browser-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-browser
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/dev-browser
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill dev-browser-hlbbbbbbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @hono/node-server, @hono/node-ws, express, hono, playwright, tsx, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates browser interactions, allowing you to navigate websites, fill forms, extract data, and test web applications programmatically.

Core Features & Use Cases

  • Browser Automation: Control a browser instance to perform complex web tasks.
  • State Persistence: Maintain page state across multiple script executions for incremental workflows.
  • Data Scraping: Intercept and replay network requests for efficient data extraction.
  • Use Case: Automate the process of logging into a web application, filling out a multi-step form, and then scraping the resulting data.

Quick Start

Use the dev-browser skill to navigate to https://example.com and print the page 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 Playwright?

This Skill controls a Playwright browser instance to automate web scraping and form filling. It enables programmatic navigation, form interaction, and data extraction by intercepting network requests for efficient scraping.

Can I maintain browser state across multiple script executions for incremental workflows?

Yes, maintaining page state across multiple script executions is supported. State persistence allows you to resume incremental web automation workflows without losing previous browser session data.

What is the best way to extract data by intercepting network requests?

Using this Skill's Playwright integration is an effective way to extract data via network interception. It intercepts and replays network requests, capturing API responses directly for efficient web scraping.

Does this browser automation tool support testing web applications?

Yes, it supports testing web applications. By utilizing Playwright for browser control, it allows you to script interaction sequences, capture screenshots, and validate application behavior programmatically.

How do I run Playwright browser automation in standalone or extension modes?

You can run Playwright browser automation in both standalone and extension modes. This flexibility allows you to execute scripts independently or integrate browser control directly into larger automated workflows.

Why use TypeScript and Hono for web scraping and browser automation?

TypeScript and Hono provide a typed, lightweight server environment for web scraping and browser automation. Combined with Playwright, they enable stateful script execution and reliable programmatic control over browser instances.