From brokk
Query JSON with jq expressions, skim XML/HTML structure with xmlSkim, and extract data via XPath with xmlSelect. For config files like package.json, tsconfig.json, and XML/HTML docs.
npx claudepluginhub brokkai/brokk --plugin brokkThis skill uses the workspace's default tool permissions.
Use these Brokk MCP tools to query JSON configuration files and
Processes JSON with jq and YAML/TOML with yq to filter, transform, and query data from configs like Docker Compose, Kubernetes manifests, GitHub Actions workflows, and package.json.
Transforms, manipulates, analyzes JSON: parse/validate, reshape/flatten/unnest, merge/filter/map, query (JSONPath/JMESPath), convert (CSV/YAML/XML), diff/compare.
Queries, filters, and transforms JSON data using jq CLI tool. Use for parsing JSON files, extracting fields, manipulating arrays/objects, and structure changes.
Share bugs, ideas, or general feedback.
Use these Brokk MCP tools to query JSON configuration files and XML/HTML documents.
| Tool | Purpose |
|---|---|
jq | Query JSON data with jq expressions |
xmlSkim | Get a structural overview of an XML/HTML document |
xmlSelect | Run XPath queries against XML/HTML |
jq for JSON config files (package.json, tsconfig.json, etc.).xmlSkim first to understand document structure, then xmlSelect
with XPath for targeted extraction.