A high-performance web scraping tool designed to bypass anti-bot protections and convert web content into clean Markdown for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scrapling-fetch-basic
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 scrapling-fetch-basic using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Scrapling Fetch Basic is a robust entry-level tool within the Openclaw Skills ecosystem designed for efficient web data extraction. It specializes in capturing content from static pages such as blogs, news sites, and public announcements. By integrating advanced smart extraction logic, it identifies the core article text without requiring manual CSS selector configuration.
The skill provides a seamless bridge between raw web data and AI-ready information by automatically converting complex HTML into clean, structured Markdown. Whether you are dealing with standard websites or pages protected by Cloudflare, this tool ensures high-quality data retrieval through its versatile operating modes.
To integrate this into your workflow, ensure you have the necessary environment set up for Openclaw Skills. Install the core dependencies and use the following commands:
# Basic fetch for static pages
python3 scripts/scrapling_fetch.py https://example.com/articlenn# Fetch with stealth mode for protected sites
python3 scripts/scrapling_fetch.py https://protected-site.com --mode stealth
# Output results in JSON format for automated pipelines
python3 scripts/scrapling_fetch.py https://example.com --json
The skill organizes data by prioritizing structural elements to ensure content integrity. Below is the schema for the extraction logic:
| Feature | Description |
|---|---|
| Output Format | Markdown (default) or JSON |
| Character Limit | Default 30,000 characters (customizable) |
| Selector Hierarchy | 11-step fallback (article > main > .post-content > body) |
| Engine | scrapling core with html2text transformation |
.entry-content or [class*='body']) to find the signal in the noise.Loading
A professional-grade pipeline for extracting, cleaning, and synchronizing structured regulatory clauses from complex construction engineering PDFs to cloud databases.

A battle-tested library of 56 deterministic regex rules for OpenClaw Guardian that blocks high-risk agent actions at the tool layer without LLM overhead.

An automated sentiment analysis tool that scrapes ecommerce reviews and generates professional PDF/Word reports using AI.

A specialized conversion tool that transforms visual-rich PDF files into PowerPoint presentations by rendering pages as high-quality images.

A sophisticated AI agent skill that extracts key financial indicators from PDF reports and generates comprehensive visual analysis and investment insights.

A comprehensive integration for managing Yandex Mail, Disk, and Calendar via the yacli MCP server.








































