Enact playwright
Skill aiskillstore/marketplace/skills/enactprotocol/enact-playwright
Browser automation tool using Playwright - captures screenshots and extracts content from web pagesFrom its SKILL.md
npx -y skills add aiskillstore/marketplace --skill enact-playwrightAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
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: 2 files
22.4 KB alongside SKILL.md, 1 of them executable
- run.jsruns2.4 KB
- skill-report.json19.9 KB