← Back to Skills Marketplace
345
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install md-to-page
Description
Convert Markdown files into styled, scrollable wide-screen HTML pages with dark/light themes, animations, and rich directive components for web articles.
Usage Guidance
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.
Capability Analysis
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 '') 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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-to-page - After installation, invoke the skill by name or use
/md-to-page - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 345 downloads so far.
How do I install Markdown to Page?
Run "/install md-to-page" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown to Page free?
Yes, Markdown to Page is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Markdown to Page support?
Markdown to Page is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown to Page?
It is built and maintained by LZ-Web3 (@lz-web3); the current version is v1.0.0.
More Skills