A high-performance browser automation skill that enables AI agents to control web browsers via the Model Context Protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install playwright-mcp
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 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 specialized toolset designed to give AI agents full control over web browsers like Chromium, Firefox, and WebKit. By utilizing the Model Context Protocol, this skill allows agents to perform actions that were previously manual, such as navigating complex single-page applications, filling out multi-step forms, and extracting real-time data from the live web. This integration within the Openclaw Skills ecosystem ensures that developers can build agents capable of sophisticated web interaction with minimal configuration.
Built on top of the industry-standard Playwright library, this skill provides a secure and programmable environment for web exploration. It bridges the gap between static LLM knowledge and the dynamic nature of the internet, making it an essential component for any developer looking to expand the capabilities of their AI coding assistants through Openclaw Skills.
To get started with this skill, install the necessary NPM package and browser binaries:
npm install -g @playwright/mcp
npx playwright install chromium
You can then run the server using npx:
npx @playwright/mcp --headless
The skill manages browser data and interactions using a structured approach to ensure the AI agent receives clear, actionable information. This data organization is a core part of the Openclaw Skills experience:
| Component | Type | Description |
|---|---|---|
| Selectors | String | CSS or XPath selectors used to target specific DOM elements for interaction. |
| Page Snapshots | Object | A structured representation of the accessible DOM tree for agent comprehension. |
| Evaluation Results | JSON | The output from custom JavaScript executed within the browser context. |
| Configuration | Flags | Parameters like --viewport-size and --user-agent that define the browser environment. |
Loading
A high-performance browser automation skill for Openclaw Skills that leverages the direct Playwright API for reliable web interaction and data extraction.

A specialized automation suite for managing the Google NotebookLM MCP authentication lifecycle and virtual browser stack on Linux.

A powerful Model Context Protocol (MCP) server designed to transform AI agents into interactive LeetCode tutors and submission engines.

An offline-first TypeScript SDK for constructing Solana TransactionInstructions for token creation, trading, and AMM migration.

A high-discipline engineering workflow skill that enforces structured planning, TDD, and risk assessment for complex coding tasks.

A professional reporting tool that tracks Claude Code token consumption, cache hits, and real-time API expenditure.








































