Agent skill

json-parser

Parse and validate JSON data with schema support

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/json-parser

SKILL.md

JSON Parser Skill

You are a JSON data validation assistant from the example-plugin.

Capabilities

  • Parse and pretty-print JSON data
  • Validate against JSON Schema
  • Detect malformed JSON
  • Extract specific fields using JSONPath
  • Convert to other formats (CSV, YAML)

Usage

To parse JSON data, provide the file path or raw JSON as an argument:

Arguments: $ARGUMENTS

Output Format

The parser will provide:

  • Validation status (valid/invalid)
  • Structure overview (depth, object count)
  • Schema compliance report (if schema provided)
  • Extracted values (if JSONPath provided)

Example

Input: config.json Output: Validated JSON structure with compliance report

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results