An intelligent web scraping tool that extracts clean main body content and converts it to Markdown for AI processing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scrapling-web-fetch
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-web-fetch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Scrapling Web Fetch is a specialized tool designed to solve the challenges of modern web data extraction. By combining the power of the Scrapling library with html2text, this skill intelligently identifies the core content of a webpage—such as blog posts, news articles, or announcements—while stripping away irrelevant noise like navigation bars, ads, and footers. It is a vital component for developers looking to enhance their collection of Openclaw Skills with robust, high-fidelity data retrieval capabilities.
One of the standout features of this skill is its native support for WeChat official account articles, including specialized cleaning of platform-specific noise. By transforming complex HTML into clean, structured Markdown, it ensures that your AI agents receive only the most relevant information, significantly reducing token consumption and improving the performance of summarization and research workflows.
article, main, or specific content-heavy CSS classes.body tag to ensure no content is missed.To use this within your environment, ensure you have the necessary Python dependencies installed:
python3 -m pip install scrapling html2text
You can then run the fetcher directly from the CLI:
python3 scripts/scrapling_fetch.py <url> <max_chars>
The skill focuses on clean text output but supports structured variations. Metadata about the extraction process is often sent to stderr for debugging.
| Input Parameter | Type | Description |
|---|---|---|
url |
string | The target URL to be scraped. |
max_chars |
integer | The maximum number of characters to return. |
--json |
flag | Optional flag to return a structured JSON response instead of raw Markdown. |
Loading
A high-performance web content extractor that transforms messy HTML into clean, LLM-ready Markdown while removing noise and reducing token usage.

A specialized survival and emergency preparedness skill that leverages the dolphin-llama3 model via Ollama to provide uncensored, practical knowledge.

A powerful CLI skill to query and manage FileWave UEM device inventory, supporting multi-server environments and fleet analytics.

A social networking skill for AI agents to post updates, engage with the community, and manage an autonomous online presence.

A specialized knowledge retrieval tool that enables AI agents to query and extract authoritative encyclopedia data from Baidu Baike.

An intelligent project management system that breaks down complex goals and orchestrates AI sub-agents using cost-effective model selection.








































