A lightweight and flexible command-line tool for processing, filtering, and transforming JSON data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jq-json-processor
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 jq-json-processor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The jq JSON Processor is a powerful utility designed for developers and DevOps engineers who need to handle JSON data within the command line. As a core component of Openclaw Skills, it allows for seamless data extraction, transformation, and formatting, making it indispensable for working with API responses and configuration files.
It acts like sed for JSON data, providing a functional language to slice and dice information without leaving the terminal. By integrating this tool into your automation pipeline, you can programmatically manipulate structured data with minimal overhead and high precision.
To integrate this into your workflow with Openclaw Skills, ensure the jq binary is installed on your local machine.
On macOS using Homebrew:
brew install jq
On Linux using APT (Ubuntu/Debian):
sudo apt-get update && sudo apt-get install jq
The jq JSON Processor handles arbitrary JSON structures including objects, arrays, and primitives. It organizes data according to the following taxonomy:
| Feature | Description | Example |
|---|---|---|
| Object Access | Accesses specific fields within a JSON object | .name |
| Array Access | Accesses elements by index or iterates over arrays | .[0] or .[] |
| Piping | Passes the output of one filter as input to the next | `.users[] |
| Formatting | Controls the visual output (Pretty, Compact, Raw) | -r or -c |
Loading
A comprehensive guide and toolset for mastering essential Git commands and professional version control workflows.

A blazingly fast, interactive command-line fuzzy finder that filters lists from any source for seamless terminal navigation.

A high-performance command-line tool designed as a user-friendly and faster alternative to the classic find utility.

A powerful communication bridge allowing sub-agents and developers to request strategic feedback and orchestration from the primary Eureka AI agent.

The Linear Webhook Skill enables users to trigger specialized AI agents by simply @mentioning them within Linear issue comments.

A blazingly fast recursive search tool that respects .gitignore rules to find regex patterns across complex directories.








































