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.

tangledgroup 9f3c5e6 1.0 KB Updated

File contents

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.

tangledgroup/tangled-skills/tree/main/misc/webfetch-0-1-0 commit 9f3c5e640f

Frequently asked questions

npx skillmds@latest add tangledgroup/webfetch-2