← 返回 Skills 市场
ckchzh

Json Editor

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install json-editor
功能描述
Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install json-editor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /json-editor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Final Quality & Bilingual Polishing
元数据
Slug json-editor
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Json Editor 是什么?

Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Json Editor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install json-editor」即可一键安装,无需额外配置。

Json Editor 是免费的吗?

是的,Json Editor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Json Editor 支持哪些平台?

Json Editor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Json Editor?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论