# Intomd

> Fetch and convert any documentation URL to Markdown using into.md service.

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

---


# intomd

Use `intomd` to fetch clean markdown from a documentation site via into.md.

## Usage

```bash
# Fetch markdown
curl -sL "https://into.md/$1"
```

## Example

```bash
intomd https://zod.dev
```

