json-formatter

Format JSON data with configurable indentation and validate structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill json-formatter-billlzzz10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: json-formatter
Source: https://github.com/billlzzz10/bl1nk-skill-mcp-server/tree/main/skills/json-formatter
Command: npx skills add https://github.com/billlzzz10/bl1nk-skill-mcp-server --skill json-formatter-billlzzz10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill formats JSON data with a chosen indentation and validates structure to ensure well-formed JSON output.

Core Features & Use Cases

  • Pretty-print: pretty JSON with configurable indentation.
  • Validation: basic JSON validity check and error reporting.
  • Use Case: Format and validate a data payload before sending to an API.

Quick Start

bl1nk-skill run json-formatter -a '{"data": {"a":1}, "indent": 2}'