browser

Automate browser tasks with real-time console and network diagnostics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cbeauhilton/mu --skill browser-cbeauhilton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/cbeauhilton/mu/tree/main/home/dev/pai-skills/Browser
Command: npx skills add https://github.com/cbeauhilton/mu --skill browser-cbeauhilton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Browser skill enables reliable, low-friction web automation by collecting console logs, network activity, and errors in real time, reducing debugging time and improving trust in automated workflows.

Core Features & Use Cases

  • Persistent browser sessions with auto-start for fast, repeatable tasks.
  • Built-in diagnostics: console logs, network activity, and page load status exposed for verification.
  • CLI-first workflow with comprehensive commands to navigate, interact, capture screenshots, and inspect page state.

Quick Start

Navigate to a URL using the CLI to automatically start a persistent debugging session and capture diagnostics.

Frequently Asked Questions about browser

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

FAQPage Schema
How do I capture console logs and network activity during browser automation?

You can capture console logs and network activity during browser automation by using a Playwright-based API that monitors page load status and errors in real time across multi-tab workflows.

What is the best way to maintain a persistent browser session for automated testing?

The best way to maintain a persistent browser session for automated testing is to use an auto-start feature that keeps sessions active for fast, repeatable tasks and CLI-driven navigation.

Does Playwright support real-time debugging data for multi-tab workflows?

Playwright supports real-time debugging data for multi-tab workflows by exposing console logs, network activity, and page load status through a lightweight HTTP server for CLI control.

How do I capture screenshots while interacting with elements in web automation?

To capture screenshots while interacting with elements in web automation, use comprehensive CLI commands that navigate, interact with page elements, and capture the page state during your workflow.

Why does my automated web workflow fail without network diagnostics?

Automated web workflows often fail without network diagnostics because hidden errors and unlogged network activity go unnoticed, but real-time monitoring reduces debugging time and improves trust.

Can I integrate browser automation diagnostics into an existing automation pipeline?

You can integrate browser automation diagnostics into an existing pipeline by leveraging its lightweight HTTP server and CLI control surface to capture and verify page state during navigation.