browser-use

browser-use is a skill for Claude Code, Codex from xuzhougeng/wisp-science. It costs 187 tokens per session (2,593 once invoked), scanned A, original, AGPL-3.0.

A browser-control skill for opening pages, reading them, navigating, clicking, entering text, submitting forms, and collecting information through the Wisp Browser Runtime.

In plain words
What is it for?
Use it to browse websites, work across tabs, fill in forms, submit actions, or extract information from pages using the user's browser session.
Why use it?
It handles browser tasks that require an existing browser session, such as saved cookies or an account that is already signed in.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to browse websites, work across tabs, fill in forms, submit actions, or extract information from pages using the user's browser session.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xuzhougeng/wisp-science/browser-use
About the project

xuzhougeng/wisp-science is a local-first desktop workbench for scientific research that combines AI assistants with Python and R computing, literature search, scientific databases, and remote runtimes. Researchers use it to run analyses, manage project artifacts, and preserve evidence and decisions on their own machines. Its catalogue skills and instruction extend the workbench’s reusable agent workflows.

xuzhougeng/wisp-science · 1,114 stars · on GitHub · wispscience.com

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 xuzhougeng/wisp-science --skill browser-use
Clone the repo
git clone --depth 1 https://github.com/xuzhougeng/wisp-science

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 browser-use

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/browser-use.svg)](https://agentmods.dev/skills/xuzhougeng/wisp-science/browser-use)
Your own site
<a href="https://agentmods.dev/skills/xuzhougeng/wisp-science/browser-use"><img src="https://agentmods.dev/badge/skills/xuzhougeng/wisp-science/browser-use.svg" alt="Measured on agentmods" height="20"></a>
Per session 187 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,593 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00187 $0.02593
Opus 5 $0.00093 $0.01296
Sonnet 5 $0.00037 $0.00519
Haiku 4.5 $0.00019 $0.00259

Measured 2d ago against content hash 20d3bf10dd06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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.

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/browser-use/SKILL.md · 184 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 Changed · +7 lines 20d3bf10dd06
  2. 3d ago Changed · +5 lines a0cfc5da25ca
  3. 9d ago First seen · 172 lines · 187 tokens per session scan A c647e2c41c60

Subscribe to this mod's changes

browser-use is a skill published in the GitHub repository xuzhougeng/wisp-science (1,114 stars, last pushed today), licensed AGPL-3.0. It adds 187 tokens to every session and 2,593 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

FridrichMethod/awesome-skills · 51 tokens

parallel-web

Use Parallel CLI for web search, URL extraction, deep research, structured data enrichment, entity discovery, and recurring web monitoring. Best for requests that explicitly need current web evidence, academic-source discovery, repeated entity lookups, exhaustive reports, or ongoing change tracking.

K-Dense-AI/scientific-agent-skills · 55 tokens

add-tavily-tool

Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.

nanocoai/nanoclaw · 41 tokens

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

nanocoai/nanoclaw · 51 tokens

computer-use

Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real desktop application.

ThinkInAIXYZ/deepchat · 40 tokens

ha-browser

Hope Agent browser automation — the standard status → tabs → snapshot → act loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the browser tool. Trigger on: user asks the agent to open / control / click / scrape /…

shiwenwen/hope-agent · 140 tokens