# Jsongrep

> Use this skill to grep-like search through structured data files.

- Skill: `javimosch/jsongrep` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/jsongrep`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/jsongrep/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/jsongrep

---

# jsongrep Plugin
Grep for structured data (JSON, YAML, TOML).
## Commands
- `jsongrep _ _` — Passthrough to jsongrep CLI
## Installation
```bash
go install github.com/nhooyr/jsongrep@latest
```
## Key Features
- **Multi-format** — JSON, YAML, TOML support
- **Path queries** — Grep-like pattern matching
- **Pipeline-ready** — stdin/stdout support

