Skills expanso-json-flatten

json-flatten

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aronchick/expanso-json-flatten" ~/.claude/skills/openclaw-skills-expanso-json-flatten && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aronchick/expanso-json-flatten" ~/.openclaw/skills/openclaw-skills-expanso-json-flatten && rm -rf "$T"
manifest: skills/aronchick/expanso-json-flatten/SKILL.md
source content

json-flatten

Flatten nested JSON objects

Requirements

  • Expanso Edge installed (
    expanso-edge
    binary 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

FilePurpose
skill.yaml
Skill metadata (inputs, outputs, credentials)
pipeline-cli.yaml
Standalone CLI pipeline
pipeline-mcp.yaml
MCP server pipeline