Back to skills

browse

testing

A headless Chromium controller for testing and verifying web apps. Supports navigation, form interaction, element state checks, responsive screenshots, file uploads, and diff comparisons. Runs at roug

Setup & Installation

npx skills add https://github.com/garrytan/browse --skill browse
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/browse
View on GitHub

What This Skill Does

A headless Chromium controller for testing and verifying web apps. Supports navigation, form interaction, element state checks, responsive screenshots, file uploads, and diff comparisons. Runs at roughly 100ms per command after initial startup. Instead of manually clicking through a site to verify changes, you get scriptable, diffable browser automation that runs inside the same Claude session where you made the change.

When to use it

  • Working with browse functionality
  • Implementing browse features
  • Debugging browse related issues