# Webfetch

> Fetches web pages and converts them to clean Markdown. Delegates to the local scrapling-0-4-7 skill for all URL extraction, JS-rendered page scraping, and anti-bot bypass. Use when retrieving webpage content, converting URLs to readable text, or fetching live web data for AI context.

- Skill: `tangledgroup/webfetch-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tangledgroup/webfetch-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tangledgroup/webfetch-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: tangledgroup (https://skillmd.com/u/tangledgroup)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tangledgroup/webfetch-2

---


# web-fetch 0.1.0

## Overview

Lightweight meta-skill for fetching web pages and converting them to clean Markdown. All work is delegated to the local `scrapling-0-4-7` skill.

## When to Use

- Fetching a URL's content as Markdown
- Extracting text from web pages, PDFs, or JS-rendered sites
- Converting live web data into LLM-readable context

## Usage

Load the `scrapling-0-4-7` skill and follow its instructions for all web-fetching operations. It provides:

- `scrapling <URL>` — CLI to fetch and convert any URL to Markdown
- Browser automation for JS-rendered pages
- Anti-bot stealth fetching
- PDF and MS Office document extraction

Refer to `scrapling-0-4-7` SKILL.md for full command syntax, options, and examples.

