← 返回 Skills 市场
lz-web3

Markdown to Page

作者 LZ-Web3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
345
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install md-to-page
功能描述
Convert Markdown files into styled, scrollable wide-screen HTML pages with dark/light themes, animations, and rich directive components for web articles.
安全使用建议
This skill appears to do what it says: it runs a bundled Python script to convert a Markdown file to HTML. Before installing or running it, consider: (1) The script will read any local files referenced by image links in the Markdown (including absolute paths) and embed their bytes into the output when --embed-images is used — do not run it on untrusted Markdown that points to sensitive local files. (2) The generated HTML may include raw HTML from the input and can therefore execute scripts when opened in a browser; avoid opening/sharing output created from untrusted sources. (3) Pillow is optional; if missing the script will fall back to base64-encoding raw bytes. If you want extra safety, review the included scripts/md_to_page.py source locally and run it on trusted files only.
功能分析
Type: OpenClaw Skill Name: md-to-page Version: 1.0.0 The skill bundle provides a Markdown-to-HTML converter with advanced visual components, but it contains significant security vulnerabilities in 'scripts/md_to_page.py'. Specifically, the 'embed_images_in_md' function is vulnerable to path traversal, allowing it to read and encode arbitrary local files (e.g., via '![alt](/etc/passwd)') into the output HTML as base64 data. Additionally, the custom Markdown parser in 'inline_md' fails to sanitize link text, creating a cross-site scripting (XSS) risk in the generated documents.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md: the tool converts markdown to styled HTML, supports directive blocks, and optionally embeds/compresses local images. No unexplained credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script on an input .md and output an .html file. The script will read the input markdown and any local files referenced by image links (relative to the input file). It does not contact external endpoints. Be aware the generated HTML may include raw HTML from the Markdown and thus can contain active script/content if the input includes it.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded from external URLs; code is bundled with the skill. This is low install risk.
Credentials
The skill requires no environment variables, credentials, or system config paths. The only filesystem access performed is reading the input Markdown and any local image files referenced by it (expected for image embedding).
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install md-to-page
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /md-to-page 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Markdown to scrollable wide-screen HTML with dark/light theme, scroll animations, directive components, file trees, styled tables, and image embedding.
元数据
Slug md-to-page
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Markdown to Page 是什么?

Convert Markdown files into styled, scrollable wide-screen HTML pages with dark/light themes, animations, and rich directive components for web articles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 345 次。

如何安装 Markdown to Page?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-to-page」即可一键安装,无需额外配置。

Markdown to Page 是免费的吗?

是的,Markdown to Page 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Markdown to Page 支持哪些平台?

Markdown to Page 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Markdown to Page?

由 LZ-Web3(@lz-web3)开发并维护,当前版本 v1.0.0。

💬 留言讨论