skills.vishalvoidskills/vishalvoid
Technical & DevelopmentBeginner

search

Structured web search query API without browser overhead.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/browserbase/skills --skill search

Overview

What This Skill Does

Returns search results, links, and metadata for queries without launching browser sessions.

Application

When to use this Skill

Documentation

Show Skills.md file

Browserbase Search API

Search the web and return structured results — no browser session required.

Prerequisites

Get your API key from: https://browserbase.com/settings

export BROWSERBASE_API_KEY="your_api_key"

When to Use Search vs Browser

Use Case Search API Browser Skill
Find URLs for a topic Yes Overkill
Get page titles and metadata Yes Overkill
Read full page content No Yes
JavaScript-rendered pages No Yes
Form interactions No Yes
Speed Fast Slower

Rule of thumb: Use Search to find relevant URLs and metadata. Use the Browser skill when you need to visit and interact with the pages. Use Fetch to retrieve page content without JavaScript rendering.

Lines 1 - 25 of 100

Recommendations

Explore other random skills

All skillsMy patterns