browser

browser is a skill for Claude Code, Codex from IceWhaleTech/ZimaOS-Blue. It costs 36 tokens per session (512 once invoked), scanned A, original, MIT.

A live browser-interaction skill for using web pages that need a real browser session, such as pages with JavaScript, login, forms, or scrolling.

In plain words
What is it for?
It helps open pages, reuse a browser session, log in, fill forms, click controls, scroll through content, and capture screenshots.
Why use it?
It handles actions that ordinary page fetching cannot, including typing, clicking, screenshots, and challenge pages.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps open pages, reuse a browser session, log in, fill forms, click controls, scroll through content, and capture screenshots.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icewhaletech/zimaos-blue/browser
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 IceWhaleTech/ZimaOS-Blue --skill browser
Clone the repo
git clone --depth 1 https://github.com/IceWhaleTech/ZimaOS-Blue

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/browser.svg)](https://agentmods.dev/skills/icewhaletech/zimaos-blue/browser)
Your own site
<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/browser"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/browser.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 512 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.00036 $0.00512
Opus 5 $0.00018 $0.00256
Sonnet 5 $0.00007 $0.00102
Haiku 4.5 $0.00004 $0.00051

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

Security

Grade A, and why

browser 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 8d 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.

assets/skills/browser/SKILL.md · 54 lines

What it actually says

Browser

Use browser when the job requires a live browser tab instead of ordinary fetch/read.

Routing Guide

Need Action
Public links, docs, or readable page content without interaction Prefer web_query first
Logged-in readable page and existing session state is already available Try authenticated read/fetch with Cookie, Authorization, or browser_target_id before full browser automation
Real interaction: click, type, scroll, login, form submit, screenshot, or challenge handling Use blue browser ...
Existing Chrome session should be reused Prefer relay/local Chrome or an existing browser target instead of a fresh anonymous tab

Command Usage

blue browser navigate url=https://example.com
blue browser screenshot url=https://example.com full_page=true
blue browser click browser_target_id=tab_123 selector="text=Sign in"
blue browser type browser_target_id=tab_123 selector="input[type=email]" text="[email protected]"
blue browser scroll browser_target_id=tab_123 y=1200

Common parameters vary by action, but typical fields include:

  • url for opening a page
  • browser_target_id for reusing an existing tab/session
  • selector or target metadata for click/type operations
  • text for typed input
  • full_page for screenshots

Notes

  • browser is the canonical interactive web skill.
  • Prefer web_query for discovery or straightforward readable content; escalate to browser only when a live session or interaction is truly required.
  • If web_query reports login_wall, challenge, browser_required, or retry_browser, first retry with session/auth reuse when possible and then switch to browser.
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. 8d ago First seen · 54 lines · 36 tokens per session scan A 143684fba499

Subscribe to this mod's changes

browser is a skill published in the GitHub repository IceWhaleTech/ZimaOS-Blue (25 stars, last pushed 4mo ago), licensed MIT. It adds 36 tokens to every session and 512 once invoked, about $0.0002 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

credential-setup-with-computer-use

Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client IDs, client secrets, or other credential values from an external service console.

n8n-io/n8n · 48 tokens

defuddle

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…

kepano/obsidian-skills · 74 tokens

browser-skill

Interactive browser automation - navigate, click, type, fill forms, take screenshots, get accessibility snapshots. Supports system Chrome/Edge via auto-detection.

zeenie-ai/OpenCompany · 34 tokens

browser-harness-skill

Drive the user's real Chrome over raw CDP by writing Python against browser-harness helpers - screenshot, coordinate clicks, JS evaluation, form fill, tabs. For tasks needing full freedom or the user's own logins.

zeenie-ai/OpenCompany · 49 tokens

nearby-places-skill

Search for nearby places like restaurants, cafes, stores, and services using Google Places API. Find places by type and location.

zeenie-ai/OpenCompany · 32 tokens

unbrowse

One-call web access for agents with cache-first API replay and browser capture on misses. Unbrowse passively learns first-party route DAGs while browsing, independently validates replay, and keeps remote sharing consented and fail-closed. Prefer it over WebFetch, curl, and browser loops.

unbrowse-ai/unbrowse · 60 tokens