browser

Automate navigation, interaction, and inspection in Chrome-based browsers.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ngareleo/xstream --skill browser-ngareleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/ngareleo/xstream/tree/main/.claude/skills/browser
Command: npx skills add https://github.com/ngareleo/xstream --skill browser-ngareleo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables precise automation and inspection of web browsers, simplifying UI testing, debugging, and verification.

Core Features & Use Cases

  • Navigate and interact with web pages programmatically, including clicking, filling forms, and evaluating scripts.
  • Capture screenshots and snapshots for visual validation or debugging.
  • Inspect console messages and network requests to diagnose issues or monitor activity.
  • Use Case: QA engineers can automate regression tests across multiple browsers, verifying UI consistency after code changes by navigating, capturing screenshots, and checking logs.

Quick Start

Drive a web page at http://localhost:5173, click a button, and take a screenshot to verify the interface.

Frequently Asked Questions about browser

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

FAQPage Schema
How do I automate web browser navigation and capture screenshots for UI testing?

You can automate web browser navigation and capture screenshots for UI testing by using Playwright to programmatically drive Chrome-based browsers, interact with web pages, and capture visual snapshots for debugging and verification.

Can I inspect console messages and network requests during browser automation?

Yes, you can inspect console messages and network requests during browser automation by controlling Chrome-based browsers to monitor activity, diagnose issues, and evaluate network behavior throughout your UI testing and debugging processes.

Do I need Google Chrome installed to run Playwright browser automation tasks?

Yes, you need Google Chrome installed in your environment to run Playwright browser automation tasks, as this Skill controls Chrome-based browsers to ensure optimal operation during navigation, interaction, and inspection.

What is the best way to verify web UI consistency after code changes?

The best way to verify web UI consistency after code changes is to automate regression tests using Playwright to navigate web pages, fill forms, click buttons, and capture screenshots for visual validation.

How does evaluating scripts in a controlled browser help with debugging?

Evaluating scripts in a controlled browser helps with debugging by allowing you to programmatically interact with web pages, inspect console outputs, and monitor network requests to pinpoint UI inconsistencies and application errors.

Are there limitations when using Playwright for web browser inspection?

A key limitation is that Playwright browser inspection is restricted to Chrome-based browsers, meaning you cannot use this Skill to automate or inspect web UI on non-Chromium platforms like Firefox or Safari.