ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Jsoncrackcom

✨ practical and open-source visualization application that transforms various data formats, such as json-visualizer, typescript, csv, diagrams, graph, json.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/json-visualizer
Or

Json Visualizer

A command-line devtools toolkit for working with JSON data. Check, validate, generate, format, lint, explain, convert, diff, preview, fix, and report on JSON structures — all from your terminal with persistent logging and history tracking.

Why Json Visualizer?

  • Works entirely offline — your data never leaves your machine
  • No external dependencies or accounts needed
  • Every action is timestamped and logged for full auditability
  • Export your history to JSON, CSV, or plain text anytime
  • Simple CLI interface with consistent command patterns

Commands

CommandDescription
json-visualizer check <input>Check JSON data for issues; view recent checks without args
json-visualizer validate <input>Validate JSON structure and syntax
json-visualizer generate <input>Generate JSON from a description or template
json-visualizer format <input>Format and prettify JSON data
json-visualizer lint <input>Lint JSON for style and structural issues
json-visualizer explain <input>Explain JSON structure in human-readable form
json-visualizer convert <input>Convert JSON to/from other formats
json-visualizer template <input>Create or apply JSON templates
json-visualizer diff <input>Diff two JSON structures to find changes
json-visualizer preview <input>Preview JSON rendering or output
json-visualizer fix <input>Auto-fix common JSON issues
json-visualizer report <input>Generate a report from JSON data
json-visualizer statsShow summary statistics across all actions
json-visualizer export <fmt>Export all logs (formats: json, csv, txt)
json-visualizer search <term>Search across all log entries
json-visualizer recentShow the 20 most recent activity entries
json-visualizer statusHealth check — version, disk usage, entry count
json-visualizer helpShow help with all available commands
json-visualizer versionPrint current version (v2.0.0)

Each data command (check, validate, generate, etc.) works in two modes:

  • With arguments — logs the input with a timestamp and saves to its dedicated log file
  • Without arguments — displays the 20 most recent entries from that command's log

Data Storage

All data is stored locally in ~/.local/share/json-visualizer/. The directory structure:

  • check.log, validate.log, generate.log, etc. — per-command log files
  • history.log — unified activity log across all commands
  • export.json, export.csv, export.txt — generated export files

Set the DATA_DIR environment variable in the script to change the storage location.

Requirements

  • Bash 4.0+ (uses set -euo pipefail)
  • Standard Unix tools: date, wc, du, tail, grep, sed, cat
  • No external packages or network access required

When to Use

Metadata

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-json-visualizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.