# Fetch

> Fetch a URL and extract its main text content as markdown.

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

---


```bash
curl "https://r.jina.ai/https://www.example.com"
```

Uses [Jina AI's Reader](https://jina.ai/reader/) to fetch a URL and return its
main content as clean markdown, stripping nav/ads/boilerplate. Just prefix the
target URL with `https://r.jina.ai/`. Handles JS-rendered pages server-side.

