# Fetch Page

> Fetch and summarize a web page

- Skill: `gupsammy/fetch-page` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gupsammy/fetch-page`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gupsammy/fetch-page/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: gupsammy (https://skillmd.com/u/gupsammy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gupsammy/fetch-page

---


# Fetch Page

Fetch the content of a URL and produce a concise summary.

## Process

1. Fetch the URL passed as `$1` using the `web_fetch` tool
2. Summarize the main content in 3–5 sentences, preserving key facts and figures
3. List any notable links or resources mentioned in the page
4. If the URL is inaccessible, report the error and suggest checking the URL format

