Back to skills

browser

workflows

Automates web browser interactions through natural language CLI commands. It can navigate pages, extract data, fill forms, take screenshots, and click elements. Supports both local Chrome and remote B

Setup & Installation

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

What This Skill Does

Automates web browser interactions through natural language CLI commands. It can navigate pages, extract data, fill forms, take screenshots, and click elements. Supports both local Chrome and remote Browserbase sessions with automatic CAPTCHA solving and anti-bot stealth. Handles bot detection, CAPTCHAs, and anti-scraping measures automatically, so you don't have to fiddle with headless browser configs or proxy rotation yourself.

When to use it

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