Jsonpath Query
v1.0.0Query JSON data using JSONPath expressions. Use when asked to extract, filter, search, or navigate JSON data. Supports recursive descent, wildcards, array sl...
⭐ 0· 47·0 current·0 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 match the provided code and SKILL.md examples. The script implements JSONPath parsing, querying, path discovery, and output formatting; no unrelated capabilities (cloud access, secrets, etc.) are requested.
Instruction Scope
Runtime instructions only show running the included script on stdin or a named file with JSONPath expressions. The script only reads JSON from stdin or a user-specified file and writes results to stdout/stderr — it does not access other system files, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only). The included code is pure Python using only the standard library; nothing is downloaded or executed from external URLs.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read env vars or require secrets. The requested privileges are proportional to a local JSON query utility.
Persistence & Privilege
always is false and the skill is user-invocable. It does not modify other skills or system-wide configuration and does not request persistent presence or elevated privileges.
Assessment
This skill is a local JSONPath CLI implemented in pure Python and appears to do only what it says: read JSON from stdin or a file and print query results. It does not require credentials or perform network I/O. Before installing, you may: review the included scripts/jsonpath.py (it is small and uses only the stdlib), avoid piping highly sensitive secrets into any third-party tool unless you trust the author, and be mindful of very large JSON inputs which could use lots of memory/CPU.Like a lobster shell, security has layers — review code before you run it.
latestvk9751p4cxe8aphrwzv17m392r184sthb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
