agent-browser

agent-browser is a skill for Claude Code from danstrem2/clawdbot-skill-master-pack. It costs 51 tokens per session (2,860 once invoked), scanned A, original, no licence file.

A tool for controlling web browsers through code. It can navigate pages, enter information into forms, capture screenshots, test web applications, and collect information from pages.

In plain words
What is it for?
Use it for web testing, form filling, screenshots, page navigation, and extracting information from websites.
Why use it?
It reduces manual browser work when checking websites or repeating browser-based tasks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for web testing, form filling, screenshots, page navigation, and extracting information from websites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danstrem2/clawdbot-skill-master-pack/agent-browser-2
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 danstrem2/clawdbot-skill-master-pack --skill agent-browser-2
Clone the repo
git clone --depth 1 https://github.com/danstrem2/clawdbot-skill-master-pack

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/agent-browser-2.svg)](https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/agent-browser-2)
Your own site
<a href="https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/agent-browser-2"><img src="https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/agent-browser-2.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,860 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 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.00051 $0.02860
Opus 5 $0.00026 $0.01430
Sonnet 5 $0.00010 $0.00572
Haiku 4.5 $0.00005 $0.00286

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

Security

Grade A, and why

agent-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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (templates/authenticated-session.sh, templates/capture-workflow.sh, templates/form-automation.sh), 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.

skills/agent-browser-2/SKILL.md · 357 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 7d ago First seen · 357 lines · 51 tokens per session scan A 436c61e7d745

Subscribe to this mod's changes

agent-browser is a skill published in the GitHub repository danstrem2/clawdbot-skill-master-pack (2 stars, last pushed 7mo ago), with no licence file. It adds 51 tokens to every session and 2,860 once invoked, about $0.0003 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

openclaw-browser-auto

A setup guide for connecting OpenClaw, an AI-agent platform, to a remote Chrome browser through CDP, a browser control interface. It covers Docker-hosted browsers and Browserless.io, a hosted browser service.

davidtoby/agent-skills · 0 tokens

run-hugging-face-training-smoke

Runs one bounded, private Hugging Face training smoke with immutable inputs, local preflight checks, explicit stop gates, checkpoint verification, and reproducible evidence. Use before spending cloud compute on a longer fine-tuning run.

bastos/skills · 53 tokens

automation-browser-api-workflows

Class-level workflow for browser automation, API reverse-engineering, macOS UI automation, tmux/interactive CLI control, MCP tool calling, camera capture, and direct tool/API replacement of fragile UI flows. Use when asked to automate websites/apps, learn private site APIs from traffic, drive interactive CLIs, call…

davidtoby/agent-skills · 82 tokens

api-learner

Workflow for learning site APIs via traffic capture and replacing browser automation with direct curl calls.

davidtoby/agent-skills · 22 tokens

playwright-best-practices

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…

firstsun-dev/skills · 214 tokens

cross-browser-typography-qa

Use this skill when web text looks clipped, flattened, wrapped incorrectly, misaligned, or materially different between Chromium and WebKit/Safari. Treat text rendering as both a geometry problem and a visual paint problem: passing DOM bounds does not prove that every glyph is intact.

AtlasOmnia/hermes-custom-pack · 56 tokens