# Get Url

> Fetch any URL as markdown with `npx playbooks get`. Use whenever you need to retrieve web content from a URL to get clean markdown for analysis or quoting.

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

---


# get-url

- Fetch to stdout: `npx playbooks get <url>`
- Save to file: `npx playbooks get <url> out <path>`
- JSON metadata: `npx playbooks get <url> --json`
- If `out` is used, it must be exactly: `out <path>`

