skills/skills.volces.com/md-table-image

md-table-image

Installation
SKILL.md

MD Table Image

Renders markdown (especially tables) into a styled PNG image.

Usage

node {baseDir}/scripts/render.mjs "markdown content" -o /path/to/output.png

Or pipe markdown in:

echo "| A | B |\n|---|---|\n| 1 | 2 |" | node {baseDir}/scripts/render.mjs -o /path/to/output.png

Options

Installs
7
First Seen
Mar 24, 2026
md-table-image from skills.volces.com