← スキル一覧に戻る

playwright
by Mandalorian007
Custom Discord Bot just for ThunderClap Gaming Community
⭐ 0🍴 0📅 2026年1月3日
SKILL.md
name: Playwright description: Browser automation using Playwright. Use for web scraping, UI testing, taking screenshots, form interaction, and any browser-based tasks. Keywords: browser, playwright, chromium, screenshot, scrape, test, click, type, navigate.
Playwright
Browser automation using Playwright's isolated Chromium. Runs locally without affecting your Chrome browser.
Variables
- PLAYWRIGHT_CLI_PATH:
.claude/skills/playwright/playwright_cli/
Instructions
Run from PLAYWRIGHT_CLI_PATH:
cd .claude/skills/playwright/playwright_cli/
uv run pw --help # Discover all commands
uv run pw <command> --help # Detailed usage
Rules:
- Initialize once:
uv run pw init(installs Chromium) - Stateful sessions: Start browser, run commands, then close
- Use
--portfor parallel sessions - each needs unique port (9222-9999)
Multi-Agent Safety
Each agent MUST use a unique port and close only its own browser:
uv run pw start --port 9223
uv run pw nav <url> --port 9223
uv run pw close --port 9223
Troubleshooting
- "Browser not initialized": Run
uv run pw init - "Port in use": Use different port or
uv run pw close --port XXXX - "Could not connect": Start browser first with
uv run pw start - "Failed to click/type": Use
uv run pw a11yto understand page structure
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です