intomd

TotalClaw 作者 totalclaw v1.0.0

使用 into.md 服务获取任何文档 URL 并将其转换为 Markdown。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~rezhajulio-intomd
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~rezhajulio-intomd/file -o rezhajulio-intomd.md
## 概述(中文)

使用 into.md 服务获取任何文档 URL 并将其转换为 Markdown。

## 原文

# 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
```