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.