OpenClaw · Skill
Expanso JSON Flatten
Flatten nested JSON objects
CLI Utilities
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-flattenClawHub installer
npx clawhub@latest install aronchick/expanso-json-flattenOpenClaw CLI
openclaw skills install aronchick/expanso-json-flattenDirect OpenClaw install
openclaw install aronchick/expanso-json-flattenWhat this skill does
Flatten nested JSON objects
Why it matters
Avoids writing custom recursive flattening logic for arbitrarily nested JSON structures.
Typical use cases
- Normalizing nested API responses before loading into a database
- Flattening config files to compare values across environments
- Preprocessing webhook payloads for spreadsheet export
- Simplifying nested log entries for log aggregation tools
- Converting deeply nested objects into flat CSV rows
Source instructions
json-flatten
Flatten nested JSON objects
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-flatten/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 |