Enact playwright
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/enactprotocol/enact-playwright
Browser automation tool using Playwright - captures screenshots and extracts content from web pagesFrom its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill enact-playwrightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 149 tokens by cl100k_base, as published. Nobody here has run it
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 enact/playwright --args '{"url": "https://example.com"}'
# Take a screenshot
enact run enact/playwright --args '{"url": "https://example.com", "action": "screenshot"}'
# Extract text from a specific element
enact run enact/playwright --args '{"url": "https://example.com", "selector": "h1"}'
What ships with it
14.0 KB alongside SKILL.md, 1 of them executable
GitHub clipped this repository’s file list, so this is at least 2 files and may be more.
- run.jsruns2.4 KB
- skill-report.json11.5 KB