Handles the entire Coralogix data pipeline setup: parsing rules to extract structured fields from raw logs, enrichment tables to add context (geo IP, custom lookups, AWS metadata), Events2Metrics to derive metrics from log events, and recording rules to precompute PromQL expressions. Every command works off templates pulled from existing resources, which is the right call since these JSON payloads are complex enough that guessing the schema will waste your time. The skill is opinionated about verification: always query the actual logs or metrics after making changes, and avoid checking archive storage for enrichment verification since ingestion delays will mislead you. It's essentially a configuration layer skill, so you'll want to pair it with cx-telemetry-querying to see what you're actually working with.
npx skills add https://github.com/coralogix/cx-cli --skill cx-data-pipeline