A high-performance browser automation skill that enables AI agents to control web browsers, navigate sites, and interact with elements via the Model Context Protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install playwright-mcp-1-0-0
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install playwright-mcp-1-0-0 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Playwright MCP skill is a comprehensive automation engine designed to give AI agents full control over web browsers like Chromium, Firefox, and WebKit. By leveraging the industry-standard Playwright framework, this addition to Openclaw Skills allows for seamless programmatic interaction with any website, handling complex tasks like JavaScript rendering, iframe interaction, and session management.
Whether you are building an agent for automated testing, data mining, or web-based task execution, this skill provides the necessary tools to navigate URLs, click buttons, fill out forms, and extract structured information from the DOM. It functions as a bridge between the Model Context Protocol (MCP) and modern web engines, ensuring high reliability and speed.
To integrate this into your environment, follow these installation steps:
# Install the Playwright MCP package
npm install -g @playwright/mcp
# Install the necessary browser binaries
npx playwright install chromium
# Run the MCP server to begin automation
npx @playwright/mcp
The skill utilizes structured inputs to control browser behavior. Below is a summary of the data handled by key tools within the Openclaw Skills ecosystem:
| Tool | Input Parameters | Output Type |
|---|---|---|
| browser_navigate | url (string) | Page Load Status |
| browser_click | selector (string) | Success/Failure |
| browser_type | selector (string), text (string) | Input Confirmation |
| browser_evaluate | script (string) | JSON/Primitive |
| browser_snapshot | none | DOM Structure JSON |
Loading
A specialized skill for designing production-grade n8n workflows featuring built-in error handling, idempotency, and comprehensive audit logging.

A robust multi-layer memory architecture for AI agents that ensures persistent context across sessions using vector search, git-notes, and a Write-Ahead Log protocol.

A professional framework for the rigorous validation and stress-testing of systematic trading strategies to ensure real-world robustness.

A comprehensive toolkit for applying modern design principles, accessibility standards, and component-driven workflows to digital products.

A high-performance web scraping tool powered by Playwright, specifically engineered to bypass Cloudflare and sophisticated anti-bot protections.

A comprehensive CLI toolkit for querying Polymarket prediction data, tracking market momentum, and simulated paper trading.








































