Skills expanso-json-pretty

Skill: json-pretty

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

Skill: json-pretty

name: "json-pretty" version: "1.0.0" description: "Pretty print JSON with indentation"

author: name: "Expanso Team" url: "https://expanso.io" avatar: "EX"

credentials: []

inputs:

  • name: json type: string required: true
  • name: indent type: integer default: 2

outputs:

  • name: formatted type: string

backends:

  • name: local type: local requires: []

components: inputs: [stdin, http_server] processors: [mapping] outputs: [stdout, sync_response]