browser-use

A set of instructions for controlling an isolated web browser through a Python wrapper. It supports interactive tasks such as opening pages, clicking, entering text, scrolling, and inspecting page content.

In plain words
What is it for?
Use it to navigate websites, fill in forms, operate page controls, and inspect pages visually or through their accessibility information.
Why use it?
It helps when a web task requires interaction that a search or simple page download cannot complete.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vironnimo/vbot/browser-use
Any agent
npx skills add Vironnimo/vbot --skill browser-use
Clone the repo
git clone --depth 1 https://github.com/Vironnimo/vbot

Made for: Claude Code, Codex.

Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,142 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.01142
Opus 5 $0.00025 $0.00571
Sonnet 5 $0.00010 $0.00228
Haiku 4.5 $0.00005 $0.00114

Measured 2d ago against content hash 925859b054ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

browser-use scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/browser_use.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/skills/browser-use/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 agent-browser install; if launch verification fails, use agent-browser doctor --json to identify missing libraries.
  5. Run agent-browser --version.
  6. Run python {baseDir}/scripts/browser_use.py --session install-check doctor and require "ok": true.
  7. 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.

The native agent-browser binary supports Windows x64 and Linux x64/ARM64. Keep agent-browser discoverable on the vBot server's PATH so vBot requirement checks and later Runs see the installation.

Read the full file on GitHub · 73 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 73 lines · 50 tokens per session scan A 925859b054ad

Subscribe to this mod's changes

browser-use is a skill published in the GitHub repository Vironnimo/vbot (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 50 tokens to every session and 1,142 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dingtalk_channel_connect

Use a headed browser to automatically complete DingTalk channel integration for QwenPaw. Applicable when the user mentions DingTalk, developer console, Client ID, Client Secret, bot, Stream mode, binding or configuring a channel. Supports pausing when a login page is detected and resuming after the user logs in.

agentscope-ai/QwenPaw · 69 tokens

browser_cdp

Use this skill when the user explicitly wants to connect to a running Chrome browser, scan local CDP ports, specify a cdpport, or share a single browser across multiple agents/tools. By default browser opens no debugging port; pass an explicit cdpport only when the user wants another local tool to attach.

agentscope-ai/QwenPaw · 70 tokens

browser_cdp

当用户明确希望连接到已运行的 Chrome 浏览器、扫描本地 CDP 端口、显式指定 cdpport,或让多个 agent / 工具共享同一个浏览器时,使用本 skill。browser 默认不开放调试端口;仅当用户明确希望其他本地工具附加时才显式传入 cdpport。.

agentscope-ai/QwenPaw · 85 tokens

browser_visible

Use this skill when the user needs to control the browser launch mode for browser. By default browser is managed by Playwright and opens no debugging port (pass an explicit cdpport to let another local tool attach); headed controls whether the window is visible, and privatemode is kept for backward compatibility and…

agentscope-ai/QwenPaw · 75 tokens

canvas

Display, present, and render HTML content on connected Otto nodes (Mac app, iOS, Android). Show on device, preview on mobile, push to screen, or navigate to a URL on any connected node. Use for games, visualizations, dashboards, interactive demos, and live-reloading development previews. Supports presenting, hiding…

elizaOS/eliza · 91 tokens

browser

Drive a live browser with async Python against QwenPaw's builtin Browser SDK. The full reference is below; re-load this browser skill after context compaction.

agentscope-ai/QwenPaw · 35 tokens