pw-playwright-fieldkit

pw-playwright-fieldkit is a skill for Claude Code, Codex from jpbaking/playwright-fieldkit. It costs 143 tokens per session (1,492 once invoked), scanned A, original, MIT.

A toolkit for exploring and testing live websites with Playwright, a browser automation tool. It can map site behavior, investigate browser bugs, inspect restricted features, and audit quality.

In plain words
What is it for?
Use it to crawl a site, debug browser problems, discover hidden or role-limited features, audit accessibility or performance, compare crawls, and draft test cases.
Why use it?
It replaces ad-hoc browser testing with repeatable scripts and reports. This makes broken pages, links, navigation, accessibility, and performance issues easier to reproduce and compare.

Skill for Claude CodeCodex

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/jpbaking/playwright-fieldkit/pw-playwright-fieldkit
Any agent
npx skills add jpbaking/playwright-fieldkit --skill pw-playwright-fieldkit
Clone the repo
git clone --depth 1 https://github.com/jpbaking/playwright-fieldkit

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 pw-playwright-fieldkit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpbaking/playwright-fieldkit/pw-playwright-fieldkit.svg)](https://agentmods.dev/skills/jpbaking/playwright-fieldkit/pw-playwright-fieldkit)
Your own site
<a href="https://agentmods.dev/skills/jpbaking/playwright-fieldkit/pw-playwright-fieldkit"><img src="https://agentmods.dev/badge/skills/jpbaking/playwright-fieldkit/pw-playwright-fieldkit.svg" alt="Measured on agentmods" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,492 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.00143 $0.01492
Opus 5 $0.00072 $0.00746
Sonnet 5 $0.00029 $0.00298
Haiku 4.5 $0.00014 $0.00149

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

Security

Grade A, and why

pw-playwright-fieldkit 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 5d ago.

The scan reads SKILL.md. This mod also ships 25 executable files (scripts/charter.mjs, scripts/compare.mjs, scripts/coverage.mjs, …), 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.

.agents/skills/pw-playwright-fieldkit/SKILL.md · 111 lines

How it starts

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

PW Playwright FieldKit

Drive the bundled scripts and reason over their reports. Do not improvise raw Playwright code for operations already supported here.

Package paths

The scripts have one runtime home, the user-global skill root (installed for every harness; if this SKILL.md was discovered elsewhere, still run the scripts from here):

~/.agents/skills/pw-playwright-fieldkit

Run tools from the project/workspace root so reports land in the project, for example:

node ~/.agents/skills/pw-playwright-fieldkit/scripts/crawl.mjs <URL> --out report/explore

Install the runtime dependencies once per machine if needed:

(cd ~/.agents/skills/pw-playwright-fieldkit/scripts && npm ci && npx playwright install chromium)

Route the request

Read and follow exactly one primary workflow. Read another only when the task genuinely crosses intents.

Read the full file on GitHub · 111 lines

Files

What ships with it

60 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. 5d ago First seen · 111 lines · 143 tokens per session scan A 8c047bbb55df

Subscribe to this mod's changes

pw-playwright-fieldkit is a skill published in the GitHub repository jpbaking/playwright-fieldkit (2 stars, last pushed 1mo ago), licensed MIT. It adds 143 tokens to every session and 1,492 once invoked, about $0.0007 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

qawolf-cli

Manage QA Wolf through the qawolf CLI. Use when asked to create, update, or list coverage requests, bug reports, or maintenance reports; start a run of flows or tags on the QA Wolf platform or read a run's results; list, set, or delete environment variables; manage environments, flows, or tags; request automation of…

qawolf/cli · 118 tokens

playwright-expert

Expert in Playwright E2E testing framework, auto-waiting mechanisms, test generation, trace viewer, and CI/CD integration. Use when the user mentions testing, end-to-end tests, QA, automation, end-to-end testing, or test automation, or when the task involves Playwright Framework, Test Organization, Advanced Features…

personamanagmentlayer/pcl · 77 tokens

e2e-setup

Set up Playwright e2e automation tailored to this team and app. Probes the running app (auth mechanism, API surface, spec availability), interviews with recommendations instead of open questions, scaffolds the playwright/ folder, and records every decision in playwright/AUTOMATION.md for the other e2e skills to read.…

TimothyHan/qa-buddy-skills · 152 tokens

verify-fix

Re-test a bug fix after a developer resolves it. Pulls the original bug from Jira, re-executes the repro steps in the browser, checks for regressions, and updates the bug status. The final step in the SDT workflow before a ticket moves to Done. Use when: "verify fix", "retest", "is this fixed?", "check BUG-123"…

TimothyHan/qa-buddy-skills · 116 tokens

browser-test-executor

Execute approved bounded browser Test DSL cases with fresh isolated contexts and auditable attempts. Use when running browser tests, reruns, regression checks, or blocked execution diagnostics.

dangnhit/qa-tester · 38 tokens

playwright-test

Run end-to-end browser tests using the Playwright Test CLI. Create test configs, write spec files with expect assertions, execute tests with npx playwright test, and analyze results. Pre-installed with Chromium in the computer image — no setup needed. Use for E2E testing, regression testing, smoke tests, visual…

TeamDay-AI/agents · 74 tokens