Install
openclaw skills install md-to-rich-htmlTurn Markdown files or folders into a polished, human-readable, self-contained HTML page by having the agent understand the document, choose an appropriate information design, generate custom HTML/CSS/JS, and validate the result. Prefer static validation; use browser-based visual checks only when the page complexity justifies it or the user asks.
openclaw skills install md-to-rich-htmlUse this skill when the user wants to render, preview, publish, share, or make Markdown easier to read. It supports a single .md file or a folder of .md files.
This is an agent-first skill. The goal is not to mechanically convert Markdown tags into HTML tags. The goal is to read the source, infer the reader's task, and design a page that makes the content easier to scan, understand, compare, and use.
Before finishing, check the generated page against these questions:
Use static inspection as the default verification method. Browser screenshots and console checks are optional quality gates for complex pages, not a required step for every conversion.