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:
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 theskills/ directory of the browser-use repo.