openclaw-json-toolkit
SKILL.md
OpenClaw JSON Toolkit v2.0
The Swiss Army knife for JSON — 6 tools, zero install, instant results.
Quick Reference
| Situation | Action | Tool |
|---|---|---|
| Messy single-line JSON from an API | Pretty-print with 2-space indent | json_format |
| Need to minify for production | Compress to single line | json_format (minify) |
| Pasted JSON won't parse | Find exact error line + column | json_validate |
| Two config files changed | See added/removed/changed paths | json_diff |
| Need one field from 500-line JSON | Query with JSONPath expression | json_query |
| Deeply nested keys hard to access | Flatten to dot-notation | json_transform |
| Building an API contract | Auto-generate draft-07 schema | json_schema_generate |
What's New in v2.0
- :zap: CloudEdge Protocol -- All processing runs on Cloudflare's global edge network. Sub-100ms response worldwide, zero cold starts.