browse-use

browse-use is a skill for Claude Code from HanzMaulwurf/tex-browse-use. It costs 82 tokens per session (566 once invoked), scanned A, original, MIT.

A skill for operating websites and web apps through a real browser when no usable API or command-line tool exists. It can use a saved login session when one is available.

In plain words
What is it for?
Logging in, extracting information, filling forms, clicking through multi-step pages, and checking what a live webpage displays.
Why use it?
It provides a way to complete browser-only tasks such as reading dashboards or submitting forms.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the tex-browse-use plugin — 1 skill, 1 MCP server shipped together

Good fit Logging in, extracting information, filling forms, clicking through multi-step pages, and checking what a live webpage displays.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanzmaulwurf/tex-browse-use/browse-use
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.

Any agent
npx skills add HanzMaulwurf/tex-browse-use --skill browse-use
Clone the repo
git clone --depth 1 https://github.com/HanzMaulwurf/tex-browse-use

Made for: Claude Code.

Or install tex-browse-use, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for browse-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanzmaulwurf/tex-browse-use/browse-use/github.svg)](https://agentmods.dev/skills/hanzmaulwurf/tex-browse-use/browse-use)
Your own site
<a href="https://agentmods.dev/skills/hanzmaulwurf/tex-browse-use/browse-use"><img src="https://agentmods.dev/badge/skills/hanzmaulwurf/tex-browse-use/browse-use/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for browse-use

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanzmaulwurf/tex-browse-use/browse-use"><img src="https://agentmods.dev/badge/skills/hanzmaulwurf/tex-browse-use/browse-use.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00082 $0.00566
Opus 5 $0.00041 $0.00283
Sonnet 5 $0.00016 $0.00113
Haiku 4.5 $0.00008 $0.00057

Measured 11d ago against content hash e0d539ba775b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

browse-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 11d ago.

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.

skills/browse-use/SKILL.md · 42 lines

What it actually says

Browse-use (TEX)

Operate any web app by driving a real browser when there is no API, MCP, CLI, or A2A path. TEX runs a fallback ladder — cheap DOM agent first, escalating to vision + stealth — and reports back what it found or did.

When to use this

Reach for browse_use when the task genuinely needs a browser:

  • Logging into a web app and reading/changing something there
  • Extracting data from a dashboard or report that has no export/API
  • Filling in or submitting a web form
  • Clicking through a multi-step portal flow
  • Verifying what a live page actually displays

Do not use it when a normal API, WebFetch, or CLI already does the job — those are faster and cheaper. Browse-use is the last resort for UI-only apps.

How to use it

The plugin exposes two MCP tools (server tex-browse-use):

  • browse_use(task, url?, app?) — give a clear, specific task in plain language and (usually) a start url. It blocks until done and returns the agent's findings plus a run summary (status, gear/strategy, steps, tokens, final URL). Optional app reuses a saved login session, learned skills, and stored credentials for that app (e.g. app: "acme-crm").
  • tex_health() — check the engine is up and which capabilities (vision, DOM, stealth, compiled replay) are available.

Write the task so the agent knows both what to do and what to report back, e.g.

"Open the orders page, find the most recent order, and report its order number and total."

Prerequisite: the engine must be running

browse_use talks to a local TEX engine over HTTP. If it returns an "engine not reachable" error, start the engine first:

scripts/tex-up.sh

Then retry. Run tex_health to confirm it's up. See the plugin README for one-time setup (.env with an LLM provider key, npm install, playwright install chromium).

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. 11d ago First seen · 42 lines · 82 tokens per session scan A e0d539ba775b

Subscribe to this mod's changes

browse-use is a skill published in the GitHub repository HanzMaulwurf/tex-browse-use (0 stars, last pushed 2mo ago), licensed MIT. It adds 82 tokens to every session and 566 once invoked, about $0.0004 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