skills$openclaw/intomd
rezhajulio6.3k

by rezhajulio

intomd – OpenClaw Skill

intomd is an OpenClaw Skills integration for writing workflows. Fetch and convert any documentation URL to Markdown using into.md service.

6.3k stars760 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameintomd
descriptionFetch and convert any documentation URL to Markdown using into.md service. OpenClaw Skills integration.
ownerrezhajulio
repositoryrezhajulio/intomd
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @rezhajulio/intomd
last updatedFeb 7, 2026

Maintainer

rezhajulio

rezhajulio

Maintains intomd in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
268 B
SKILL.md
398 B
SKILL.md

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

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

Example

intomd https://zod.dev
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install intomd?

Run openclaw add @rezhajulio/intomd in your terminal. This installs intomd into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/rezhajulio/intomd. Review commits and README documentation before installing.