playwright-uitest

playwright-uitest is a skill for Claude Code, Codex from DemonDamon/AgenticX. It costs 21 tokens per session (268 once invoked), scanned A, original, Apache-2.0.

A Playwright-based checklist and reporting guide for testing a frontend proof of concept through a browser.

In plain words
What is it for?
Use it to run smoke and interaction tests, capture screenshots of important states, and create an HTML report with pass and fail results.
Why use it?
It helps catch broken routes, console errors, unusable buttons, theme problems, and visual regressions before delivery.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/demondamon/agenticx/playwright-uitest
Any agent
npx skills add DemonDamon/AgenticX --skill playwright-uitest
Clone the repo
git clone --depth 1 https://github.com/DemonDamon/AgenticX

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 playwright-uitest

README.md
[![agentmods](https://agentmods.dev/badge/skills/demondamon/agenticx/playwright-uitest.svg)](https://agentmods.dev/skills/demondamon/agenticx/playwright-uitest)
Your own site
<a href="https://agentmods.dev/skills/demondamon/agenticx/playwright-uitest"><img src="https://agentmods.dev/badge/skills/demondamon/agenticx/playwright-uitest.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.00268
Opus 5 $0.00010 $0.00134
Sonnet 5 $0.00004 $0.00054
Haiku 4.5 $0.00002 $0.00027

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

Security

Grade A, and why

playwright-uitest 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 6d 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.

examples/agenticx-for-delivery/skills/playwright-uitest/SKILL.md · 42 lines

What it actually says

Playwright UI Test

When to use

Frontend POC exists under output/<task_id>/frontend/ and local preview URL is available.

MCP

Prefer playwright-mcp (@playwright/mcp) for:

  • Navigate routes from requirement-breakdown.md
  • Click primary buttons, fill forms, open dialogs
  • Capture ≥5 screenshots across key states
  • Export HTML report under output/<task_id>/qa/playwright-report/

Test categories

  1. Smoke — each route loads without console error
  2. Interaction — primary CTA clickable
  3. Theme — light/dark if settings page exists
  4. Regression — optional pixel diff vs design SVG

Report format

  • index.html — summary with pass/fail counts
  • screenshot-*.png — labeled by route + state

Failure handling

Record blocker in plan.mdc testing stage; distinguish:

  • Code bug — route 404, uncaught exception
  • Design tweak — spacing/color within tolerance
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. 6d ago First seen · 42 lines · 21 tokens per session scan A ed3ffb61b997

Subscribe to this mod's changes

playwright-uitest is a skill published in the GitHub repository DemonDamon/AgenticX (227 stars, last pushed yesterday), licensed Apache-2.0. It adds 21 tokens to every session and 268 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-30.

Related

Other skills, from other repositories

webapp-testing

Toolkit for testing local web applications and browser workflows with MCP browser tools. Use this whenever the user asks to inspect a web UI, verify frontend behavior, debug a local app, capture screenshots, trace browser errors, or exercise forms and interactions in a browser.

Threat-Vector-Security/guardian-agent · 55 tokens

playwright-mcp-skill

Run browser automation through @playwright/mcp over UXC stdio MCP, with daemon-friendly session reuse and safe action guardrails. Use when tasks need deterministic page navigation, DOM snapshots, and scripted browser interaction from CLI.

citedy/adclaw · 52 tokens

run-dashboard-e2e-local-changes

Run Playwright E2E (tests/e2e/) against the docker/ all-in-one harness so it reflects LOCAL code changes, not a stale cached image.

BlackBeltTechnology/pi-agent-dashboard · 42 tokens

playwright-pro

Production-grade Playwright testing skill for E2E suites, flaky test diagnosis, browser automation, migration from Cypress/Selenium, CI integration, visual checks, and regression validation.

seaworld008/Commonly-used-high-value-skills · 39 tokens

browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

citedy/adclaw · 47 tokens

crawl4ai

AI-powered web scraping framework for extracting structured data from websites. Use when Codex needs to crawl, scrape, or extract data from web pages using AI-powered parsing, handle dynamic content, or work with complex HTML structures.

citedy/adclaw · 48 tokens