coralogixcoralogixOfficialยท11 Agent Skills Included

cx-cli

Query and manage Coralogix observability data from the terminal

Queries logs, metrics, spans, and RUM data with DataPrime and PromQL directly from the terminal. Manages alerts, cases, dashboards, SLOs, notifications, data pipelines, and access controls across 33 commands. Eliminates manual UI clicking with multi-profile fan-out, JSON output, and token-efficient formats for automated workflows.
npx skills add coralogix/cx-cli --all -g -y
Available:

Instructs your AI agent on the full cx command tree, safety rules for risky write operations, and how to use `cx schema` for self-discovery of available commands.

All Skills in This Repository (11)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cx-cli?โ–ผ

Run `npx skills add coralogix/cx-cli --all -g -y` in your terminal to install all skills in this suite globally.

How to query Coralogix logs from the terminal?โ–ผ

Use `cx logs` with a DataPrime query, for example `cx logs 'filter $m.severity == ERROR'`, and add `-o json` for machine-readable output.

Can AI agents use cx-cli for incident investigation?โ–ผ

Yes. Agents self-discover all commands via `cx schema` and use the bundled skills to investigate logs, traces, metrics, alerts, and cases with real production context.

Does cx-cli work with Claude Code and Cursor?โ–ผ

Yes. The bundled skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and 40+ other coding agents.

How does cx-cli prevent accidental destructive changes?โ–ผ

Risky write operations require interactive confirmation or an explicit `--yes` flag, and `--read-only` mode blocks all writes for safe exploration.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’