Browse.sh

Browse.sh

Open catalogue of browser automation skills and a CLI that lets AI agents drive the web.

Open SourceOtherCLI, API, Web
Browse.sh screenshot

What is Browse.sh?

Browse.sh is an open project from the Browserbase team that pairs a searchable catalogue of browser automation skills with an open-source command line tool. Skills are plain-text SKILL.md playbooks that capture the exact steps, selectors, API endpoints and gotchas for a specific website, so agents do not have to rediscover each site on every run. The Browse CLI installs globally through npm and lets an agent fetch pages, search the web, drive a real browser with primitives such as click, type, scroll and hover, and run either locally or on Browserbase cloud sessions. The catalogue covers hundreds of sites across travel, commerce, real estate, finance, government and more.

Key Features

Skill catalogue

A searchable library of hundreds of pre-built, site-specific automation playbooks that agents can install on demand.

Browse CLI

An open-source command line tool installed with npm install -g browse for driving browsers from the terminal.

Browser primitives

Agents can control pages directly with click, scroll, type, hover and press actions.

Fetch and search

Pull clean content from any URL with automatic fallback to full browser rendering, plus structured web search in a single command.

Local or cloud execution

Run skills against a local browser during development or route through Browserbase cloud sessions for production.

Agent surfaces

Exposes llms.txt as a compact index and llms-full.txt as an expanded catalogue so agents can discover skills.

Network and console tailing

Tail network and console output to debug browser workflows as they run.

Pros & Cons

Advantages

  • The CLI and skills are open source and free to use, with no subscription required for local execution.
  • Skills are stored as readable plain-text markdown, so they are easy to inspect, edit and contribute to rather than opaque embeddings.
  • Reusing site-specific playbooks reduces token spend, with a published Craigslist benchmark showing around 45 percent cost saving per run.
  • The catalogue already covers a wide range of verticals including travel, commerce, government and finance.
  • It works with common agent setups such as Claude Code, Cursor and Codex, and can scale from a local browser to Browserbase cloud without code changes.

Limitations

  • Production-scale and cloud browser sessions rely on a Browserbase account and API key, which is a separate paid service.
  • There is no public pricing page for the hosted Browserbase usage, so cloud costs are not transparent on the Browse.sh site itself.
  • It is aimed at developers and AI engineers working at the command line, so it is not suited to non-technical users.
  • Skill quality varies by site and some skills are read-only, with transactional flows limited and gated behind explicit confirmation.

Use Cases

AI engineers building agents that need reliable, repeatable automation for specific websites without re-learning each site.

Product and platform teams looking to cut token spend by reusing tested browser playbooks instead of generic agent loops.

Developers using Claude Code, Cursor or Codex who want pre-built web expertise installable with a single CLI command.

Teams extracting structured data such as listings, prices, reviews or availability from commerce, travel and real estate sites.

Automation engineers prototyping browser workflows locally and then promoting them to Browserbase cloud for production.