Skip to main content

cx skills

Use these skills to give your coding agent access to Coralogix observability data — logs, spans, metrics, RUM, and alerts — directly from the CLI.

Supports Claude Code, Cursor, Codex, OpenCode, and other supported agents.

Available skills

Investigation

SkillDescription
cx-ollyInteract with Coralogix's Observability Agent (Olly) - chat, follow-up questions, retrieve generated artifacts
cx-telemetry-queryingGateway for all telemetry investigation - logs, spans, metrics, RUM, and DataPrime queries. Loads pillar-specific reference files per query type.
coralogix-docsSearch and fetch official Coralogix product documentation (cx docs search, cx docs fetch) — not live tenant data
cx-alertsManage Coralogix alert definitions - list, inspect, create, enable/disable via cx alerts
cx-dashboardsBuild and deploy Coralogix dashboards - telemetry discovery, PromQL/DataPrime verification, JSON generation

Workflow

SkillDescription
cx-cost-optimizationAnalyze and reduce Coralogix data costs - usage analysis, TCO policies, retention, archive
cx-casesManage Coralogix Cases - list, inspect, assign/acknowledge/resolve/close, set priority overrides
cx-slosManage SLO definitions - list, inspect, check error budgets, create/update/delete
cx-data-pipelineConfigure data processing - parsing rules, enrichments, Events2Metrics, recording rules
cx-platform-adminManage access and security - API keys, roles, users, groups, IP access
cx-observability-setupSet up monitoring - saved views, webhooks, notifications, integrations

Requirements

  • cx CLI installed and configured with a valid profile (cx profiles add)
  • A supported coding agent (Claude Code, Cursor, Codex, etc.)

Installation

Install all skills:

npx skills add coralogix/cx-cli

Install specific skills:

npx skills add coralogix/cx-cli --skill query-logs --skill dataprime

Install globally (available across all projects):

npx skills add coralogix/cx-cli -g

Install for a specific agent:

npx skills add coralogix/cx-cli -a claude-code -g -y

Usage

Once installed, your agent uses the relevant skill automatically. Example queries:

  • "Ask Olly why the checkout service is slow"
  • "Investigate why we're seeing high error rates"
  • "Check CPU usage for the api service"
  • "What was the p99 latency over the last 24h?"
  • "Why is the checkout page slow for users?"
  • "Debug the 500 errors on the payment endpoint"
  • "How can we reduce our Coralogix costs?"
  • "Help me triage this case"
  • "Set up parsing rules for our new service"
  • "Who has access to production?"
  • "Configure Slack notifications for critical alerts"
Last updated on