Toolverse
All skills

table-image

by openclaw

Generate images from tables for better readability in messaging apps like Telegram. Use when displaying tabular data.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Frontend

About this skill

Generate images from tables for better readability in messaging apps like Telegram. Use when displaying tabular data.

How to use

  1. Zainstaluj narzędzie tablesnap, które konwertuje tabele na obrazy. Uruchom polecenie go install github.com/joargp/tablesnap/cmd/tablesnap@latest lub sklonuj repozytorium i zbuduj z kodu źródłowego za pomocą go build -o tablesnap ./cmd/tablesnap.

  2. Przygotuj tabelę w formacie markdown z nagłówkami i wierszami danych, na przykład: | Nagłówek 1 | Nagłówek 2 | z separatorem |----------|----------| i wierszami danych poniżej.

  3. Przekaż tabelę do tablesnap za pomocą potoku (pipe) i określ plik wyjściowy: echo "| Nagłówek 1 | Nagłówek 2 |..." | tablesnap -o /tmp/table.png. Możesz dodać opcje: --theme light dla jasnego motywu (domyślnie ciemny), --font-size 16 do zmiany rozmiaru czcionki, --padding 12 do dostosowania odstępu w komórkach.

  4. Jeśli chcesz używać pełny zestaw emoji (poza podstawowymi ✅ ❌ 🔴 🟢), uruchom jednorazowo tablesnap emojis install.

  5. Wyślij wygenerowany obraz w aplikacji messenger, używając polecenia MEDIA:/tmp/table.png lub bezpośrednio załącz plik PNG do wiadomości.

Related skills

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173

theme-factory

by anthropics

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Frontend
40139

livewire-development

by spatie

Develops reactive Livewire 4 components. Activates when creating, updating, or modifying Livewire components; working with wire:model, wire:click, wire:loading, or any wire: directives; adding real-time updates, loading states, or reactivity; debugging component behavior;

Frontend
2335

shadcn-ui-setup

by maneeshanif

Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.

Frontend
23167

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466

tailwind-design-system

by wshobson

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

Frontend
2676