toon

Installation
SKILL.md

TOON Context Compression

Pipe any command output through toon to compress JSON and save ~40% tokens.

Usage

# API responses
curl -s "https://api.example.com/data" | toon

# JSON files  
cat data.json | toon

# Any command - safe on non-JSON (passes through unchanged)
some_command | toon

Install

Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 19, 2026
toon — openclaw/skills