A high-efficiency tool to convert markdown files into visually appealing HTML pages for browser viewing or Canvas display.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-canvas
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install markdown-canvas using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Markdown Canvas Renderer is a specialized tool designed to transform static markdown files into stylized, shareable HTML documents. By utilizing a pre-built template with embedded CSS, it ensures that your technical documentation, research notes, and project READMEs look professional without requiring external dependencies or CDNs.
This skill is a vital addition to your collection of Openclaw Skills, prioritizing token efficiency and offline accessibility. Because it uses a local conversion script rather than generating raw HTML strings within the LLM context, it significantly reduces operational costs while maintaining high-fidelity output.
To get started with this component of your Openclaw Skills, ensure you have Python 3 installed on your system.
# Navigate to the skill directory
# No external pip dependencies are required
# Basic conversion command
python3 scripts/convert.py path/to/your_file.md
The skill organizes data through a simple input-output relationship, ensuring your workspace remains clean.
| Component | Type | Description |
|---|---|---|
| Input | .md file | The source markdown document containing your content. |
| Output | .html file | The rendered, self-contained HTML page generated by the skill. |
| Template | .html file | Located in assets/, this defines the visual styling and layout. |
| Script | .py file | The logic core that handles parsing and file generation. |
Loading
Enable globally-routable IPv6 addresses for P2P agent communication using Yggdrasil.

A comprehensive development standard and best practices guide for building scalable Node.js and TypeScript applications.

A lightweight skill for capturing AI agent conversations into structured daily Markdown files.

Automatically manages versioning and updates for all your installed ClawHub skills to ensure your AI agents stay up to date.

A high-efficiency tool for creating WeChat-optimized images like covers and charts without relying on expensive image generation tokens.

A powerful batch downloader for Wallhaven.cc that automates image retrieval using flexible API parameters or search URLs.








































