Back to list
clawdbot

table-image

by clawdbot

All versions of all skills that are on clawdhub.com archived

7🍴 6📅 Jan 24, 2026

SKILL.md


name: table-image description: Generate images from tables for better readability in messaging apps like Telegram. Use when displaying tabular data. metadata: {"clawdis":{"emoji":"📊"}}

Table Image Skill

Render markdown tables as PNG images for messaging platforms that don't support markdown tables.

Prerequisites

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

Usage

echo "| Header 1 | Header 2 |
|----------|----------|
| Data 1   | Data 2   |" | tablesnap -o /tmp/table.png

Then send with MEDIA:/tmp/table.png

Options

FlagDefaultDescription
-istdinInput file
-ostdoutOutput file
--themedarkTheme: dark or light
--font-size14Font size in pixels
--padding10Cell padding in pixels

Emoji Support

Bundled (work out of the box): ✅ ❌ 🔴 🟢 🟡 ⭕ ⚠️

Full emoji (one-time download):

tablesnap emojis install

Unsupported emoji render as □ until full set is installed.

Example Workflow

# Create table image
echo "| Task | Status |
|------|--------|
| Build | ✅ |
| Deploy | 🚀 |" | tablesnap -o /tmp/table.png

# Send in reply
MEDIA:/tmp/table.png

Notes

  • Dark theme by default (matches Telegram/Discord dark mode)
  • Auto-sizes to fit content
  • Output ~10-20KB (messaging-friendly)
  • Cross-platform (Inter font embedded)

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon