web-fetch

Fetch and parse web content from specified URLs.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill web-fetch-winsorllc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-fetch
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/web-fetch
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill web-fetch-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of retrieving and processing information from web pages, saving users time and effort in manual data collection.

Core Features & Use Cases

  • Fetch Content: Retrieve the raw HTML or parsed text/markdown from any given URL.
  • Download Files: Download various file types directly from web links.
  • Extract Structured Data: Scrape specific information like article text, links, or images from web pages.
  • Use Case: Extract the main article text from a news website to summarize it, or download a PDF linked on a page.

Quick Start

Fetch the markdown content from the URL https://example.com.

Frequently Asked Questions about web-fetch

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

FAQPage Schema
How do I extract readable text from a web page URL?

Yes, you can download various file types like PDFs directly from web links. The skill acts as a download manager, fetching files from specified URLs without requiring external API keys for general use.

Do I need an API key to fetch web content and scrape structured data?

No, you do not need an API key to fetch web content and scrape structured data. The skill handles basic web content retrieval and parsing for general use without any authentication prerequisites.

How do I scrape specific information like article text or images from a website?

To scrape specific information like article text or images from a website, the skill parses the fetched HTML to extract targeted structured data. It isolates requested elements from the retrieved page content.

What is the best way to automate retrieving raw HTML from any given URL?

Limitations of this skill include handling only basic web content retrieval and parsing without complex browser rendering. It should not be used for sites requiring JavaScript execution or interactive login authentication.