web-content-fetcher

Installation
SKILL.md

Web Content Fetcher

Expert knowledge for fetching and parsing web content, handling size limitations, JavaScript-rendered sites, and extracting clean article content from HTML.

Overview

This skill provides battle-tested strategies for fetching web content in Claude Code, addressing critical challenges:

  1. WebFetch tool limitation: ~50KB max content size
  2. Read tool limitation: 256KB max file size per call
  3. JavaScript-rendered content: Twitter/X, React SPAs require special handling

Four-tier approach:

  • Tier 1: WebFetch for small content (< 50KB)
  • Tier 2: curl + Task agent for any size static content ⭐ DEFAULT
  • Tier 3: Scripts for edge cases (EUC-JP encoding, complex HTML)
  • Tier 4: Playwright for JavaScript-rendered sites (Twitter/X, React SPAs)
Related skills

More from shino369/claude-code-personal-workspace

Installs
64
GitHub Stars
2
First Seen
Jan 22, 2026