webclaw

Extract structured web content from protected or complex sites via the webclaw MCP server.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/MinhDuyDEV/mdpi --skill webclaw-minhduydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webclaw
Source: https://github.com/MinhDuyDEV/mdpi/tree/main/.pi/skills/webclaw
Command: npx skills add https://github.com/MinhDuyDEV/mdpi --skill webclaw-minhduydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of unreliable web content extraction when standard fetching tools encounter bot protection, complex documentation sites, or large-scale scraping requirements.

Core Features & Use Cases

  • Advanced Web Extraction: Extract clean markdown, text, JSON, HTML, or LLM-optimized content from websites using a local-first scraping workflow.
  • Research and Brand Analysis: Crawl documentation sites, discover sitemap URLs, compare page changes, and extract visual brand identity details.
  • Use Case: Use this Skill when researching a technical documentation portal that blocks basic fetch requests or when collecting structured content from multiple related web pages.

Quick Start

Use the webclaw skill to extract content from the provided website and return an LLM-optimized summary.

Frequently Asked Questions about webclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract web content from sites that block standard scraping requests?

To extract web content from protected sites, you need a local-first scraping workflow that bypasses basic fetch failures. This approach uses local scraping tools to retrieve markdown, JSON, or HTML without triggering bot protection blocks.

Can I crawl documentation sites and discover sitemap URLs for research?

Yes, you can crawl documentation sites and discover sitemap URLs for research. The scraping workflow identifies related pages, extracts structured content, and returns clean text suitable for large-scale documentation research.

How do I convert extracted web pages into LLM-optimized content?

You can convert extracted web pages into LLM-optimized content by applying a local scraping workflow that parses HTML into clean markdown. This process structures the retrieved text specifically for large language model processing.

What is the best way to track page changes and extract visual brand identity?

The best way to track page changes and extract visual brand identity is to use an advanced web extraction tool. It compares extracted content across sessions to monitor changes and pulls visual identity details from target sites.

Do I need a specific MCP server to perform structured content retrieval?

Yes, you need the webclaw MCP server and local scraping tools to perform structured content retrieval. This setup validates the extracted data and ensures reliable content extraction from complex sites.

Why does basic web fetching fail on complex websites and how can I avoid it?

Basic web fetching fails on complex websites due to bot protection and dynamic content barriers. You can avoid this by using an advanced local-first scraping workflow that handles protected portals and returns structured content.