An AI-powered skill that transforms arbitrary structured datasets into clean, compact PNG images for professional data visualization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install json-render-table
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install json-render-table using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The JSON Render Table skill is a specialized utility designed for developers and AI agents to convert raw structured data into high-quality visual tables. By leveraging the json-render-cli and Playwright, it generates edge-to-edge screenshots that are far more readable and professional than standard markdown tables. It is a core component for Openclaw Skills users who need to present non-ticket data in a clear, customizable format with full control over themes, column widths, and layout rules.
This skill automates the entire lifecycle of image generation—from schema definition and viewport tuning to final rendering and garbage collection. Whether you are building reports, visualizing API responses, or comparing datasets, this skill provides a robust framework for delivering visual information within an AI-driven workflow.
To prepare your environment for this skill, ensure the CLI and browser dependencies are installed:
# Install the rendering engine globally
npm i -g json-render-cli
# Install the Chromium browser dependency
npx playwright install chromium
The skill organizes data using a hierarchical structure of layout components. The following table describes the primary components used:
| Component | Purpose | Technical Detail |
|---|---|---|
| Column | Structural Layout | Defined with explicit widths to ensure stable table alignment. |
| Row | Data Container | Groups individual data points into horizontal entries. |
| Badge | Status Visualization | Used for categorical fields to provide visual distinction. |
| Container | Spacing Control | Manages padding and margins for a compact, edge-to-edge look. |
| Text | Content Rendering | Handles font styling and line wrapping within cells. |
Loading
A professional-grade writing assistant designed to produce research-backed, Markdown-formatted content with integrated citations and visual aids.

A high-performance AI agent skill designed to execute comprehensive web searches and retrieve real-time data.

A high-performance AI research agent specialized in conducting iterative financial searches and generating structured, fully-cited research reports.

A specialized AI research agent designed to execute deep financial market analysis, social media trend tracking, and verified report generation.

A versatile CLI utility for fetching and structuring real-time trending news and hot topics from over 60 global platforms.

A diagnostic benchmark tool designed to verify the installation and operational readiness of AI coding agent skills.








































