# Jtbl

> Use this skill when the user wants to display JSON data as a formatted terminal table.

- Skill: `javimosch/jtbl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/jtbl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/jtbl/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/jtbl

---

# jtbl Plugin
Transform JSON into formatted terminal tables.
## Commands
- `jtbl _ _` — Passthrough to jtbl CLI
## Installation
```bash
pipx install jtbl
```
## Examples
```bash
cat data.json | jtbl
```
## Key Features
- **JSON to table** — Convert JSON arrays to readable tables
- **Pipeline-ready** — stdin/stdout support
- **Clean output** — Well-formatted terminal tables

