browser-automation

browser-automation is a skill for Claude Code from trinhhaox/ag-kit. It costs 29 tokens per session (688 once invoked), scanned A, original, no licence file.

A guide for using a persistent Playwright browser process to test websites, interact with web pages, and capture screenshots. Playwright is a tool for controlling browsers through code.

In plain words
What is it for?
Use it for website quality testing, automated page interactions, and screenshot capture.
Why use it?
It keeps browser automation available for repeated checks and interactions during a session.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for website quality testing, automated page interactions, and screenshot capture.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trinhhaox/ag-kit/browser-automation
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 trinhhaox/ag-kit --skill browser-automation
Clone the repo
git clone --depth 1 https://github.com/trinhhaox/ag-kit

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/trinhhaox/ag-kit/browser-automation/github.svg)](https://agentmods.dev/skills/trinhhaox/ag-kit/browser-automation)
Your own site
<a href="https://agentmods.dev/skills/trinhhaox/ag-kit/browser-automation"><img src="https://agentmods.dev/badge/skills/trinhhaox/ag-kit/browser-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for browser-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/trinhhaox/ag-kit/browser-automation"><img src="https://agentmods.dev/badge/skills/trinhhaox/ag-kit/browser-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 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.00029 $0.00688
Opus 5 $0.00015 $0.00344
Sonnet 5 $0.00006 $0.00138
Haiku 4.5 $0.00003 $0.00069

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

Security

Grade A, and why

browser-automation 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/browser-cli.py, scripts/browser-daemon.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.

skills/browser-automation/SKILL.md · 76 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

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 76 lines · 29 tokens per session scan A 7c9a19bb85b8

Subscribe to this mod's changes

browser-automation is a skill published in the GitHub repository trinhhaox/ag-kit (1 stars, last pushed 1mo ago), with no licence file. It adds 29 tokens to every session and 688 once invoked, about $0.0001 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

refactor-check

Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.

n24q02m/better-code-review-graph · 24 tokens

e2e-generate

Create or update end-to-end tests for a user-facing flow that changed, using whatever e2e framework the repo already uses. Use after implementing a user story that alters UI behavior, routing, forms, or API-driven views.

theam/claude-dev-kit · 52 tokens

playwright-stability

Make a Playwright E2E suite stable and realistic — kill flaky tests and authenticate like a real user via storageState (login once, reuse). Use when E2E tests are flaky, slow, re-login in every test, mock auth instead of using it, or when hardening a suite before relying on it.

LFTPadilla/agent-dev-kit · 70 tokens

browser-qa

Automated visual testing and browser interaction verification.

Jamkris/everything-gemini-code · 12 tokens

ui-control

Verify graphical browser, desktop, or Electron behavior through the actual interface. Use when screenshot, accessibility, console, network, trace, or browser-driven evidence is required; exclude terminal-hosted interfaces.

yarlson/yarstack · 42 tokens

live-qa

Exploratory QA of a running app by driving a real browser like a user via the Playwright MCP server. Use when the user wants to "QA" a feature live, walk a flow as a real user, smoke-test before a PR, or find issues that scripted specs miss. Complements deterministic Playwright specs — this is the human-like…

LFTPadilla/agent-dev-kit · 77 tokens