← 返回 Skills 市场
Cn Markdown To Html
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-markdown-to-html - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-markdown-to-html触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。
如何安装 Cn Markdown To Html?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-markdown-to-html」即可一键安装,无需额外配置。
Cn Markdown To Html 是免费的吗?
是的,Cn Markdown To Html 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cn Markdown To Html 支持哪些平台?
Cn Markdown To Html 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cn Markdown To Html?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills