← Back to list

enactplaywright
by while-basic
⭐ 0🍴 0📅 Dec 30, 2025
SKILL.md
name: enact/playwright version: 1.0.0 description: Browser automation tool using Playwright - captures screenshots and extracts content from web pages from: mcr.microsoft.com/playwright:v1.50.0-noble build:
- cd /workspace && npm init -y && npm install playwright-core
command: node /workspace/run.js '${url}' '${action}' '${selector}'
timeout: 600s
inputSchema:
type: object
properties:
url:
type: string
description: The URL to navigate to
action:
type: string
description: Action to perform (screenshot, text, html)
default: text
enum:
- screenshot
- text
- html
selector:
type: string
description: Optional CSS selector to target specific element
default: body
required:
- url
Playwright Browser Automation
A browser automation tool that uses Playwright to interact with web pages.
Features
- Navigate to any URL
- Take screenshots
- Extract text content
- Extract HTML content
- Target specific elements with CSS selectors
Usage
# Get text content from a page
enact run ./playwright --args '{"url": "https://example.com"}'
# Take a screenshot
enact run ./playwright --args '{"url": "https://example.com", "action": "screenshot"}'
# Extract text from a specific element
enact run ./playwright --args '{"url": "https://example.com", "selector": "h1"}'
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