JSON Toolkit
v1.1.0Swiss-army knife for JSON files. Pretty-print, validate, minify, sort keys, and query with dot-notation paths. Zero dependencies.
⭐ 0· 609·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (pretty-print, validate, minify, query, sort) match the included Python script. The required resources are minimal and proportional to a JSON utility.
Instruction Scope
SKILL.md instructs running the provided script and using stdin/stdout or files; examples (including piping from curl) are consistent with a JSON tool. There are no instructions to read unrelated files, environment variables, or to exfiltrate data.
Install Mechanism
No install spec. The skill is instruction-only with an included Python file (no external downloads or package installs). The script uses only the Python standard library.
Credentials
No environment variables, credentials, or config paths are requested. The tool reads only the user-specified input (file or stdin) and optionally writes to a user-specified output file.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill does not request persistent privileges or modify other skills or global agent settings.
Assessment
This tool appears safe and does what it claims, but note: it will read any file you pass to it (or data piped to stdin) and can overwrite the output path you specify. Because the package has no homepage and an unknown source owner, run it in a trusted or isolated environment if you are cautious, verify the included main.py matches your expectations, and avoid piping untrusted network data into the script without inspection.Like a lobster shell, security has layers — review code before you run it.
latestvk975yezv4p5z37bwptt6tvchnn81m8xf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
