jq

Installation
SKILL.md

jq

Command-line JSON processor for extracting, filtering, and transforming JSON.

Installation

macOS / Linux (Homebrew):

brew install jq

All platforms: See jqlang.org/download for packages, binaries, and build instructions.

Usage

jq '[filter]' [file.json]
cat file.json | jq '[filter]'
Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 1, 2026
jq — openclaw/skills