Ui Test
Skill Verified ActiveAI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites).
To help developers and QA teams find bugs and ensure UI quality by automating adversarial testing in real browsers.
Features
- Diff-driven UI testing
- Exploratory UI testing
- Parallel testing with Browserbase
- Accessibility audits (axe-core, keyboard nav)
- Responsive and visual quality checks
- Generates shareable HTML reports with embedded screenshots
Use Cases
- Test UI changes in a pull request.
- Audit website accessibility and compliance.
- Perform exploratory testing to find unexpected bugs.
- Verify functional correctness and UX heuristics.
Non-Goals
- Automated unit or integration testing of backend logic.
- Performance load testing.
- End-to-end test suite generation (focuses on exploratory/adversarial).
Documentation
- info:Configuration & parameter referenceThe SKILL.md mentions `BROWSERBASE_API_KEY` for remote testing but does not explicitly detail its scope or how to verify its validity, and other configuration parameters like ports are implied rather than documented.
Installation
First, add the marketplace
/plugin marketplace add browserbase/skills/plugin install skills@browserbaseQuality Score
VerifiedTrust Signals
Similar Extensions
Agent Browser
100Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
AutoBrowse
100Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.
Telegram Crabbox E2e Proof
100Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.
NotebookLM Skill
99Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Compound Engineering Browser Test
99Run browser tests on pages affected by current PR or branch
Screen Reader Testing
98Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.