Wildq

Use this skill when the user wants to query structured data files with jq-like syntax

javimosch b0b5184 699 B Updated

File contents

Wildq Plugin

query structured data files with jq-like syntax

Commands

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

Usage Examples

  • "Query JSON data with jq syntax"
  • "Extract fields from TOML"
  • "Filter YAML data"

Installation

pip install wildq

Examples

wildq ".users[] | select(.age > 30)" data.json
wildq ".database.host" config.toml
cat data.yaml | wildq ".items[]"

Key Features

  • jq-like query syntax
  • TOML, JSON, INI, YAML support
  • Filter and transform data
  • Pipeline-friendly

javimosch/supercli/tree/main/plugins/wildq/skills/quickstart commit b0b5184c82

Frequently asked questions

npx skillmds@latest add javimosch/wildq