agentskills.codes
WE

>-

Install

mkdir -p .claude/skills/web-fetch-ccivlcid && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14166" && unzip -o skill.zip -d .claude/skills/web-fetch-ccivlcid && rm skill.zip

Installs to .claude/skills/web-fetch-ccivlcid

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Fetches and analyzes web pages when a specific URL is provided. Use when non-developers share reference sites, API docs, or competitor pages. Complements web-research (search) with direct URL visits via WebFetch.
212 chars✓ has a “when” trigger

About this skill

Web Fetch — Visit URLs Directly

Core principle: When a URL is given, visit it directly. Don't guess what's on the page.

When to Fetch

PhaseFetch When
Planning (docs/biz/)Reference site shared, competitor analysis, API doc page
DevelopmentReading API docs, checking library pages, verifying service status
CommunicationNon-developer asks "what does this site do?" or "make it like this"

How to Fetch

Use the WebFetch MCP tool to retrieve page content from a URL.

  1. Extract URL from non-developer's message
  2. Fetch page content using WebFetch
  3. Analyze structure, features, layout, or content
  4. Summarize in simple terms for non-developers

Presenting Results

  • In planning docs (docs/biz/): layout patterns, feature lists, user flows observed
  • In technical docs (docs/ai-dev/): API details, tech stack observations
  • For non-developers: simple language, focus on what the site does, not how

Limitations

  • Login-required pages cannot be accessed
  • JavaScript-heavy SPAs may return only initial HTML
  • Some sites block automated access

When blocked, ask: "Could you take a screenshot and share it instead?"

vs Web Research

  • Web Research: Don't know where to look → WebSearch
  • Web Fetch: Have a specific URL → WebFetch

Search skills

Search the agent skills registry