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:
For example, to install the QA skill:
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.

open-source

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

cloud

Find the current Cloud docs and schemas for Browser Use Agents and Browser Infrastructure.

x402

Review wallet-based x402 setup and its approval, network, and spend-safety requirements.

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).

Source

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