web-load2

Community

Fetch and extract content from any URL.

Authorworkromancer
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: web-load2
Download link: https://github.com/workromancer/my-claude-settings/archive/main.zip#web-load2

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository