expanso-json-pretty
\
Setup & Installation
Install command
clawhub install aronchick/expanso-json-prettyIf the CLI is not installed:
Install command
npx clawhub@latest install aronchick/expanso-json-prettyOr install with OpenClaw CLI:
Install command
openclaw skills install aronchick/expanso-json-prettyor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-prettyWhat 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.
User asks: Formatting raw API response bodies before reading
- 1Formatting raw API response bodies before reading
- 2Inspecting minified JSON config files
- 3Cleaning up curl output in a terminal pipeline
- 4Reviewing webhook payloads during local development
- 5Preparing JSON snippets for readable code review comments
\
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.