# JSON Pretty

> Pretty-print JSON via json_prettify tool.

- Skill: `eanzhao/json-pretty` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eanzhao/json-pretty`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eanzhao/json-pretty/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: eanzhao (https://skillmd.com/u/eanzhao)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/eanzhao/json-pretty

---


## When to use
- User provides compact/ugly JSON and wants it formatted.

## Procedure
1) Call `json_prettify` with the JSON string.
2) Return the formatted JSON.



