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-xml-to-json" ~/.openclaw/skills/openclaw-skills-expanso-xml-to-json-090250 && rm -rf "$T"
manifest:
skills/aronchick/expanso-xml-to-json/skill.yamlsource content
name: xml-to-json version: 1.0.0 description: Convert XML to JSON format
inputs:
- name: xml type: string required: true description: XML string to convert
outputs:
- name: json type: object description: JSON representation
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT