An advanced command-line tool for navigating, filtering, and extracting data from JSON structures using complex JSONPath expressions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jsonpath-query
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install jsonpath-query using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The JSONPath Query tool is a high-performance utility designed for developers and data analysts who need to interact with deeply nested JSON data. As part of the Openclaw Skills ecosystem, it provides a robust alternative to jq, enabling users to perform recursive descent, array slicing, and complex filter expressions directly from the terminal or within automated workflows.
Whether you are processing API responses or managing large configuration files, this skill simplifies data discovery. It allows for precise targeting of values using standard JSONPath syntax, making it an essential component for any modern devops or data processing toolkit.
-f) or by piping data through standard input (stdin).To integrate this tool into your environment, ensure you have Python 3 installed. You can run the script directly from your Openclaw Skills directory:
# Navigate to your scripts folder
cd scripts/
# Basic query to test installation
echo '{"status": "ok"}' | python3 jsonpath.py query '$.status'
The JSONPath Query tool supports various output structures depending on the flags used. By default, it returns valid JSON, but it can be configured for flatter data structures.
| Format | Description | Best For |
|---|---|---|
json |
Returns a standard JSON array of matches | Default programmatic use |
lines |
Outputs each match on a new line | Shell scripting and grep |
csv |
Flattens objects into comma-separated values | Spreadsheet imports |
Metadata such as match counts or path validation status can also be toggled via CLI flags.
.. operator to find keys at any nesting level--exit-empty to trigger pipeline failures on missing data[0:10:2]) for advanced samplingLoading
An automated linting tool for Terraform that enforces 24 rules across structure, naming, security, and best practices categories.

A comprehensive auditing tool to validate SWC configuration files for syntax errors, transform conflicts, and transpilation best practices.

A multi-ecosystem audit tool to identify outdated, vulnerable, and unused packages while ensuring license compliance.

A pure Python linter and validator designed to ensure Helm charts follow security, structure, and dependency best practices.

A comprehensive security auditing tool that analyzes HTTP response headers to assign letter grades and provide actionable remediation steps.

A lightweight, dependency-free Python linter for validating Makefile syntax, portability, and best practices.








































