playwright-ops-demo-playwright-browser

playwright-ops-demo-playwright-browser is a skill for Claude Code from guorunjie/skillpack-forge. It costs 21 tokens per session (242 once invoked), scanned A, original, MIT.

A guide for running Playwright browser automation, where Playwright controls a web browser to test or inspect a site. It describes focused tests, screenshots, traces, selectors, and browser state.

In plain words
What is it for?
Use it to run UI tests, inspect pages, automate user journeys, capture failure evidence, and maintain Playwright workflows.
Why use it?
It provides a repeatable way to investigate browser-test failures and update waits or selectors only after reproducing the problem.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to run UI tests, inspect pages, automate user journeys, capture failure evidence, and maintain Playwright workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser
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 guorunjie/skillpack-forge --skill playwright-ops-demo-playwright-browser
Clone the repo
git clone --depth 1 https://github.com/guorunjie/skillpack-forge

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-ops-demo-playwright-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser/github.svg)](https://agentmods.dev/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser)
Your own site
<a href="https://agentmods.dev/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser"><img src="https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser/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-ops-demo-playwright-browser

Your own site · 80×15
<a href="https://agentmods.dev/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser"><img src="https://agentmods.dev/badge/skills/guorunjie/skillpack-forge/playwright-ops-demo-playwright-browser.svg" alt="Reviewed on agentmods" width="80" 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 242 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.00021 $0.00242
Opus 5 $0.00010 $0.00121
Sonnet 5 $0.00004 $0.00048
Haiku 4.5 $0.00002 $0.00024

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

Security

Grade A, and why

playwright-ops-demo-playwright-browser 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 10d 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/generated/playwright-browser/.claude/skills/playwright-ops-demo-playwright-browser/SKILL.md · 30 lines

What it actually says

playwright-ops-demo-playwright-browser

Generated from skillpack.yaml by Skillpack Forge.

Project

Playwright browser automation workflows for reliable UI tests, inspections, and scripted operator tasks.

Workflow

  • Identify the target URL, browser project, viewport, and expected user journey
  • Run the narrowest Playwright command first, such as npx playwright test path/to/spec --headed
  • Inspect page state with screenshots or traces before changing selectors
  • Update fixtures, waits, and assertions only after reproducing the failure
  • Rerun the focused Playwright test and document any skipped browser coverage

Commands

  • install: npm install
  • test: npm test
  • e2e: npm run e2e

Principles

  • Use locators that reflect user-visible intent before falling back to brittle selectors
  • Capture screenshots, traces, or console output when a browser run fails
  • Keep browser state, credentials, and downloaded artifacts out of committed files
  • Prefer small reproducible flows over broad end-to-end scripts
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. 10d ago First seen · 30 lines · 21 tokens per session scan A ca3bd28c2c44

Subscribe to this mod's changes

playwright-ops-demo-playwright-browser is a skill published in the GitHub repository guorunjie/skillpack-forge (1 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 242 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-31.

Related

Other skills, from other repositories

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

datit309/supergraph · 35 tokens

setup-playwright

Use when adding, extending, or repairing a repo-owned Playwright test harness across Node Playwright Test, Playwright Pytest, or .NET/Java test frameworks. Also use when explicitly persisting @playwright/cli developer tooling, or adding or regenerating Playwright Test Agent definitions for a compatible Node Playwright…

n-n-code/n-n-code-skills · 93 tokens

mk:playwright-cli

Session-persistent browser automation via Playwright CLI — form filling, screenshots, data extraction, multi-step flows. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information across multiple requests. NOT for AI-driven…

ngocsangyem/MeowKit · 92 tokens

mk:qa-manual

Spec-driven manual QA testing and Playwright E2E code generation. Orchestrates browser skills to navigate apps like a human tester, producing structured test reports or production-ready .spec.ts files. Always prompts user for credentials — never guesses or stores auth. Use for QA testing, E2E generation, login flow…

ngocsangyem/MeowKit · 91 tokens

browser-task-and-automation-and-delegation

A required procedure for browser actions carried out through a separate browser specialist. Browser actions include opening pages, filling forms, taking snapshots, performance checks, automated tests, and data collection.

aiskillstore/marketplace · 115 tokens