dyad:debug-with-playwright

dyad:debug-with-playwright is a skill for Claude Code, Codex from dyad-sh/dyad. It costs 25 tokens per session (1,067 once invoked), scanned C, original, no licence file.

A helper for debugging end-to-end tests by capturing screenshots at important points. End-to-end tests exercise complete user flows in a browser.

In plain words
What is it for?
Taking screenshots during E2E tests so developers can visually inspect what the application displayed.
Why use it?
A screenshot can show the application state at the moment a test goes wrong, which may be clearer than an error message alone.

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

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 dyad:debug-with-playwright

README.md
[![agentmods](https://agentmods.dev/badge/skills/dyad-sh/dyad/debug-with-playwright.svg)](https://agentmods.dev/skills/dyad-sh/dyad/debug-with-playwright)
Your own site
<a href="https://agentmods.dev/skills/dyad-sh/dyad/debug-with-playwright"><img src="https://agentmods.dev/badge/skills/dyad-sh/dyad/debug-with-playwright.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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 $0.00025 $0.01067
Opus 5 $0.00013 $0.00534
Sonnet 5 $0.00005 $0.00213
Haiku 4.5 $0.00003 $0.00107

Measured 5d ago against content hash fbc59707a788, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

dyad:debug-with-playwright scanned grade C 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 5d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf e2e-tests/debug-screenshots/
.claude/skills/debug-with-playwright/SKILL.md · 137 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 5d ago First seen · 137 lines · 25 tokens per session scan C fbc59707a788

Subscribe to this mod's changes

dyad:debug-with-playwright is a skill published in the GitHub repository dyad-sh/dyad (21,384 stars, last pushed today), with no licence file. It adds 25 tokens to every session and 1,067 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

pr-test

E2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.

Significant-Gravitas/AutoGPT · 51 tokens

write-frontend-tests

Analyze the current branch diff against dev, plan integration tests for changed frontend pages/components, and write them. TRIGGER when user asks to write frontend tests, add test coverage, or 'write tests for my changes'.

Significant-Gravitas/AutoGPT · 48 tokens

ai-ui-generation

AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows. Covers prompt engineering for component and full-stack app generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality…

yonatangross/orchestkit · 95 tokens

android-ui-test

Demonstration skill showing how to use uiautomator2-mcp-server for AI-driven Android UI testing. Also serves as the project's own automated UI test suite for continuous validation.

tanbro/uiautomator2-mcp-server · 41 tokens

e2e-testing

Test web applications end-to-end by simulating user interactions and verifying expected outcomes. Trigger when the user asks to: test a web app, verify a user flow, run end-to-end tests, QA a feature, check that a page works correctly, validate user journeys, or test a deployment.

billy-enrizky/openbrowser-ai · 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.

LEEI1337/phantom-neural-cortex · 35 tokens