← ClaudeAtlas

patcher-browserlisted

See and drive the browser inside Patcher — the page the user is looking at, their tabs, page text and selection, screenshots, clicks, typing and navigation. Use whenever you are asked whether you can see the user's page, browser, tab or site, what they are looking at, to read or screenshot a page, to click or type in one, or to open a URL for them. Works from inside a Patcher thread and from any other terminal on the machine; also covers the default case, where access is off and the user has to turn it on.
laruss/patcher-browser · ★ 0 · Web & Frontend · score 64
Install: claude install-skill laruss/patcher-browser
# The browser inside Patcher Patcher has its own browser, with the user's real logins in it. Reaching it is gated, and by default you cannot: **the browser is closed until the user opens it.** So "can you see my page" is not answered by "no" — it is answered by which of the two cases below you are in. ## Which case are you in **Are you a thread inside Patcher, or a terminal beside it?** The answer decides everything below, and you can tell without asking: a thread inside Patcher has `PATCHER_THREAD_ID` set in its environment. ### Inside Patcher Check whether your own tools include one that lists the browser's tabs. Match on what a tool does, not on an exact name. The same tool reaches Codex under its bare name and Claude Code behind an `mcp__patcher-bridge__` prefix, so a prefixed name is the tool you are looking for, not a different one. - **You have it** — the plugin is enabled. Use it. - **You do not** — the plugin is off. See [Access is off](#access-is-off). Answer from your tool list. Do not go reading Patcher's source to find out, and do not run `patcher plugin list`: your tool list already answers it. ### Outside Patcher You have no browser tools and never will — they are served to Patcher's own threads. What you have is the CLI, and it reaches exactly the same browser: ```bash patcher browser status ``` That one command answers everything at once — whether Patcher is running, whether a browser window is open, whether you are allowed, and which tab is in fr