expanso-json-pretty

PDF & Documents
v1.0.0
Benign

\

588 downloads588 installsby @aronchick

Setup & Installation

Install command

clawhub install aronchick/expanso-json-pretty

If the CLI is not installed:

Install command

npx clawhub@latest install aronchick/expanso-json-pretty

Or install with OpenClaw CLI:

Install command

openclaw skills install aronchick/expanso-json-pretty

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-pretty

What This Skill Does

Formats JSON input with standard indentation. Accepts raw or minified JSON via stdin and outputs a human-readable version. Can run as a standalone CLI pipeline or as an MCP server.

Runs as both a CLI pipeline and an MCP server from the same skill, so the same tool works for interactive terminal use and automated agent workflows without switching utilities.

When to Use It

  • Formatting raw API response bodies before reading
  • Inspecting minified JSON config files
  • Cleaning up curl output in a terminal pipeline
  • Reviewing webhook payloads during local development
  • Preparing JSON snippets for readable code review comments
View original SKILL.md file
# json-pretty

"Pretty print JSON with indentation"

## Requirements

- Expanso Edge installed (`expanso-edge` binary in PATH)
- Install via: `clawhub install expanso-edge`

## Usage

### CLI Pipeline
```bash
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
```

### MCP Pipeline
```bash
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
```

### Deploy to Expanso Cloud
```bash
expanso-cli job deploy https://skills.expanso.io/json-pretty/pipeline-cli.yaml
```

## Files

| File | Purpose |
|------|---------|
| `skill.yaml` | Skill metadata (inputs, outputs, credentials) |
| `pipeline-cli.yaml` | Standalone CLI pipeline |
| `pipeline-mcp.yaml` | MCP server pipeline |

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Formatting raw API response bodies before reading

AGENT
  1. 1Formatting raw API response bodies before reading
  2. 2Inspecting minified JSON config files
  3. 3Cleaning up curl output in a terminal pipeline
  4. 4Reviewing webhook payloads during local development
  5. 5Preparing JSON snippets for readable code review comments
OUTPUT
\

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026