← ClaudeAtlas

browser-uselisted

Drive an isolated browser through the bundled Python wrapper around agent-browser. Use when a task requires interactive navigation, accessibility snapshots, clicking, filling forms, keyboard input, scrolling, or visual page inspection that web search and web fetch cannot complete.
Vironnimo/vbot · ★ 1 · AI & Automation · score 77
Install: claude install-skill Vironnimo/vbot
# Browser Use Use the bundled Python script to control one isolated agent-browser session on the machine running the vBot server. This is a script-backed prototype, not a built-in Tool. On a remote Pi-server plus Windows Desktop Client setup it controls a browser on the Pi, not the user's Windows browser. ## Installation ### Windows PowerShell 1. Run `node --version` and `npm --version`. If either command is missing, install the current Node.js LTS release first, reopen PowerShell, and verify both commands before continuing. 2. Run `npm install -g agent-browser`. 3. Run `agent-browser install` to download Chrome for Testing. 4. Run `agent-browser --version`. 5. Run `python {baseDir}/scripts/browser_use.py --session install-check doctor` and require `"ok": true`. 6. Run `python {baseDir}/scripts/browser_use.py --session install-check start about:blank`, require `"ok": true`, then run `python {baseDir}/scripts/browser_use.py --session install-check close`. ### Linux 1. Run `node --version` and `npm --version`. If either command is missing, install a supported Node.js release through the host's approved package or version manager, then verify both commands. 2. Run `npm install -g agent-browser`. A user-local Node/npm setup provides a writable global npm prefix when needed. 3. On Debian, Ubuntu, Raspberry Pi OS, and compatible containers, run `agent-browser install --with-deps` to install Chrome for Testing plus required system libraries. 4. On other distributions, run `age