OpenClaw · Skill
Expanso JSON Pretty
"Pretty print JSON with indentation"
PDF & Documents
v1.0.0
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-json-prettyClawHub installer
npx clawhub@latest install aronchick/expanso-json-prettyOpenClaw CLI
openclaw skills install aronchick/expanso-json-prettyDirect OpenClaw install
openclaw install aronchick/expanso-json-prettyWhat this skill does
"Pretty print JSON with indentation"
Why it matters
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.
Typical use cases
- 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
Source instructions
json-pretty
"Pretty print JSON with indentation"
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
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 |