Validate JSON and XML
Check JSON against JSON Schema, validate XML with its supported schema language, or run a well-formedness check before deeper processing.
ValBuddy CLI skill
Give an AI coding agent a reusable tool contract for JSON Schema validation, well-formedness checks, formatting, and batch workflows with valbuddy.exe.
Deterministic JSON tools
The ValBuddy CLI skill packages instructions, scripts, and references around valbuddy.exe. An agent can invoke a named operation, return structured diagnostics, and keep the input, schema, command, and result visible to the developer who owns the change.
Check JSON against JSON Schema, validate XML with its supported schema language, or run a well-formedness check before deeper processing.
Pretty-print JSON and run repeatable settings-based tasks without asking the agent to reimplement the transformation.
The skill follows the SKILL.md pattern used by agent tools that support reusable skill folders.
Install for Codex
VALBUDDY_EXE to the full path of valbuddy.exe.python "$env:CODEX_HOME\skills\.system\skill-installer\scripts\install-skill-from-github.py" --repo Clemens-U/jsonbuddy --path skills/valbuddy-cli
$env:VALBUDDY_EXE = "C:\Tools\JSONBuddy\valbuddy.exe"
Skill resources
The skill package includes its operating instructions, example workflows, and a versioned CLI contract.