Pretty-print JSON via json_prettify tool.
json-pretty follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: json-pretty description: Pretty-print JSON via json_prettify tool. allowed-tools: - json_prettify --- ## 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.