Back to list
LadderChaos

playwriter

by LadderChaos

Custom Claude Code skills for development workflows

0🍴 0📅 Jan 17, 2026

SKILL.md


name: playwriter description: Browser automation via Playwriter MCP - works as a Chrome extension with full Playwright API access. Use for browser testing, web scraping, form filling, and any browser interaction. mcp: playwriter: command: npx args: ["-y", "playwriter@latest"]

Playwriter Browser Automation

Browser automation via Chrome extension with full Playwright API access.

Prerequisites

  1. Install Chrome extension: https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe
  2. 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 execute tool with full Playwright API
  • Less context window usage than traditional browser MCPs
  • Works with your existing Chrome extensions
  • Can bypass automation detection

Score

Total Score

45/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon