Format, validate, or minify JSON text.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill json-toolkit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Json Toolkit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-json-toolkit)More formats (shields.io, HTML) on the badges page.
---
name: JSON Toolkit
description: Format, validate, or minify JSON text.
type: js
---
Use this skill when the user needs to pretty-print, compress, or check JSON.
Call `run_js` with a JSON string in `data` containing:
- `action`: `format`, `minify`, or `validate`
- `text`: the raw JSON string to process
Summarize the outcome for the user. For `validate`, report whether the JSON is valid and include the parser error message when it is not.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!