← Back to Skills Marketplace
freedompixels

Cn Markdown To Html

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
24
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-markdown-to-html
Description
Convert Markdown to HTML with basic styling. Support headers, bold, italic, links, code blocks. Pure Python standard library, no API key required.
README (SKILL.md)

Markdown to HTML

Convert Markdown files to HTML.

Features

  • Convert headers (H1, H2, H3)
  • Format bold and italic text
  • Convert links
  • Format inline and block code
  • Generate complete HTML document
  • Pure Python, no external dependencies

Supported Markdown Elements

Markdown HTML
# Header \x3Ch1>
## Header \x3Ch2>
### Header \x3Ch3>
bold \x3Cstrong>bold\x3C/strong>
italic \x3Cem>italic\x3C/em>
code \x3Ccode>code\x3C/code>
text \x3Ca href="url">text\x3C/a>

Usage

python3 scripts/md_to_html.py --file readme.md

Example

Input (readme.md):

# My Project

This is **bold** and *italic* text.

[Visit example.com](https://example.com)

Output: Complete HTML document with proper formatting.

Usage Guidance
This looks safe for ordinary Markdown conversion. As with any local file converter, only point it at files you intend to process; the generated HTML is printed to the terminal rather than uploaded anywhere.
Capability Analysis
Type: OpenClaw Skill Name: cn-markdown-to-html Version: 1.0.0 The skill is a straightforward Markdown-to-HTML converter using Python's standard library and regular expressions. The code in scripts/md_to_html.py performs basic text transformations and file reading as described in SKILL.md, with no evidence of malicious intent, data exfiltration, or unauthorized access.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The SKILL.md purpose matches the included Python script: it reads a user-specified Markdown file and prints converted HTML.
Instruction Scope
Instructions are limited to running the local converter command; there are no prompts to override user intent, hide actions, or perform unrelated tasks.
Install Mechanism
There is no install specification and the script uses only Python standard library modules.
Credentials
The script only needs access to the input file selected with --file and outputs HTML to stdout; this is proportionate for the stated conversion purpose.
Persistence & Privilege
No persistence, background execution, privileged access, credential use, or system modification is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-markdown-to-html
  3. After installation, invoke the skill by name or use /cn-markdown-to-html
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Markdown to HTML converter. - Supports headers (H1, H2, H3), bold, italic, links, inline and block code. - Generates a complete HTML document from Markdown files. - Pure Python implementation with no external dependencies or API key needed.
Metadata
Slug cn-markdown-to-html
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cn Markdown To Html?

Convert Markdown to HTML with basic styling. Support headers, bold, italic, links, code blocks. Pure Python standard library, no API key required. It is an AI Agent Skill for Claude Code / OpenClaw, with 24 downloads so far.

How do I install Cn Markdown To Html?

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

Is Cn Markdown To Html free?

Yes, Cn Markdown To Html is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cn Markdown To Html support?

Cn Markdown To Html is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cn Markdown To Html?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments