← Back to Skills Marketplace
ckchzh

Json Editor

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install json-editor
Description
Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific...
README (SKILL.md)

JSON 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

Usage Guidance
This skill appears coherent and low-risk: it runs a small local script that reads a JSON file and outputs formatted/minified JSON or an extracted field. Before using, make sure you only pass files you trust (don’t point it at sensitive system files or secrets), ensure python3 is available, and review the included scripts if you want to verify behavior (the code is short and readable). The script prints a static link but performs no network requests or credential operations.
Capability Analysis
Type: OpenClaw Skill Name: json-editor Version: 2.0.0 The skill provides standard JSON processing utilities including formatting, minification, and path-based querying. The implementation in scripts/script.sh uses a Python heredoc to safely parse JSON data using the built-in json library, and the SKILL.md instructions are consistent with the tool's stated purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (prettify, minify, query JSON) align with the included shell+Python script which reads a local JSON file and performs formatting or simple dot-path extraction. Declared runtime needs (bash, python3) match the implementation. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs running scripts/script.sh with a JSON file and an optional path. The runtime only reads the specified file, parses JSON, and prints results; it does not access other system paths, environment variables, or external endpoints. The script prints a static URL but does not make network requests.
Install Mechanism
No install spec; the skill is instruction-only with a small bundled script. Nothing is downloaded or written to disk by an installer, and the single script is short and readable.
Credentials
No environment variables, credentials, or config paths are required. The only runtime requirements are bash and python3, which are proportional to the task.
Persistence & Privilege
always is false, agent invocation defaults are unchanged, and the skill does not persist configuration or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install json-editor
  3. After installation, invoke the skill by name or use /json-editor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Final Quality & Bilingual Polishing
Metadata
Slug json-editor
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Json Editor?

Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install Json Editor?

Run "/install json-editor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Json Editor free?

Yes, Json Editor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Json Editor support?

Json Editor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Json Editor?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments