smithery/maxvaega

json-parser

Parse and validate JSON data with schema support

Installation

$ npx skills add smithery/maxvaega --skill json-parser

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/maxvaega.

npx skills add smithery/maxvaega

Browse all from smithery/maxvaega

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 777 B
  • docs SUMMARY.md 67 B

History

  1. First recorded snapshot · 0 installs

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