JSON Utils

AdvisoryAudited by VirusTotal on Apr 18, 2026.

Overview

Type: OpenClaw Skill Name: json-utils Version: 1.0.0 The json-utils skill bundle provides a set of robust utilities for parsing, repairing, and validating JSON data, particularly tailored for LLM outputs. It utilizes standard libraries such as Pydantic, json-repair, and jsonschema to handle common formatting errors (like trailing commas or markdown blocks) and enforce data schemas. The code in scripts like json_processor.py and json_batch_processor.py is well-structured, follows best practices for utility scripts, and contains no indicators of malicious intent, data exfiltration, or unauthorized execution.