local-web-e2e

local-web-e2e is a skill for Codex from zacharygcook/agent-skills. It costs 59 tokens per session (503 once invoked), scanned A, original, MIT.

A skill for designing and running reliable local browser end-to-end tests. These tests exercise a web application through a browser across its real services and data flow.

In plain words
What is it for?
Use it to build or debug local web smoke tests, authenticated flows, multi-service launchers, readiness checks, deterministic test data, and failure artifacts such as traces and screenshots.
Why use it?
It reduces collisions with development environments and makes failures easier to reproduce by isolating ports, data, credentials, processes, and saved evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to build or debug local web smoke tests, authenticated flows, multi-service launchers, readiness checks, deterministic test data, and failure artifacts such as traces and screenshots.

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

Made for: 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 local-web-e2e

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharygcook/agent-skills/local-web-e2e"><img src="https://agentmods.dev/badge/skills/zacharygcook/agent-skills/local-web-e2e.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 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.00059 $0.00503
Opus 5 $0.00030 $0.00251
Sonnet 5 $0.00012 $0.00101
Haiku 4.5 $0.00006 $0.00050

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

Security

Grade A, and why

local-web-e2e 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 9d 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/local-web-e2e/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Local Web E2E

Make local browser tests safe to run beside normal development and strong enough to reveal real integration failures.

Safety Invariants

  • Use a dedicated E2E database or isolated datastore namespace.
  • Fail closed before any reset: verify the target clearly identifies itself as E2E and require an explicit override for exceptions.
  • Use dedicated ports and build/cache directories so tests do not collide with running dev servers.
  • Never borrow an arbitrary existing server unless the suite verifies its configuration and data target.
  • Keep credentials synthetic and secrets out of tracked files.

Environment Lifecycle

  1. Run a doctor/preflight check for runtimes, browsers, ports, database reachability, and required configuration.
  2. Build shared packages needed by multiple services.
  3. Reset, migrate, and seed the disposable datastore deterministically.
  4. Start services with isolated ports and capture logs.
  5. Wait on health/readiness endpoints, not fixed sleeps.
  6. Run browser tests with intentional concurrency.
  7. On failure, retain traces, screenshots, videos, and service logs.
  8. Stop only processes launched by the suite and restore mutated state when a test exercises operator controls.

Test Quality

Prefer a short set of high-signal journeys:

  • authentication and authorization boundaries;
  • a primary user workflow from UI through API and persistence;
  • loading, empty, error, and retry states;
  • cross-origin/session behavior in realistic local topology;
  • admin/operator actions followed by explicit state restoration.

Use stable roles, labels, and test IDs. Avoid timing-only assertions and selectors tied to cosmetic DOM structure. Seed prerequisites directly when setup through the UI would add noise without testing meaningful behavior.

Debugging Order

  1. Read the first application/service error, not only the browser timeout.
  2. Confirm the browser reached the intended port and build directory.
  3. Confirm every service points at the disposable datastore.
  4. Inspect readiness and seed output.
  5. Open the trace and screenshot.
  6. Re-run the narrowest failing test before the whole suite.

Read the full file on GitHub · 51 lines

Files

What ships with it

1 file 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. 9d ago First seen · 51 lines · 59 tokens per session scan A 20228bf89cf6

Subscribe to this mod's changes

local-web-e2e is a skill published in the GitHub repository zacharygcook/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 503 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

pptx-html-fidelity-audit

Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an…

nexu-io/open-design · 185 tokens

jetson-video-pipeline

Use when executing and verifying Jetson Video Codec SDK or PyNvVideoCodec encode/decode, transcode, segmentation, container decode, AV1, or acceptance workflows with exact artifact handoffs.

NVIDIA/skills · 45 tokens

playwright-skill

Complete browser automation with Playwright. Auto-detects dev servers, writes reusable test scripts, and supports screenshots, responsive checks, UX validation, login flows, link checks, and arbitrary browser automation. Use when the user wants to test a website, automate browser interactions, validate web…

lackeyjb/playwright-skill · 69 tokens

qa-systematic

Systematic web application QA testing with issue taxonomy, health scoring, and regression tracking. Triggers on: "QA this", "test the app", "smoke test", "run QA", "systematic test", "regression test", "full QA", "/qa-systematic".

Mathews-Tom/armory · 62 tokens

e2e-testing

ORGII keeps two separate E2E surfaces. Do not use one as proof for the other.

org2AI/ORG2 · 0 tokens

dual-instance-verification

Dual-instance (双机) real-machine verification protocol for ORG2 cloud sync and session sharing. Use before declaring any sharing/sync/collab feature or fix "verified": share/unshare, push/retract, fork/import, comments, member-floor, replay, continuation, or anything touching Org2CloudSyncEngine, collab engines, or the…

org2AI/ORG2 · 0 tokens