A specialized CLI utility that transforms JSON data into the TOON format to achieve approximately 40% savings in token context usage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install toon
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 toon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TOON Context Compression is a powerful utility designed to maximize the efficiency of AI agent interactions by minimizing the size of structured data. By converting verbose JSON into the streamlined TOON format, developers can significantly extend the effective capacity of their LLM context windows. This skill is a vital addition to the ecosystem of Openclaw Skills, providing a seamless way to handle data-heavy tasks without hitting token limits.
The tool operates as a smart filter in the command line. When data is piped through it, the utility automatically identifies JSON structures and compresses them, while allowing non-JSON text to pass through without modification. This makes it a safe, set-and-forget enhancement for any data-retrieval workflow.
To integrate this utility into your Openclaw Skills environment, follow these steps:
# Copy the script to your local bin directory
cp scripts/toon ~/.local/bin/
# Make the script executable
chmod +x ~/.local/bin/toon
# Ensure you have Node.js installed to support npx
node -v
The toon utility processes data dynamically without requiring a fixed database schema. It follows the TOON specification for output:
| Input Type | Logic | Output Format |
|---|---|---|
| Standard JSON | Compression | Header-defined TOON format (e.g., [count]{keys}: values) |
| Plain Text | Pass-through | Original raw text |
| Mixed Content | Selective | JSON blocks are compressed; other lines remain intact |
Loading
BKMRK is an AI-driven bookmarking tool that analyzes content like YouTube transcripts and GitHub repos to score their relevance to your specific coding projects.

A specialized maintenance skill for diagnosing and repairing Matrix communication channel issues within Openclaw Skills environments.

A specialized skill for programmatically fetching public Xiaohongshu posts, trending topics, and user data via the TikHub API.

An automated utility for managing V2Ray proxy services and system-wide proxy settings via the command line.

A sophisticated CLI tool for monitoring electric vehicle charging station availability via Google Places data.

A sophisticated AI tool that transforms standard photographs into high-quality, printable black-and-white coloring page outlines.








































