Json Editor

v2.0.0

Prettify, minify, and query JSON data with path notation. 支持 JSON 格式美化、压缩及路径提取 (JQ 风格)。Use when debugging APIs, cleaning nested data, or extracting specific...

0· 58·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (prettify, minify, query JSON) align with the included shell+Python script which reads a local JSON file and performs formatting or simple dot-path extraction. Declared runtime needs (bash, python3) match the implementation. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs running scripts/script.sh with a JSON file and an optional path. The runtime only reads the specified file, parses JSON, and prints results; it does not access other system paths, environment variables, or external endpoints. The script prints a static URL but does not make network requests.
Install Mechanism
No install spec; the skill is instruction-only with a small bundled script. Nothing is downloaded or written to disk by an installer, and the single script is short and readable.
Credentials
No environment variables, credentials, or config paths are required. The only runtime requirements are bash and python3, which are proportional to the task.
Persistence & Privilege
always is false, agent invocation defaults are unchanged, and the skill does not persist configuration or modify other skills or system settings.
Assessment
This skill appears coherent and low-risk: it runs a small local script that reads a JSON file and outputs formatted/minified JSON or an extracted field. Before using, make sure you only pass files you trust (don’t point it at sensitive system files or secrets), ensure python3 is available, and review the included scripts if you want to verify behavior (the code is short and readable). The script prints a static link but performs no network requests or credential operations.

Like a lobster shell, security has layers — review code before you run it.

latestvk9796sf8t0wfn3b3jee9gmmewh83qm3x

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments