← Back to Skills Marketplace
claudiodrusus

Markdown to HTML

by claudiodrusus · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1298
Downloads
1
Stars
5
Active Installs
3
Versions
Install in OpenClaw
/install markdown-to-html
Description
Convert Markdown text to beautifully styled, self-contained HTML with embedded CSS. Perfect for newsletters, documentation, reports, and email templates.
Usage Guidance
This skill appears to be what it says: a small, local Python script that converts Markdown to styled HTML and writes an output file. Before using it in production or serving generated HTML to users, consider that the converter does not sanitize input: raw HTML present in Markdown, or crafted link/image URLs and alt text, will be included verbatim in output (the code escapes code-block contents but does not escape inline text/URLs). That can create XSS or unsafe email content if the Markdown is untrusted. If you plan to process untrusted Markdown, either sanitize the result (e.g., use an HTML sanitizer like bleach) or extend the tool to escape/validate URLs and inline text. Otherwise this skill is coherent and low-risk in terms of hidden network/credential behavior.
Capability Analysis
Type: OpenClaw Skill Name: markdown-to-html Version: 1.1.0 The skill is classified as suspicious due to a significant Cross-Site Scripting (XSS) vulnerability in the `main.py` script. The `md_to_html` function, specifically within the `inline` helper, fails to properly escape user-provided markdown content for link text and image alt text before embedding it into the generated HTML. This allows an attacker to inject arbitrary HTML/JavaScript into the output, which could lead to client-side attacks when the generated HTML is viewed. There are no other indicators of malicious intent such as data exfiltration, persistence, or direct prompt injection attempts against the OpenClaw agent in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description (convert Markdown to self-contained HTML) matches the provided runtime instructions and the included main.py implementation. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md usage examples and CLI options match main.py. However, neither the docs nor the tool warn that the converter preserves or emits raw HTML from input (the code does not sanitize or strip HTML), so using this on untrusted markdown may produce unsafe output (XSS) — this is a functional/security caveat rather than an incoherence.
Install Mechanism
No install spec (instruction-only skill) and the code is provided inline. Nothing is downloaded or executed from external URLs; no install-related risks detected.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not access secrets or unrelated system configuration.
Persistence & Privilege
always is false and the skill does not request persistent/system-level privileges or modify other skills/config. Autonomous invocation is allowed (platform default) and is appropriate here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markdown-to-html
  3. After installation, invoke the skill by name or use /markdown-to-html
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
No visible changes in this release. - Version bumped to 1.1.0. - No updates detected in documentation or files.
v1.0.1
v1.0.1: docs update
v1.0.0
Initial release
Metadata
Slug markdown-to-html
Version 1.1.0
License
All-time Installs 6
Active Installs 5
Total Versions 3
Frequently Asked Questions

What is Markdown to HTML?

Convert Markdown text to beautifully styled, self-contained HTML with embedded CSS. Perfect for newsletters, documentation, reports, and email templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 1298 downloads so far.

How do I install Markdown to HTML?

Run "/install markdown-to-html" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Markdown to HTML free?

Yes, Markdown to HTML is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Markdown to HTML support?

Markdown to HTML is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Markdown to HTML?

It is built and maintained by claudiodrusus (@claudiodrusus); the current version is v1.1.0.

💬 Comments