playwright

playwright is a skill for Claude Code, Codex from Sdinzsh/PowerHou53. It costs 40 tokens per session (841 once invoked), scanned A, original, no licence file.

A browser-automation and web-testing skill built around Playwright, a tool for controlling browsers in code, plus the agent-browser command-line tool.

In plain words
What is it for?
Use it to automate browser actions, test websites, scrape JavaScript-driven pages, inspect page structure, and validate screenshots.
Why use it?
It removes much of the manual work involved in testing pages, interacting with forms, collecting content from dynamic sites, and checking how pages look.

Skill for Claude CodeCodex

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

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sdinzsh/powerhou53/playwright.svg)](https://agentmods.dev/skills/sdinzsh/powerhou53/playwright)
Your own site
<a href="https://agentmods.dev/skills/sdinzsh/powerhou53/playwright"><img src="https://agentmods.dev/badge/skills/sdinzsh/powerhou53/playwright.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 841 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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.00040 $0.00841
Opus 5 $0.00020 $0.00420
Sonnet 5 $0.00008 $0.00168
Haiku 4.5 $0.00004 $0.00084

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

Security

Grade A, and why

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

Makes network callslowCapability

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

1. **Static Content**: If a target URL is static HTML, prefer `webfetch` or curl to save memory and execution tokens.
skills/playwright/SKILL.md · 115 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

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 · 115 lines · 40 tokens per session scan A c5513aa9e42d

Subscribe to this mod's changes

playwright is a skill published in the GitHub repository Sdinzsh/PowerHou53 (4 stars, last pushed 12d ago), with no licence file. It adds 40 tokens to every session and 841 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

selenium-cucumber-expert

Use when writing E2E tests with Selenium WebDriver and Cucumber BDD in Java, setting up BDD test infrastructure with Maven or Gradle, writing Gherkin feature files, implementing step definitions in Java, configuring Page Object Model or Screenplay Pattern, setting up parallel execution, generating ExtentReports or…

jmr85/e2e-agent-skills · 201 tokens

playwright-automation-expert

Use when writing E2E tests with Playwright, setting up test infrastructure, debugging flaky browser tests, organizing project structure, or testing REST APIs. Invoke for browser automation, E2E tests, Page Object Model, test flakiness, visual testing, project scaffolding, folder layout, API testing, JSON schema…

jmr85/e2e-agent-skills · 73 tokens

agent-browser

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, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens

appium-python-expert

Specialist skill for mobile E2E testing with Appium 2.x + Python (pytest) for Android and iOS. Use this skill whenever the user asks about: setting up Appium with Python, writing mobile test cases, configuring Android/iOS drivers (UIAutomator2, XCUITest), implementing Page Object Model for mobile, running tests with…

jmr85/e2e-agent-skills · 158 tokens

playwright-cucumber-expert

Use when writing E2E tests with Cucumber BDD and Playwright, setting up BDD test infrastructure, writing Gherkin feature files, implementing step definitions, configuring hooks and World, or integrating Cucumber with CI/CD. Invoke for Cucumber, BDD, Gherkin, feature files, step definitions, Given When Then, hooks…

jmr85/e2e-agent-skills · 91 tokens

test-browser

Run browser tests on pages affected by current PR or branch.

marcusrbrown/systematic · 14 tokens