Normalize raw CLI output into JSON for reliable downstream parsing and automation
Uses jc to turn command output and supported file formats into structured JSON so an agent can filter, diff, validate, and store results without brittle regex parsing. Best when a workflow already depends on standard CLI tools but needs machine-readable output for the next step.
What it does
Normalize raw CLI output into JSON for reliable downstream parsing and automation
Uses jc to turn command output and supported file formats into structured JSON so an agent can filter, diff, validate, and store results without brittle regex parsing. Best when a workflow already depends on standard CLI tools but needs machine-readable output for the next step.
Installation
Requirements and caveats from upstream:
- Check out the jc Python package documentation for developers
- jc can also be used as a python library. In this case the returned value
- will be a python dictionary, a list of dictionaries, or even a
Basic usage or getting-started notes:
-
for an example.
-
dig example.com | jc --dig
-
{"name":"example.com.","class":"IN","type":"A"},"answer":[{"name":
-
Extracted from upstream docs: https://raw.githubusercontent.com/kellyjonbrazil/jc/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,180 chars)