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. No cd, no uv run.
  • First navigation is new_tab(url), not goto(url)goto runs in the user's active tab and clobbers their work.
Installs
3
GitHub Stars
3
First Seen
13 days ago
browser-harness — oldwinter/skills