Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
A skill to interact with web browsers using Playwright for advanced UI automation, analysis, and debugging.
A skill to interact with web browsers using Playwright for advanced UI automation, analysis, and debugging.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill provides agents with a powerful interface to programmatically control web browsers using Playwright. It enables advanced UI automation, web content analysis, and debugging capabilities beyond what the default browser tool might offer directly.
Launch and close browser instances. Navigate to specified URLs. Capture screenshots of web pages. Retrieve HTML content or readable text from pages. Execute custom JavaScript within the browser context. Interact with web elements (click, type, fill forms) using various selectors. Retrieve element attributes or text content.
This skill is designed for programmatic interaction via exec commands, typically orchestrated by an agent. # Example: Launch browser and navigate python3 scripts/playwright_cli.py launch_browser --browser chrome --headless true # Example: Navigate to URL and take screenshot python3 scripts/playwright_cli.py navigate --url "https://example.com" --screenshot "path/to/screenshot.png" # Example: Get page content python3 scripts/playwright_cli.py get_content --url "https://example.com" --type html # Example: Click an element python3 scripts/playwright_cli.py click_element --url "https://example.com" --selector "button.submit"
Playwright Python package (playwright) installed in the skill's virtual environment. Playwright browser binaries installed (playwright install).
(To be defined if specific configuration beyond default Playwright options is needed.)
To give me more granular and robust control over web browser interactions, enabling more complex UI automation, detailed web page analysis, and better troubleshooting capabilities for browser-related issues, especially for the Mac App conversion project.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.