JSON Toolkit
name: json-toolkit
by claudiodrusus · published 2026-03-22
$ claw add gh:claudiodrusus/claudiodrusus-skill-3---
name: json-toolkit
description: Swiss-army knife for JSON files. Pretty-print, validate, minify, sort keys, and query with dot-notation paths. Zero dependencies.
triggers:
- format json
- pretty print json
- validate json
- query json
- minify json
- json tool
---
# JSON Toolkit
A zero-dependency Python utility for working with JSON data. Validates, formats, minifies, queries, and inspects JSON files — all with Python's standard library.
Features
Usage Examples
Pretty-print a JSON file:
python main.py data.jsonValidate without output:
python main.py config.json --validate
# ✓ Valid JSON
# Type: object (12 keys)
# Size: 4832 bytesQuery a nested value:
python main.py users.json --query data.users.0.name
# "Alice"Minify for production:
python main.py config.json --minify -o config.min.jsonSort keys for consistent diffs:
python main.py package.json --sort-keys -o package-sorted.jsonPipe from curl:
curl -s https://api.example.com/data | python main.py - --query results.0Query Syntax
Use dot notation to navigate nested structures. Array indices are numbers:
Command Line Options
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...