# Intomd

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

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

