An advanced AI-powered web scraping framework designed to extract structured, clean data from complex websites and dynamic JavaScript-heavy environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crawl4ai
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 crawl4ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Crawl4ai is a cutting-edge scraping framework that bridges the gap between traditional HTML parsing and intelligent AI extraction. It allows developers to handle the most challenging web environments, including those reliant on heavy client-side rendering. By integrating this capability into Openclaw Skills, users can automate the collection of high-quality data for training models, market research, or content aggregation.
The framework excels at cleaning messy HTML, converting web pages into readable Markdown, and providing structured JSON output. Whether you are dealing with CORS limitations or complex navigation flows, Crawl4ai provides a robust toolset for high-performance data acquisition within the ecosystem of Openclaw Skills.
To get started with this component of Openclaw Skills, ensure you have the necessary environment configured.
pip install crawl4ai
Basic initialization example:
from crawl4ai import AsyncWebCrawler
async with AsyncWebCrawler() as crawler:
result = await crawler.arun(url="https://example.com")
The framework organizes its output into a structured result object containing the following primary fields:
| Field | Type | Description |
|---|---|---|
| markdown | string | Cleaned, readable text content of the page. |
| clean_html | string | HTML stripped of scripts, styles, and navigation. |
| extracted_content | array/json | Structured data objects (e.g., product lists). |
| screenshot | binary/base64 | Visual capture of the page state. |
| links | array | List of all discovered internal and external URLs. |
Loading
A specialized toolset for running headful or headless Chrome on Linux servers using XVFB to enable seamless AI-driven browser automation.

A browser-based CLI skill for interacting with X/Twitter through the OpenClaw agent, supporting both authenticated and read-only actions.

A comprehensive personal knowledge repository that utilizes PARA and Zettelkasten methodologies to capture, organize, and retrieve information via AI agents.

AgoraHub is an open agent registry providing over 14 verified AI tools for common developer tasks like data conversion, hashing, and formatting.

A professional integration skill connecting OpenClaw to Aionis for advanced long-term memory, context-aware tool routing, and feedback-driven policy loops.

A fast and minimal CLI tool to manage emails via IMAP, SMTP, and Notmuch backends directly from your terminal.








































