JSON Editor — Advanced Logic Parser & Formatter
Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific fields from logs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/json-editorJSON Editor / 楼台 JSON 助手
Quick Start / 快速开始
Just ask your AI assistant: / 直接告诉 AI 助手:
- "Format this messy JSON file" (美化这个杂乱的 JSON 文件)
- "Extract the 'id' field from results.json" (从 results.json 中提取 id 字段)
- "Minify this configuration for production" (为生产环境压缩此配置)
Commands / 常用功能
pretty
Format JSON with 2-space indentation.
bash scripts/script.sh pretty data.json
get
Query specific data using dot notation (e.g. user.profile.0.id).
bash scripts/script.sh get data.json "items.0.name"
Requirements
- bash 4+
- python3
Feedback
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-json-editor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
aethercore
AetherCore v3.3.4 - Security-focused final release. High-performance JSON optimization with universal smart indexing for all file types. All security review issues fixed, ready for production.
opentangl
Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.
console
Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log systems, or debugging with console tools.
copy
Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directories, or implementing copy-on-write.
xss
Xss reference tool. Use when working with xss in devtools contexts.