Skills expanso-json-to-yaml

name: json-to-yaml

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-to-yaml" ~/.openclaw/skills/openclaw-skills-expanso-json-to-yaml-4aa9b4 && rm -rf "$T"
manifest: skills/aronchick/expanso-json-to-yaml/skill.yaml
source content

name: json-to-yaml version: 1.0.0 description: Convert JSON to YAML format

inputs:

  • name: json type: string required: true description: JSON string to convert

outputs:

  • name: yaml type: string description: YAML formatted output

backends:

  • name: local type: local description: Local processing (no API required)

author: expanso license: MIT