cx-cli
Query and manage Coralogix observability data from the terminal
All Skills in This Repository (11)
Pure Emerald Level Indicatorsadd-skill
Document and scaffold new cx skills with frontmatter and repository updates.
run-tests
Run cargo test, fmt, and clippy for the cx CLI codebase.
create-pr
Create GitHub pull requests with auto-generated titles and summaries.
add-command
Automate adding a new cx CLI subcommand with templates, wiring, and tests.
cx-alerts
Manage Coralogix alert definitions via the CX CLI across profiles and regions.
query-logs
Query and analyze Coralogix logs using DataPrime syntax.
rum
Query Coralogix RUM data with cx logs and DataPrime syntax.
metrics-query
Run PromQL queries via cx metrics CLI for production metrics analysis.
query-spans
Query distributed tracing spans with DataPrime syntax to locate latency and errors.
create-dashboard
Plan, discover telemetry, and validate Coralogix dashboards before deployment.
dataprime
Provide a DataPrime language reference for querying logs, spans, and observability data.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core