From sundial-org-awesome-openclaw-skills-4
Generates PNG images from markdown tables using tablesnap CLI for better readability in messaging apps like Telegram and Discord. Use when displaying tabular data.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Render markdown tables as PNG images for messaging platforms that don't support markdown tables.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Render markdown tables as PNG images for messaging platforms that don't support markdown tables.
Install tablesnap:
go install github.com/joargp/tablesnap/cmd/tablesnap@latest
Or build from source:
git clone https://github.com/joargp/tablesnap.git
cd tablesnap
go build -o tablesnap ./cmd/tablesnap
echo "| Header 1 | Header 2 |
|----------|----------|
| Data 1 | Data 2 |" | tablesnap -o /tmp/table.png
Then send with MEDIA:/tmp/table.png
| Flag | Default | Description |
|---|---|---|
-i | stdin | Input file |
-o | stdout | Output file |
--theme | dark | Theme: dark or light |
--font-size | 14 | Font size in pixels |
--padding | 10 | Cell padding in pixels |
Bundled (work out of the box): โ โ ๐ด ๐ข ๐ก โญ โ ๏ธ
Full emoji (one-time download):
tablesnap emojis install
Unsupported emoji render as โก until full set is installed.
# Create table image
echo "| Task | Status |
|------|--------|
| Build | โ
|
| Deploy | ๐ |" | tablesnap -o /tmp/table.png
# Send in reply
MEDIA:/tmp/table.png