json-validator

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
4
周安装量
#51645
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill json-validator

Agent 安装分布

opencode 4
claude-code 4
cursor 4
mcpjam 3
openhands 3
zencoder 3

Skill 文档

JSON Validator Tool

Description

Validate JSON files against JSON Schema with detailed error reporting and formatting.

Trigger

  • /json-validate command
  • User needs to validate JSON
  • User wants schema validation

Usage

# Validate JSON syntax
python scripts/json_validator.py data.json

# Validate against schema
python scripts/json_validator.py data.json --schema schema.json

# Format JSON
python scripts/json_validator.py data.json --format --output formatted.json

# Minify JSON
python scripts/json_validator.py data.json --minify

Tags

json, validate, schema, format, lint

Compatibility

  • Codex: ✅
  • Claude Code: âœ