Agent skill
playwright
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
Install this agent skill to your Project
npx add-skill https://github.com/EnactProtocol/enact/tree/main/tools/playwright
SKILL.md
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 -a '{"url": "https://example.com"}'
# Take a screenshot
enact run enact/playwright -a '{"url": "https://example.com", "action": "screenshot"}'
# Extract text from a specific element
enact run enact/playwright -a '{"url": "https://example.com", "selector": "h1"}'
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
hello-ruby
A simple Ruby greeting tool
hello-js
A simple JavaScript greeting tool
dice-roll-rust
Roll dice with configurable sides and count - a simple Rust example tool
firecrawl
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
hello-rust
A simple Rust greeting tool
docs-guide
LLM guide for creating, publishing, and running Enact tools
Didn't find tool you were looking for?