json-tool

Validate, format, and transform JSON data. Use when user needs to pretty print JSON, validate JSON syntax, minify JSON, extract JSON paths, or convert JSON to other formats.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "json-tool" with this command: npx skills add dinghaibin/json-tool

JSON Tool

Validate, format, and transform JSON data.

Quick Start

# Format JSON
python scripts/json_tool.py data.json --format

# Validate JSON
python scripts/json_tool.py data.json --validate

Usage

python scripts/json_tool.py [FILE] [OPTIONS]

Options:
  --format         Pretty print JSON
  --minify         Minify JSON
  --validate       Validate JSON syntax
  --query PATH     JSONPath query
  --convert FORMAT Convert to: yaml, csv, xml
  --sort-keys      Sort object keys
  --indent NUM     Indentation size

Examples

# Pretty print
python scripts/json_tool.py data.json --format

# Minify
python scripts/json_tool.py data.json --minify

# Extract field
python scripts/json_tool.py data.json --query "items[0].name"

# Convert to YAML
python scripts/json_tool.py data.json --convert yaml

# Sort keys
python scripts/json_tool.py data.json --sort-keys

Features

  • Pretty printing
  • Minification
  • Validation
  • JSONPath queries
  • Format conversion (YAML, CSV, XML)
  • Key sorting

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

web-pptx-generator

专业单页面HTML PPT生成器。Use when user needs to create beautiful HTML presentations. Supports multiple themes, mobile-friendly, export to PDF. 单页PPT、HTML演示文稿、PPT生成。

Registry SourceRecently Updated
General

china-summarizer

中文内容智能总结工具。Summarize local files (TXT/MD/PDF/Word), web pages, news articles, or WeChat articles. No login, no API key required. 内容总结、文章提炼。

Registry SourceRecently Updated
General

Meiguang Car Insurance

车险保单PDF字段提取工具 v5.0.2(美光/大地/太平洋/浙商/亚太/人保/华海)。输入PDF文件夹,输出Excel。支持14字段,含车辆使用性质多数纠正、PDAA/PDZA表格兜底、Excel中文UTF-8编码修复。

Registry SourceRecently Updated
General

cache-strategy-advisor

Design and optimize caching strategies for applications. Analyze data access patterns, recommend cache layers (browser, CDN, application, database), configur...

Registry SourceRecently Updated