intomd for Openclaw

A CLI utility that fetches documentation from any URL and converts it into clean Markdown using the into.md service.

rezhajulio
v1.0.0
Jan 19, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install intomd

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install intomd using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is intomd?

intomd is a specialized developer tool designed to bridge the gap between web-based documentation and Markdown-based workflows. By leveraging the into.md service, this skill allows users to instantly transform complex technical websites into clean, readable Markdown files. This functionality is essential for developers building their library of Openclaw Skills who need to provide clear, noise-free technical context to AI agents or Large Language Models (LLMs).

The tool focuses on speed and simplicity, requiring no complex parsing logic on the local machine. It serves as a gateway to turn the vast amount of technical information on the web into a format that is easily consumed by code editors, static site generators, and AI-driven development environments.

intomd Use Cases

  • Providing real-time library documentation to AI coding assistants via Openclaw Skills.
  • Scraping API documentation for integration into local knowledge bases or personal knowledge management systems.
  • Automating the conversion of online tutorials into Markdown for offline development use cases.
  • Streamlining the retrieval of technical specifications for Retrieval-Augmented Generation (RAG) pipelines.

How intomd Works

  1. The user passes a target documentation URL as an argument to the intomd command.
  2. The utility initiates a network request using curl to the into.md API service.
  3. The remote service fetches the source HTML and uses high-fidelity conversion logic to strip CSS, scripts, and navigation menus.
  4. The service returns a structured Markdown representation of the page content.
  5. The resulting Markdown is output to the standard output (stdout), ready for terminal viewing or redirection to a file within the Openclaw Skills environment.

intomd Setup

The intomd skill is a lightweight wrapper around curl. Ensure you have the curl binary installed on your system to begin using it.

# Example of how to use intomd directly
curl -sL "https://into.md/https://zod.dev"

No additional API keys or complex environment variables are required to integrate this into your existing Openclaw Skills configuration. Simply ensure curl is available in your system path.

intomd Data Schema & Taxonomy

The skill does not maintain a persistent database, as it operates as a stateless transformation utility. The following table describes the data flow:

Component Specification
Input Source Publicly accessible documentation URL
Output Format Cleaned Markdown (UTF-8)
Primary Dependency curl (system binary)
External Service into.md (conversion backend)

intomd Advanced Features

  • Piping support: Pipe the Markdown output directly into other Openclaw Skills for automated summarization or indexing.
  • Zero-configuration setup: Works instantly without the need for local headless browsers or complex scraping libraries.
  • Low-latency conversion: Optimized for fast retrieval of even large documentation pages for AI agent ingestion.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*