Browserbase launches Browse.sh, an open‑source skill catalog for web agents

Browserbase launched Browse.sh, an open‑source catalog of hundreds of web‑navigation skills that agents can call to perform tasks on the internet — the tweet announcing it noted the catalog is the "largest" of its kind (tweet).

What the catalog contains

Browse.sh aggregates playbooks for a wide range of popular sites, from e‑commerce checkout flows to SaaS dashboards. Each skill describes the sequence of clicks, form fills, and API calls needed to complete a specific action, letting agents reuse proven patterns instead of hand‑crafting scrapers.

Plug‑in to your agents

The catalog is hosted at Browse.sh and can be queried via a simple HTTP endpoint that returns JSON definitions. Existing Browserbase agents can import these definitions with a few lines of code, making the integration almost frictionless for teams already using Browserbase's automation platform.

Limitations to watch

The catalog’s coverage is limited to the sites Browserbase has manually researched; niche or rapidly changing pages may be missing or produce false‑positive results. Because it is community‑maintained, updates rely on contributions, so you may need to patch or extend a skill for edge cases. Also, while the catalog itself is free, using it with Browserbase’s managed infrastructure still incurs the platform’s usual usage fees.

When to give it a spin

If your startup builds bots that repeatedly interact with mainstream web services, try swapping a hand‑rolled scraper for a Browse.sh skill on a low‑traffic endpoint. Measure success rate and latency; if the reduction in maintenance outweighs any integration overhead, consider rolling it out more broadly.