browser-harness
Installation
SKILL.md
browser-harness
Easiest and most powerful way to interact with the browser. Read this file in full before using or editing the harness — it has to be in context.
Fast start
Read helpers.py first. For first-time install or reconnect/bootstrap, read install.md first.
browser-harness <<'PY'
new_tab("https://docs.browser-use.com")
wait_for_load()
print(page_info())
PY
- Invoke as
browser-harness— it's on$PATH. Nocd, nouv run. - First navigation is
new_tab(url), notgoto(url)—gotoruns in the user's active tab and clobbers their work.