skills/skills.volces.com/json-render-table

json-render-table

Installation
SKILL.md

JSON Render Table

Overview

Render generic structured data into compact table images using json-render-cli components (Column, Row, Container, Text, Badge). Use this skill for non-ticket table use cases.

Workflow

  1. Ensure json-render is available. If missing, run npm i -g json-render-cli; if Chromium is missing, run npx playwright install chromium.
  2. Define target columns and row schema for the current dataset.
  3. Generate message JSON in memory from the table template.
  4. Pass config via process substitution (-c <(...)) to avoid temporary config files.
  5. Set screenshot.fullPage=true when row count or line wrapping is variable.
  6. Tune viewport width/height to the current content footprint before final render, and avoid oversized fixed --size.
  7. Render PNG and return output path (or Base64 only when explicitly requested).
  8. Theme mode is configured with theme.mode; use system by default, or force light / dark when needed.

Agent Coordination

Installs
5
First Seen
Mar 24, 2026
json-render-table from skills.volces.com