Browser

Automate browser tasks and UI verification with Playwright CLI.

1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/starlink-awaken/pai-universal --skill browser-starlink-awaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Browser
Source: https://github.com/starlink-awaken/pai-universal/tree/main/templates/packs/Utilities/src/Browser
Command: npx skills add https://github.com/starlink-awaken/pai-universal --skill browser-starlink-awaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate browser-based tasks and UI verification through a structured toolkit built around Playwright CLI, enabling reliable visual tests, debugging, and automated workflows without custom code.

Core Features & Use Cases

  • CLI-driven multi-step browser automation using Playwright CLI with named sessions, ref-based interactions, and accessibility snapshots for robust UI testing.
  • AI-driven decision support via BrowserAgent and UIReviewer for complex flows, story validation, and parameterized recipes.
  • Recipes and workflows for reusable browser tasks like summarization, screenshot comparison, and form filling across web apps.

Quick Start

Open a URL with a named Playwright session and begin interactive verification using snapshot and optional AI reasoning.

Frequently Asked Questions about Browser

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

FAQPage Schema
How do I automate browser UI testing with Playwright without writing custom code?

You can automate browser UI testing by specifying workflows via frontmatter and using Playwright CLI for deterministic steps. This enables reliable visual tests and debugging without custom code.

What is visual verification in web automation and when do I need it?

Visual verification in web automation validates UI appearance and behavior through screenshots and accessibility snapshots. You need it for story-driven validation, web debugging, and ensuring reliable visual tests across local and remote sites.

Can I use AI-driven decision making for complex web automation flows?

Yes, you can use BrowserAgent and UIReviewer for AI-driven actions in complex web automation flows. These optional AI decision engines support story validation and parameterized recipes beyond deterministic CLI steps.

What's the best way to handle multi-step browser automation tasks like form filling?

The best way is using recipes and workflows for reusable browser tasks. These support multi-step automation including form filling, screenshot comparison, and summarization across web apps with named Playwright sessions.

Does web automation with Playwright CLI support remote sites?

Yes, Playwright CLI web automation supports both local and remote sites. You can open URLs with named sessions and perform interactive verification using accessibility snapshots across different environments.