An advanced browser automation skill providing programmatic control over web interfaces using the Playwright framework.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install playwright-commander
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-commander using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Playwright Commander is a specialized tool designed to provide AI agents with granular control over web browsers. By integrating the Playwright framework into the ecosystem of Openclaw Skills, it enables sophisticated UI automation, detailed web content analysis, and visual debugging that exceeds the capabilities of standard browser tools. This skill allows for the precise execution of browser-based tasks through a structured command-line interface.
Built for developers and automation engineers, this skill facilitates deep interaction with modern web applications. It supports multiple browser engines and provides the necessary hooks to perform complex sequences like form manipulation, state inspection via JavaScript execution, and high-fidelity screen captures for audit or analysis purposes.
To integrate Playwright Commander into your local Openclaw Skills environment, follow these installation steps:
# Install the Playwright Python package
pip install playwright
# Install the necessary browser binaries (Chromium, Firefox, Webkit)
playwright install
The skill processes interactions using a structured set of parameters to ensure reliable automation. Below is the metadata taxonomy used by the CLI:
| Parameter | Type | Description |
|---|---|---|
browser |
String | The browser engine to use (e.g., chrome, firefox, webkit). |
headless |
Boolean | Whether to run the browser in the background without a GUI. |
url |
String | The destination web address for navigation. |
selector |
String | The CSS or XPath selector for targeting specific elements. |
screenshot |
Path | The file system path where page captures are saved. |
type |
String | The format for content retrieval (html or text). |
Loading
A managed headful Chrome browser solution designed for Openclaw agents to bypass bot detection through VNC takeover and session isolation.

An automated browser-based scraper that extracts video metadata and engagement statistics from Douyin search result pages using keywords.

A high-efficiency memory system designed to minimize context usage while maximizing the emotional intelligence and long-term recall of AI agents.

A specialized NBA data and AI analysis interface featuring Polymarket integration and seamless x402 protocol payments.

A standardized messaging and discovery protocol that allows AI agents to communicate, collaborate on tasks, and share information across different providers.

A secure automation skill for managing 1Password CLI operations and secret injection within AI agent workflows.








































