jello

star 38

Use this skill when the user wants to Query JSON with Python syntax or Print version.

javimosch By javimosch schedule Updated 6/3/2026

name: jello description: Use this skill when the user wants to filter or query JSON data using Python syntax instead of jq.

jello Plugin

A CLI tool to filter JSON and JSON Lines data using Python syntax.

Commands

  • jello self version — Print jello version
  • jello _ _ — Passthrough to jello CLI

Installation

pipx install jello

Examples

cat data.json | jello '_.name'
cat data.json | jello '_.users[0].email'

Key Features

  • Python syntax — Use Python expressions for JSON filtering
  • JSON Lines support — Process NDJSON data
  • Pipeline-ready — Standard Unix pipe support
  • Color output — Syntax-highlighted output
Install via CLI
npx skills add https://github.com/javimosch/supercli --skill jello
Repository Details
star Stars 38
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator