A utility that converts Markdown table syntax into clear, centered, and professionally rendered PNG images.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-table-to-image
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-table-to-image 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 Table to Image skill is a specialized tool designed to bridge the gap between text-based data and visual clarity. It allows users and agents within the Openclaw Skills ecosystem to take raw Markdown table strings and render them into high-resolution PNG files. This is essential for scenarios where text rendering might be messy, or when users require a fixed-format visual for documentation or sharing.
By leveraging Node.js and the wkhtmltoimage engine, this skill ensures that complex data structures are preserved in a clean, readable format. It features automatic centering for table cell content and is fully optimized for both English and Chinese character sets, making it a versatile addition to any developer's automation toolkit.
This skill requires Node.js and the wkhtmltoimage binary to be installed on your system.
# Ensure dependencies are installed
sudo apt-get install wkhtmltoimage # Linux example
# Run the conversion script via CLI
node scripts/md2img.js "| Header 1 | Header 2 |\n|---|---|\n| Value 1 | Value 2 |" output.png
# Run with custom width (e.g., 1200px)
node scripts/md2img.js "| Table | Content |" output.png 1200
The skill processes input via CLI arguments and generates image assets as output. Here is the metadata organization:
| Attribute | Description |
|---|---|
| Input Format | Raw Markdown Table string |
| Output Format | PNG Image File |
| Dependencies | node, wkhtmltoimage |
| Alignment | Center-aligned table cells |
| Language Support | UTF-8 (English and Chinese) |
| Default Width | 900 pixels |
Loading
A comprehensive command-line tool for managing GitLab merge requests, issues, pipelines, and repository configurations.

A performance-optimized suite of modern CLI utilities designed to replace legacy POSIX tools and maximize AI agent efficiency.

A comprehensive framework for building and deploying high-performance, multilingual static sites to Cloudflare using Astro and Markdown.

A sophisticated Python CLI skill for conducting persistent, context-aware conversations and multi-agent room interactions with Nomi AI companions.

A secure web content retrieval tool that optimizes token usage by 50-80% through intelligent Markdown cleaning and multi-layer security.

An Eisenhower matrix API client and LangChain toolset for prioritizing tasks, goals, and notes within automated workflows.








































