← Back to list

playwright
by idjoo
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: playwright description: Automate browser interactions with Playwright MCP. Use for web scraping, form filling, testing, or any browser-based automation tasks. allowed-tools: mcp__playwright__* user-invocable: false
<example type="good" title="Single call for multiple operations">
<code>
browser_run_code: async (page) => { await page.goto('https://example.com'); await page.fill('#email', 'user@test.com'); await page.fill('#password', 'secret'); await page.click('button[type="submit"]'); }
<example type="avoid" title="Multiple individual tool calls">
<description>browser_navigate → browser_type → browser_type → browser_click</description>
</example>
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon