JSON Transform
The JSON Transform skill lets you manipulate complex JSON structures through plain language instructions without writing jq commands or custom scripts. Paste a JSON payload — or point to a URL — and ask the agent to flatten nested objects, extract specific fields into a new structure, merge two JSON arrays on a shared key, filter records by conditions, or rename fields to match a target schema. The skill understands deeply nested paths and can operate on arrays of objects, treating transformations as map/filter/reduce operations under the hood. It validates output against a JSON Schema if you provide one, flagging mismatches before delivery. Format conversion between JSON, YAML, TOML, and XML is supported in both directions. Large JSON files are streamed to avoid memory issues. The transformed output can be saved to disk, copied to clipboard, or piped directly into the API Connector skill for an immediate POST request. Diff mode compares two JSON objects and highlights structural differences clearly.
Installation
clawhub install json-transform
Install: clawhub install json-transform