Skip to main content
Browser Use ships a set of agent skills — self-contained SKILL.md bundles that teach a coding agent (Claude Code, Cursor, OpenClaw, Hermes, and others) how to use Browser Use. Each skill is installable from skills.sh with one command.

Install

Every skill installs through the skills CLI with the same pattern — swap in the skill name with --skill:
npx skills add https://github.com/browser-use/browser-use --skill <name>
For example, to install the QA skill:
npx skills add https://github.com/browser-use/browser-use --skill qa
The skills CLI drops the skill into your agent’s skills directory (e.g. .claude/skills/ for Claude Code). Your agent picks it up automatically — no extra wiring.

Available skills

browser-use

Drive a browser directly from the CLI — navigate, click, fill forms, screenshot, and extract data.

cloud

Reference for Browser Use Cloud — the hosted REST API (v2 & v3) and the Python/TypeScript SDKs.

open-source

Reference for writing Python against the browser-use library — Agent, Browser, Tools, and more.

qa

QA-test any site or local dev server and return a 1–5 quality score with evidence.

remote-browser

Control a headless browser from a sandboxed remote machine (cloud VMs, CI, coding agents).

x402

Pay for Browser Use Cloud per request from a crypto wallet — no signup or API key.

Source

All skills live in the skills/ directory of the browser-use repo.