e2e-tester

e2e-tester is a skill for Claude Code, Codex from hanzili/hanzi-browse. It costs 66 tokens per session (1,576 once invoked), scanned A, original, no licence file.

A browser-based end-to-end testing assistant for web apps, including apps running on your local machine. It clicks through user flows and reports failures with screenshots and code references.

In plain words
What is it for?
Testing sign-up, checkout, navigation, and other web-app flows; checking visual bugs; and verifying changes before pushing them.
Why use it?
It helps find broken interactions and visual problems that may not appear in code review or automated checks. You get evidence of what failed and where.

Skill for Claude CodeCodex

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

Good fit Testing sign-up, checkout, navigation, and other web-app flows; checking visual bugs; and verifying changes before pushing them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanzili/hanzi-browse/e2e-tester
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 hanzili/hanzi-browse --skill e2e-tester
Clone the repo
git clone --depth 1 https://github.com/hanzili/hanzi-browse

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 e2e-tester

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanzili/hanzi-browse/e2e-tester/github.svg)](https://agentmods.dev/skills/hanzili/hanzi-browse/e2e-tester)
Your own site
<a href="https://agentmods.dev/skills/hanzili/hanzi-browse/e2e-tester"><img src="https://agentmods.dev/badge/skills/hanzili/hanzi-browse/e2e-tester/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 e2e-tester

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanzili/hanzi-browse/e2e-tester"><img src="https://agentmods.dev/badge/skills/hanzili/hanzi-browse/e2e-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00066 $0.01576
Opus 5 $0.00033 $0.00788
Sonnet 5 $0.00013 $0.00315
Haiku 4.5 $0.00007 $0.00158

Measured 12d ago against content hash bb291ec8a48b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

e2e-tester scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. **Check if the server is running**: `curl -s -o /dev/null -w "%{http_code}" <url>`. If not running, tell the user to start it and stop here.
server/skills/e2e-tester/SKILL.md · 156 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 12d ago First seen · 156 lines · 66 tokens per session scan A bb291ec8a48b

Subscribe to this mod's changes

e2e-tester is a skill published in the GitHub repository hanzili/hanzi-browse (176 stars, last pushed 4mo ago), with no licence file. It adds 66 tokens to every session and 1,576 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

qa-runner

Use when asked to "run QA", "qa check", "test checklist", or execute QA checklists against a running app via browser automation. Requires the browser-bridge MCP server and Chrome extension.

adbarc92/mcp-browser-bridge · 44 tokens

browser

Use this skill when the user says browser, /browser, test in Chrome, inspect a webpage, verify a localhost app, capture screenshots, check console/network errors, run browser QA, or automate browser flows with the Mochi browser MCP.

DevZonayed/Mochi · 50 tokens

reviewing-flows

Use when the pending flow queue needs triage before approval, such as deciding which recorded flows are worth keeping, clearing out ones that can never replay, or reading a flow's real steps before consenting to it.

m4ttstack/fast-browser · 46 tokens

actionbook-web-test

Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…

actionbook/actionbook · 71 tokens

browser-viz-verify

Verifies that a NetClaw-generated visualization HTML file (three.js, canvas, drawio, UML, markmap) actually renders correctly — screenshot, console-error check, and an optional Lighthouse audit. Use immediately after generating any browser-based visualization output, to close the QA gap that otherwise requires a human…

automateyournetwork/netclaw · 84 tokens

BrowserBash Browser Automation

BrowserBash is a vendor-independent, natural-language browser automation CLI. Drive a real browser from plain-English objectives or committable Markdown tests, run on local Chrome, CDP/Playwright MCP, Browserbase, LambdaTest, or BrowserStack, and stream NDJSON results with CI exit codes — using free local Ollama…

PramodDutta/qaskills · 79 tokens