Playwright-AI-Agent-POM-MCP-Server: Skill for Claude Code

.claude/skills/playwright-cli/SKILL.md

playwright-cli is a skill for Claude Code from padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server. It costs 52 tokens per session (1,557 once invoked), scanned A, original, no licence file.

A browser-automation skill for testing websites and web applications. It can navigate pages, fill in forms, take screenshots, and extract information.

In plain words
What is it for?
Use it for web testing, form completion, screenshots, page navigation, and extracting data from web pages.
Why use it?
It removes the need to perform repetitive browser checks manually when testing or inspecting a website.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server's own configuration. It tells Claude Code how to work on Playwright-AI-Agent-POM-MCP-Server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Playwright-AI-Agent-POM-MCP-Server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server/main/.claude/skills/playwright-cli/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server

Made for: Claude Code.

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-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli/github.svg)](https://agentmods.dev/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli)
Your own site
<a href="https://agentmods.dev/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli"><img src="https://agentmods.dev/badge/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli/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 playwright-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli"><img src="https://agentmods.dev/badge/skills/padmarajnidagundi/playwright-ai-agent-pom-mcp-server/playwright-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,557 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 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.00052 $0.01557
Opus 5 $0.00026 $0.00779
Sonnet 5 $0.00010 $0.00311
Haiku 4.5 $0.00005 $0.00156

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

Security

Grade A, and why

playwright-cli 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 11d 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.

.claude/skills/playwright-cli/SKILL.md · 260 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

Files

What ships with it

7 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. 11d ago First seen · 260 lines · 52 tokens per session scan A d3d4ae2a2826

Subscribe to this mod's changes

playwright-cli is a skill published in the GitHub repository padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server (38 stars, last pushed 1mo ago), with no licence file. It adds 52 tokens to every session and 1,557 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-30.

Related

Other skills, from other repositories

argus

Argus AI-powered QA harness — Chrome DevTools MCP reference for browser automation, accessibility, performance, security, and debugging.

ironclawdevs27/Argus · 27 tokens

test-ui

Test the Wayfinder agent extension UI by starting the dev environment and visually verifying changes via CDP. Covers the new tab page (left sidebar — Home, Scheduled Tasks, Settings, etc.) and the right side panel (chat interface). Use after making UI changes to apps/agent/.

rahulcvwebsitehosting/wayfinder · 60 tokens

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

microsoft/playwright · 19 tokens

playwright-component-testing

Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.

microsoft/playwright · 69 tokens

playwright-trace

Inspect Playwright trace files from the command line — list actions, view requests, console, errors, snapshots and screenshots.

microsoft/playwright · 29 tokens

browser4-cli

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.

platonai/Browser4 · 52 tokens