toon

Installation
SKILL.md

TOON CLI

Token-Optimized Object Notation reduces JSON token counts by 30-50%.

Quick Reference

Convert JSON to TOON

# From file
toon data.json -o output.toon

# From stdin (pipe from curl, jq, etc.)
curl -s https://api.example.com/data | npx @toon-format/cli

# With token statistics
toon data.json --stats

# Pipe from jq
Related skills
Installs
32
Repository
knoopx/pi
GitHub Stars
47
First Seen
Jan 25, 2026