> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> Give your AI coding agent a browser in one prompt

Browserbase Skills teach AI coding agents — like Claude Code, Cursor, and Codex — how to browse and interact with the web, fetch pages, and manage browser infrastructure. The following prompt installs the Browserbase CLI (`bb`) and gives your agent the context it needs to use it.

Copy this prompt into your agent to get started:

```
Read https://browserbase.com/SKILL.md to set up Browserbase
```

That's it. Your agent will install the [CLI](/integrations/skills/browserbase-cli), configure your API keys, and start browsing.

## What your agent gets

* **Browse** — navigate pages, click, type, extract data from any website
* **Fetch** — retrieve page content as clean markdown, fast and lightweight
* **Search** — query the web and get structured results
* **Functions** — deploy browser agents and automations
* **Sessions, contexts, extensions** — full access to the Browserbase Platform via `bb`

<CardGroup cols={2}>
  <Card title="Skills reference" icon="wand-magic-sparkles" href="/integrations/skills/introduction">
    All available skills and installation methods
  </Card>

  <Card title="CLI reference" icon="terminal" href="/integrations/skills/browserbase-cli">
    Every `bb` command documented
  </Card>
</CardGroup>
