browser_harness

browser_harness is a skill for Claude Code, Codex from browser-use/browser-harness. It costs 0 tokens per session (4 once invoked), scanned A, original, MIT.

A browser-harness instruction reference. The available details only identify a file path, so its exact purpose cannot be described from the supplied information.

In plain words
What is it for?
No specific jobs can be stated from the supplied information.
Why use it?
The input does not provide enough information to identify the problem it solves.

Skill for Claude CodeCodex

Part of the browser-harness plugin — 2 skills shipped together

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/browser-use/browser-harness/browser_harness
Any agent
npx skills add browser-use/browser-harness --skill browser_harness
Clone the repo
git clone --depth 1 https://github.com/browser-use/browser-harness

Made for: Claude Code, Codex.

Or install browser-harness, the plugin that ships this one along with the rest of its 2 skills.

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 browser_harness

README.md
[![agentmods](https://agentmods.dev/badge/skills/browser-use/browser-harness/browser_harness.svg)](https://agentmods.dev/skills/browser-use/browser-harness/browser_harness)
Your own site
<a href="https://agentmods.dev/skills/browser-use/browser-harness/browser_harness"><img src="https://agentmods.dev/badge/skills/browser-use/browser-harness/browser_harness.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4 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.00000 $0.00004
Opus 5 $0.00000 $0.00002
Sonnet 5 $0.00000 $0.00001
Haiku 4.5 $0.00000 $0.00000

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

Security

Grade A, and why

browser_harness 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 4d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (__init__.py, _ipc.py, admin.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.

Origin

Copies of this mod

8 near-identical copies found in the catalogue:

src/browser_harness/SKILL.md · 1 lines

What it actually says

../../SKILL.md

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. 4d ago First seen · 1 lines · 0 tokens per session scan A 51e5cba874c5

Subscribe to this mod's changes

browser_harness is a skill published in the GitHub repository browser-use/browser-harness (17,240 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4 tokens. 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-30.

Related

Other skills, from other repositories

browser-use-terminal

Direct browser control via the Browser Use Terminal CLI. Use when the user wants to automate, scrape, test, or interact with web pages — you drive the browser yourself with Python helpers.

browser-use/terminal · 41 tokens

Chrome

Browser automation for the user's Chrome browser. Use for browser tasks that require the user's cookies, logged-in sessions, existing tabs, extensions, or remote authenticated sites.

iFurySt/open-browser-use · 34 tokens

open-browser-use

Platform-neutral guidance for using Open Browser Use, the open-source Chrome automation stack for AI agents. Use when an agent needs to install, verify, troubleshoot, or operate Open Browser Use through its browser extension, native CLI, JavaScript SDK, Python SDK, Go SDK, or Browser Use style JSON-RPC methods; use…

iFurySt/open-browser-use · 97 tokens

deep-reverse

Use only for explicit web or API protocol reverse engineering: endpoint discovery, request replay, signature/token/encryption analysis, JavaScript runtime tracing, browser-independent reproduction, or crawler implementation that must not depend on browser automation. Do not use for one-off visible-page extraction or…

KuiChi-x/reverseloom · 61 tokens

web-crawl

Get data from websites with the least necessary complexity. Use for quick lookups, visible-page extraction, search results, tables, pagination, detail-page traversal, downloadable files (Excel/CSV/PDF/ZIP), embedded page state, internal JSON/XHR APIs, bulk collection, reusable crawler generation, and delivery in any…

KuiChi-x/reverseloom · 108 tokens

tidesurf-browser

Drive a real Chromium browser through the tidesurf CLI or MCP tools. Use when a task needs live web browsing: reading pages as compact, token-efficient text with action IDs; clicking, typing, selecting, and scrolling elements by ID; taking screenshots of the full page, viewport, or one element; managing tabs; handling…

TideSurf/core · 97 tokens