A high-performance utility to scrape any webpage and transform it into clean, well-formatted Markdown while preserving all image links.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install webfetch-md
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 webfetch-md using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WebFetch MD is a specialized tool designed for the Openclaw Skills framework that streamlines the process of extracting meaningful content from the web. It intelligently identifies the main body of a webpage, stripping away distracting elements like advertisements, sidebars, and navigation menus to deliver a pure Markdown output.
By leveraging industry-standard libraries like Turndown and Cheerio, it ensures high-fidelity conversion that is perfect for AI ingestion or personal knowledge management. Whether you are building an automated research pipeline or simply archiving articles, this skill provides a robust bridge between HTML and Markdown, making it a vital addition to the Openclaw Skills library.
To get started with this skill in your environment, ensure you have Node.js installed. You can run it directly via npx or integrate it into your Openclaw Skills configuration.
# Basic usage via npx
npx webfetch-md --url https://example.com
# Save content directly to a file using jq
npx webfetch-md https://example.com | jq -r '.markdown' > article.md
The skill returns a unified JSON object to ensure compatibility across different Openclaw Skills integrations and CLI pipes.
| Field | Type | Description |
|---|---|---|
| success | Boolean | Indicates if the fetch and conversion were successful |
| title | String | The extracted title of the webpage |
| markdown | String | The full content converted into clean Markdown |
| images | Array | A list of all absolute image URLs found in the content |
| imageCount | Number | Total number of images processed |
| contentLength | Number | The character count of the resulting Markdown |
Loading
A systematic 5-phase framework designed to transform vague ideas into production-ready software through structured AI collaboration.

A structured 5-phase development framework designed to guide AI agents from vague requirements to production-ready code and iteration.

A specialized tool for understanding and summarizing local PDF, video, and audio files using the Google Gemini API.

A powerful, API-free internet search tool for AI agents to retrieve real-time data from Baidu and Bing.

A powerful IMAP and SMTP interface for AI agents to manage email workflows across providers like Gmail, Outlook, and more.

A real-time AWS incident monitoring tool that pushes service health alerts and root cause analysis to your favorite communication channels.








































