multiAI Summary Pending
enact-playwright
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/enact-playwright/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/enactprotocol/enact-playwright/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/enact-playwright/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How enact-playwright Compares
| Feature / Agent | enact-playwright | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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
```bash
# 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"}'
```