Fetch and convert any documentation URL to Markdown using into.md service.
Scanned 2/12/2026
Install via CLI
openskills install sundial-org/awesome-openclaw-skills---
name: intomd
version: 1.0.0
description: Fetch and convert any documentation URL to Markdown using into.md service.
metadata: {"clawdbot":{"emoji":"📄","requires":{"bins":["curl"]}}}
---
# 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
```
No comments yet. Be the first to comment!
Comprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.