JSON Formatter

# JSON Formatter

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 Formatter" with this command: npx skills add HonestQiao/json-formatter

JSON Formatter

格式化、验证和压缩 JSON 数据。

功能

  • JSON 格式化(缩进)
  • JSON 验证
  • JSON 压缩
  • 路径提取

触发词

  • "格式化JSON"
  • "json格式化"
  • "prettify json"
  • "验证json"

示例

输入: {"a":1,"b":2}
输出: {
  "a": 1,
  "b": 2
}

输出

{
  "formatted": "...",
  "valid": true,
  "size": 1024,
  "paths": ["$.a", "$.b"]
}

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

Data Extractor

Extract structured data from unstructured sources. Parse JSON, CSV, logs, and mixed formats into clean, usable data. Handle malformed data, nested structures...

Registry SourceRecently Updated
00Profile unavailable
General

DOCX Formatter

生成符合中国公文格式规范的Word文档,支持标题、正文样式、自动格式排版和中文引号配对。

Registry SourceRecently Updated
4410Profile unavailable
Security

AetherCore v3.3

AetherCore v3.3.4 - Security-focused final release. High-performance JSON optimization with universal smart indexing for all file types. All security review...

Registry SourceRecently Updated
1471Profile unavailable
Security

SwipeNode Web Extractor

Give your agent the superpower to read the modern web without getting blocked by Cloudflare. Extracts clean JSON, saves 98% of LLM tokens, and executes zero...

Registry SourceRecently Updated
1001Profile unavailable