Install
openclaw skills install json-editorPrettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific fields from logs.
openclaw skills install json-editorJust ask your AI assistant: / 直接告诉 AI 助手:
Format JSON with 2-space indentation.
bash scripts/script.sh pretty data.json
Query specific data using dot notation (e.g. user.profile.0.id).
bash scripts/script.sh get data.json "items.0.name"
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com