Toolverse
All skills

toon

by openclaw

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
8

About this skill

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.

How to use

  1. Upewnij się, że masz zainstalowany Node.js z npx, a następnie skopiuj skrypt TOON do katalogu w zmiennej PATH — na przykład do ~/.local/bin/ — i nadaj mu uprawnienia wykonywania za pomocą chmod +x.

  2. Aby skompresować dane z API, użyj curl lub innego narzędzia do pobierania, a następnie przekieruj wynik do TOON — na przykład curl -s "https://api.example.com/data" | toon.

  3. Jeśli chcesz skompresować istniejący plik JSON, użyj cat lub innego polecenia do odczytania pliku i przekieruj go do TOON — na przykład cat data.json | toon.

  4. TOON bezpiecznie obsługuje dowolne wyjście — jeśli dane nie są w formacie JSON, przejdą przez narzędzie bez zmian, więc możesz dodać TOON do każdego pipeline'u bez obawy o błędy.

  5. Sprawdź dokumentację formatu TOON na stronie https://toonformat.dev, aby zrozumieć, jak wygląda skompresowana struktura danych i jak interpretować wynik.

Related skills

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173