Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Compress JSON data to TOON format for ~40% context savings. Use when fetching APIs, reading JSON files, or any task outputting structured data. Pipe any output through `toon` - JSON gets compressed, non-JSON passes through unchanged.
Compress JSON data to TOON format for ~40% context savings. Use when fetching APIs, reading JSON files, or any task outputting structured data. Pipe any output through `toon` - JSON gets compressed, non-JSON passes through unchanged.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Pipe any command output through toon to compress JSON and save ~40% tokens.
# 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
# Copy script to PATH cp scripts/toon ~/.local/bin/ chmod +x ~/.local/bin/toon Requires: npx (Node.js)
[{"id":1,"name":"Alice"},{"id":2,"name":"Bob"}] โ [2]{id,name}: 1,Alice 2,Bob
Always when fetching JSON APIs Always when reading JSON files into context Safe to use on any output โ non-JSON passes through
Format spec: https://toonformat.dev CLI: @toon-format/cli
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.