json-pretty

Format JSON strings with indentation and detect syntax errors.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill json-pretty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: json-pretty
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/json-pretty
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill json-pretty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill formats JSON strings to be human-friendly, improving readability for debugging and logging.

Core Features & Use Cases

  • Formatting: Pretty-print JSON strings with proper indentation.
  • Validation: Detect and report syntax errors in the input JSON.
  • Use Case: Clean up a compact JSON payload before presenting it in logs or UI.

Quick Start

Call json_prettify with the JSON string you want formatted, then return the result.