bubench-run

bubench-run is a skill for Claude Code, Codex from lexmount/browseruse-agent-bench. It costs 166 tokens per session (1,729 once invoked), scanned A, original, Apache-2.0.

A workflow for running and evaluating browser-use-bench experiments, where AI agents complete browser tasks and their results are measured.

In plain words
What is it for?
Use it to run an agent on all or selected benchmark tasks, evaluate completed runs, and evaluate a specific timestamped result.
Why use it?
It organizes the commands and identifiers needed to run selected tasks and evaluate results, avoiding confusion between model names, model IDs, and experiment folders.

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/lexmount/browseruse-agent-bench/bubench-run
Any agent
npx skills add lexmount/browseruse-agent-bench --skill bubench-run
Clone the repo
git clone --depth 1 https://github.com/lexmount/browseruse-agent-bench

Made for: Claude Code, Codex.

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 bubench-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/lexmount/browseruse-agent-bench/bubench-run.svg)](https://agentmods.dev/skills/lexmount/browseruse-agent-bench/bubench-run)
Your own site
<a href="https://agentmods.dev/skills/lexmount/browseruse-agent-bench/bubench-run"><img src="https://agentmods.dev/badge/skills/lexmount/browseruse-agent-bench/bubench-run.svg" alt="Measured on agentmods" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,729 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.00166 $0.01729
Opus 5 $0.00083 $0.00864
Sonnet 5 $0.00033 $0.00346
Haiku 4.5 $0.00017 $0.00173

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

Security

Grade A, and why

bubench-run 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.

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.

browseruse_bench/skills/bubench-run/SKILL.md · 151 lines

How it starts

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

BrowserUse-Bench Run & Eval Workflow

This skill guides running benchmark experiments on browseruse-bench: launching agent runs, evaluating results, and chaining multiple models in sequence — all using background processes and monitors so Claude stays responsive while jobs run.

Key Commands

# Run a model on specific tasks (background)
uv run scripts/run.py --agent browser-use --data LexBench-Browser \
  --mode specific --model-name <model-name> \
  --task-ids <ids...> \
  > output/logs/run/<label>.log 2>&1 &

# Evaluate results (background)
uv run scripts/eval.py --agent browser-use --data LexBench-Browser \
  --model-id <model-id> \
  > output/logs/eval/<label>.log 2>&1 &

# Evaluate a specific timestamp directory (for incremental/second passes)
uv run scripts/eval.py --agent browser-use --data LexBench-Browser \
  --model-id <model-id> --timestamp <YYYYMMDD_HHMMSS> \
  > output/logs/eval/<label>.log 2>&1 &

Model Name → Model ID Mapping (from config.yaml)

--model-name --model-id (in experiments path)
deepseek deepseek-v4-pro
minimax MiniMax-M2.7
claude dmx-claude-opus-4-7
gemini gemini-2.5-pro
gpt gpt-5.5

Always check config.yaml to confirm the current model_id before running eval — it must match the directory name under experiments/.

Output Paths

experiments/LexBench-Browser/All/browser-use/<model-id>/<timestamp>/
  tasks/                     # one subdir per task
  tasks_eval_result/
    eval.log                 # live eval progress
    task_gpt-5.4_per_task_threshold_stepwise_summary.json

Run logs: output/logs/run/<timestamp>.log
Eval logs: output/logs/eval/<label>.log

Monitoring Pattern

Always use Monitor (not polling loops) to track background jobs.

Run progress (persistent — tasks take hours):

tail -f output/logs/run/<label>.log | grep --line-buffered \
  -E "\[[0-9]+/N\]\[[0-9]+\] (completed|failed)|Run complete|ERROR"

Read the full file on GitHub · 151 lines

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 · 151 lines · 166 tokens per session scan A ba9f0bfa20a7

Subscribe to this mod's changes

bubench-run is a skill published in the GitHub repository lexmount/browseruse-agent-bench (19 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 166 tokens to every session and 1,729 once invoked, about $0.0008 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-30.