playwriter
Playwriter Browser Automation
Browser automation via Chrome extension with full Playwright API access.
Prerequisites
- Install Chrome extension: https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe
- Click extension icon on tabs to control (turns green when connected)
Usage
Use the execute tool to run Playwright code:
// Navigate
await page.goto('http://localhost:5173')
// Screenshot with accessibility labels
await screenshotWithAccessibilityLabels({ page })
// Click using aria-ref
await page.locator('aria-ref=e5').click()
// Fill form
await page.fill('input[name="email"]', 'test@example.com')
Key Features
- Single
executetool with full Playwright API - Less context window usage than traditional browser MCPs
- Works with your existing Chrome extensions
- Can bypass automation detection
More from ladderchaos/tora-skills
frontend-dev
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, dashboards, React components, HTML/CSS layouts, or styling any web UI. Generates creative, polished code that avoids generic AI aesthetics.
3synpress-e2e
End-to-end testing with wallet automation using Synpress. Use this skill for testing dApp flows that require MetaMask/wallet interactions, transaction signing, and on-chain verification.
3ui-rules
Opinionated constraints for building better interfaces with agents.
2webapp-testing
Test local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2preflight
Session startup checklist to load context and check for stale state. Use this skill at the start of any development session, when resuming after a break, or before deployment tasks.
2repo-librarian
Repository cleanup, documentation management, and markdown reorganization. Use this skill when the repo feels cluttered, documentation is scattered, or after major version upgrades. Handles dead code elimination, legacy artifact removal, and documentation indexing.
2