Playwright API Testing

Playwright API Testing is a skill for Claude Code, Codex from SaiHemanthMaddi/AI-Agent-QA-Skills-Lab-Repo. It costs 19 tokens per session (4,048 once invoked), scanned A, original, no licence file.

A guide for testing web APIs with Playwright, a browser-testing tool that can also send HTTP requests directly. REST and GraphQL are two common ways that web services expose data and actions.

In plain words
What is it for?
Testing REST and GraphQL endpoints with Playwright’s API request support.
Why use it?
It gives a defined approach for checking API behavior without relying only on tests that operate through a user interface.

Skill for Claude CodeCodex

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

Good fit Testing REST and GraphQL endpoints with Playwright’s API request support.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api
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 SaiHemanthMaddi/AI-Agent-QA-Skills-Lab-Repo --skill playwright-api
Clone the repo
git clone --depth 1 https://github.com/SaiHemanthMaddi/AI-Agent-QA-Skills-Lab-Repo

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 API Testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api/github.svg)](https://agentmods.dev/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api)
Your own site
<a href="https://agentmods.dev/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api"><img src="https://agentmods.dev/badge/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api/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 API Testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api"><img src="https://agentmods.dev/badge/skills/saihemanthmaddi/ai-agent-qa-skills-lab-repo/playwright-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,048 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.00019 $0.04048
Opus 5 $0.00010 $0.02024
Sonnet 5 $0.00004 $0.00810
Haiku 4.5 $0.00002 $0.00405

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

Security

Grade A, and why

Playwright API Testing 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 12d 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.

skills/playwright-api/SKILL.md · 605 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. 12d ago First seen · 605 lines · 19 tokens per session scan A 20dcaed23926

Subscribe to this mod's changes

Playwright API Testing is a skill published in the GitHub repository SaiHemanthMaddi/AI-Agent-QA-Skills-Lab-Repo (2 stars, last pushed 6mo ago), with no licence file. It adds 19 tokens to every session and 4,048 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

api-spec-generator

Generate a ready-to-import Postman or Bruno collection from an API spec, Swagger/OpenAPI file, or endpoint description. Use this skill whenever the user wants to create, export, or scaffold an API test collection. Triggers on: "generate Postman collection", "create Bruno spec", "import-ready collection", "generate…

oumaimah-QA/QIOS · 110 tokens

k6-load-testing

Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.

LiHongwei-cn/lihongwei-cn · 35 tokens

postman-test-script-generator

Write Postman test scripts (JavaScript) for pre-request logic and post-response assertions, and embed them directly into a Postman collection. Use this skill whenever the user wants to add tests to Postman requests, asks about "pm.test", "pm.expect", "Postman assertions", "test scripts", "chaining requests", "dynamic…

LambdaTest/agent-skills · 163 tokens

api-mock-helper

Produces mock server definitions, sandbox environment specs, API stub configurations, and fixture data for any API. Use whenever the user asks about mocking an API, creating a sandbox, "fake server", WireMock stubs, Prism mocks, MSW (Mock Service Worker), "test fixtures", "stub the API", "mock this endpoint"…

LambdaTest/agent-skills · 145 tokens

API Test Suite Generator

Automatically generate comprehensive API test suites from OpenAPI specifications covering CRUD operations, error handling, authentication, pagination, and edge cases.

PramodDutta/qaskills · 29 tokens

api-testing-rest

Comprehensive RESTful API testing patterns covering HTTP methods, status codes, request/response validation, authentication, error handling, and contract testing.

PramodDutta/qaskills · 32 tokens