A comprehensive web automation skill for OpenClaw that enables professional headless browser interaction, data extraction, and visual page capture.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browserless-agent
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 browserless-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browserless Agent is a high-performance web automation skill designed to extend the capabilities of the OpenClaw ecosystem. It provides a robust interface for interacting with any website using a headless browser, eliminating the need for local browser installations. By connecting to a remote or local Browserless instance, this skill allows users to perform complex web tasks programmatically, making it a cornerstone of the Openclaw Skills library for developers.
This skill is built for reliability and speed, offering deep control over page navigation, DOM manipulation, and network requests. Whether you are building an automated research tool or a web-based testing suite, the Browserless Agent provides the necessary infrastructure to interact with modern, dynamic web applications seamlessly.
To integrate this skill, you must configure your environment variables within your OpenClaw settings.
BROWSERLESS_URL and optional BROWSERLESS_TOKEN if using a cloud provider.# Cloud Service Configuration
BROWSERLESS_URL=wss://chrome.browserless.io
BROWSERLESS_TOKEN=your-private-token
# Local Service Configuration
BROWSERLESS_URL=ws://localhost:3000
The skill automatically appends the necessary Playwright endpoints and authentication parameters based on your Openclaw Skills configuration.
The Browserless Agent organizes data through structured JSON payloads for actions and standardized outputs for results:
| Data Type | Description | Key Fields |
|---|---|---|
| Navigation | Controls page state | url, timeout, wait_until |
| Extraction | Retrieves DOM data | selector, attribute, all, type |
| Interaction | Simulates user input | text, delay, clear, force |
| Visuals | File generation | path, quality, full_page, format |
| Network | Request management | headers, resource_types |
Files generated (like screenshots and PDFs) are saved to the local file system at the path specified in the action payload.
Loading
A specialized command-line interface for sending WhatsApp messages to third parties and managing message history.

A policy-driven firewall for AI agents that enforces spending limits and merchant restrictions before payments occur.

Track real-time flight details, including status, gates, and live positions, with a professional Flighty-style visual output.

A comprehensive tool for managing personal finances, from tracking bank transactions to monitoring budget goals, directly through an AI agent.

ClawSaver is an intelligent request-batching utility that reduces AI model API costs by 20–40% through efficient message buffering.

ClawText Ingest provides production-ready memory ingestion for AI agents, supporting Discord, files, and URLs with automatic deduplication.








































