Install
openclaw skills install @darbling/json-utility-toolsAll-in-one JSON toolkit — format, validate, query, minify, and extract data from JSON. Built-in JMESPath query, JSONPath support, syntax highlighting. 适合API调试、数据处理、前端开发。JSON beautifier, parser, validator, JSONPath, JMESPath查询。
openclaw skills install @darbling/json-utility-tools全能JSON工具集。
# 格式化
json_tool.py format '{"name":"test"}'
# 验证
json_tool.py validate file.json
# 查询
json_tool.py query '{"a":{"b":1}}' 'a.b'
免责声明:本工具仅供学习参考,不构成任何投资或商业建议。