Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    aiskillstore

    enact-formatter

    aiskillstore/enact-formatter
    Coding
    133
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Formats and prettifies JSON with configurable indentation

    SKILL.md

    JSON Formatter

    A simple tool that formats and prettifies JSON strings.

    Usage

    enact run enact/json-formatter --args '{"json": "{\"name\":\"test\",\"value\":123}", "indent": 2}'
    

    Features

    • Validates JSON input
    • Configurable indentation (default: 2 spaces)
    • Returns structured output with validation status
    • Handles errors gracefully

    Example Output

    {
      "formatted": "{\n  \"name\": \"test\",\n  \"value\": 123\n}",
      "valid": true
    }
    
    Recommended Servers
    Google Docs
    Google Docs
    Excel
    Excel
    Draw.io
    Draw.io
    Repository
    aiskillstore/marketplace
    Files