Agent Plugins Marketplace
← All plugins

json-query

v0.2.0

JSON query tool selection and syntax guidance — jg (jsongrep) for fast extraction, jq for transformations

Claude Code1 Skill

By fblissjr2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install json-query for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install json-query@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fblissjr/fb-claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/json-query/.

Plugin files

skills/json-query/
├── .claude-plugin/plugin.json
└── skills/json-query/SKILL.md

Included Skills1

json-queryskills/json-query/SKILL.md

Guide JSON query tool selection and syntax. Use when user needs to extract data from JSON files, search JSON for keys, query nested JSON structures, filter JSON arrays, or process large JSON. Triggers on "query JSON", "extract from JSON", "search JSON", "parse JSON file", "jq alternative", "jsongrep", "jg command", "find in JSON", "JSON path query", "grep JSON", "large JSON file", "process JSON", "JSON extraction".

Plugin manifests1

skills/json-query/.claude-plugin/plugin.json
{
  "name": "json-query",
  "version": "0.2.0",
  "description": "JSON query tool selection and syntax guidance — jg (jsongrep) for fast extraction, jq for transformations",
  "author": {
    "name": "fblissjr"
  },
  "repository": "https://github.com/fblissjr/fb-claude-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[json-query on Agent Plugins Marketplace](https://pluginsmp.com/plugins/json-query)