install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
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-d56c72 && rm -rf "$T"
manifest:
skills/aronchick/expanso-json-flatten/skill.yamlsource content
name: json-flatten version: 1.0.0 description: Flatten nested JSON objects
inputs:
- name: object type: object required: true description: Nested JSON object
outputs:
- name: flat type: object description: Flattened object with dot notation keys
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT