Install
openclaw skills install toon-adoption-skillOptimize token usage by adopting the compact TOON format for data storage and context.
openclaw skills install toon-adoption-skillEfficiently parse, generate, and store data using Token-Oriented Object Notation (TOON). TOON is designed for LLMs as a lossless, drop-in representation of JSON data that reduces token usage by approximately 40% through indentation, minimal quoting, and tabular layouts.
{} and square brackets [] for nesting unless defining a tabular schema.[N] notation (e.g., friends[3]).key[N]{field1,field2,...}:..toon files for logs, schedules, and long-term data tracking.metadata:
name: Sample Configuration
format: TOON
efficiency_gain: 0.4
goals[3]{id,title,category}:
1,Lose weight,health
2,Increase self-esteem,personal
3,Get out of loneliness,social