A professional-grade Linux server solution for high-definition Chrome automation, stealth browsing, and programmatic web interaction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chrome-automation
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 chrome-automation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive framework for running Google Chrome in headless mode specifically optimized for Linux environments. It empowers developers using Openclaw Skills to perform high-resolution 2K screen captures and manage complex web interactions without a physical display. The solution is designed to handle modern web challenges, including headless detection and anti-crawler mechanisms, making it ideal for server-side automation.
By combining the speed of native Chrome headless commands with the power of Playwright and Stealth plugins, this skill offers a dual-mode approach. Whether you need a quick snapshot of a landing page or a complex automated login sequence on platforms like Bilibili or YouTube, this toolset provides the necessary infrastructure and pre-configured environment to succeed.
To get started with this skill in your environment, run the following installation steps:
# Install Google Chrome and dependencies
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb
sudo apt update && sudo apt install -y /tmp/chrome.deb xvfb
# Setup the Python Playwright environment
sudo apt install -y python3.11-venv
python3 -m venv ~/.playwright-env
source ~/.playwright-env/bin/activate
pip install playwright
playwright install chromium
The skill organizes its automation assets and environment according to the following structure:
| Component | Path / Detail |
|---|---|
| Chrome Binary | /usr/bin/google-chrome (v145+) |
| Python Environment | ~/.playwright-env/ |
| Workspace Root | ~/.openclaw/workspace/ |
| Stealth Logic | scripts/playwright_stealth.py |
| Default Output | PNG screenshots saved to workspace |
| Session Policy | Volatile (New session per execution) |
Loading
A comprehensive utility skill bundle providing EVM execution intelligence and manifest management for AI agents.

A robust skill enabling AI agents to automate Windows Terminal and PowerShell workflows for seamless development and system management.

An automated pipeline for generating AI-powered YouTube Shorts with background music and voiceovers using Deevid AI and Openclaw Skills.

An industrial-grade engine designed to parse Incoming Quality Control (IQC) plans from Excel spreadsheets into secure, structured JSON data.

A universal discovery and messaging engine for over 72,000 AI agents across 14 major registries and 20 protocols.

A comprehensive API and MCP server for discovering, chatting with, and registering AI agents across dozens of decentralized and centralized registries.








































