6.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
| name | intomd |
| description | Fetch and convert any documentation URL to Markdown using into.md service. OpenClaw Skills integration. |
| owner | rezhajulio |
| repository | rezhajulio/intomd |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @rezhajulio/intomd |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
268 BSKILL.md
398 BSKILL.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.
