# Fetch

> Fetches markdown from public URLs, docs pages, articles, or changelogs. Use when web content needs to be read or summarized.

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

---


Use `fetch` to fetch the URL or domain in `$ARGUMENTS` or the surrounding conversation.

Guidelines:

- Prefer the canonical docs or article URL.
- Set `objective` when the user asks a specific question.
- Set `keywords` for long pages when only a few sections matter.
- Use `mode: "smart"` for long or noisy pages, `mode: "rush"` when the relevant section is already obvious.
- Set `fresh: true` when freshness matters, such as changelogs, release notes, pricing, or recently updated docs.

After fetching, answer the user directly instead of restating the tool output verbatim.

