Back to skills

search

workflows

Searches the web via the Browserbase API and returns structured results with titles, URLs, authors, and publication dates. No browser session needed — just send a query and get back metadata. Useful w

Setup & Installation

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

What This Skill Does

Searches the web via the Browserbase API and returns structured results with titles, URLs, authors, and publication dates. No browser session needed — just send a query and get back metadata. Useful when you need to find links or check what exists on a topic without loading full pages. Skips the overhead of spinning up a headless browser when all you need are search results and metadata, so lookups finish in seconds instead of minutes.

When to use it

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