web-load2

Fetch web URLs and extract all text content.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/workromancer/my-claude-settings --skill web-load2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-load2
Source: https://github.com/workromancer/my-claude-settings/tree/main/skills/web-load2
Command: npx skills add https://github.com/workromancer/my-claude-settings --skill web-load2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill loads and extracts all content from web URLs efficiently, providing a reliable way to gather information from the web for downstream tasks.

Core Features & Use Cases

  • URL Fetching: Use WebFetch to retrieve the full HTML or textual content from a URL.
  • Content Extraction: Extract all text content, sections, and metadata as needed.
  • Redirect Handling: Automatically follow redirects and retry with the new URL when necessary.
  • Save & Reuse: Save fetched content to a file with the Write tool for offline use or further processing.

Quick Start

Load content from https://example.com and extract all text.