Json Editor

v2.0.0

Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific...

0· 132·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/json-editor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Json Editor" (ckchzh/json-editor) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/json-editor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install json-editor

ClawHub CLI

Package manager switcher

npx clawhub@latest install json-editor
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9796sf8t0wfn3b3jee9gmmewh83qm3x
132downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

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

Comments

Loading comments...