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

# open-source

> Documentation reference for writing Python code using the browser-use open-source library.

The `open-source` skill gives your agent a reference for writing Python against the [`browser-use` library](/open-source/quickstart): `Agent`, `Browser`, and `Tools` configuration, supported LLM models (15+ providers), the Actor API, custom tools, lifecycle hooks, MCP server setup, sensitive-data handling, prompting strategies, and monitoring/observability with Laminar or OpenLIT.

<Note>
  For the Cloud API/SDK, use the [`cloud`](/open-source/examples/skills/cloud) skill. To drive a browser directly via CLI, use the [`browser-use`](/open-source/examples/skills/browser-use) skill.
</Note>

## Install

```bash theme={null}
npx skills add https://github.com/browser-use/browser-use --skill open-source
```

## Links

<CardGroup cols={2}>
  <Card title="skills.sh" icon="up-right-from-square" href="https://www.skills.sh/browser-use/browser-use/open-source" />

  <Card title="Source" icon="github" href="https://github.com/browser-use/browser-use/tree/main/skills/open-source" />
</CardGroup>
