Install
openclaw skills install json-formatterFormat, validate, compress JSON data, and extract JSON paths for improved readability and structure verification.
openclaw skills install json-formatter格式化、验证和压缩 JSON 数据。
输入: {"a":1,"b":2}
输出: {
"a": 1,
"b": 2
}
{
"formatted": "...",
"valid": true,
"size": 1024,
"paths": ["$.a", "$.b"]
}