create-dashboard

Plan, discover telemetry, and validate Coralogix dashboards before deployment.

114|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/coralogix/cx-cli --skill create-dashboard-coralogix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-dashboard
Source: https://github.com/coralogix/cx-cli/tree/main/skills/create-dashboard
Command: npx skills add https://github.com/coralogix/cx-cli --skill create-dashboard-coralogix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and deploy Coralogix dashboards for services by orchestrating telemetry discovery, query planning, and live verification, reducing manual steps and errors.

Core Features & Use Cases

  • Orchestrates telemetry discovery across metrics, logs, and spans to inform dashboard content.
  • Validates queries live via the cx CLI before deployment.
  • Emits importable Coralogix JSON dashboards ready for deployment with cx dashboards create.
  • Supports reuse of sibling skills (metrics-query, query-logs, query-spans) to compose dashboards.

Quick Start

Describe the target service and observability goals to generate an end-to-end Coralogix dashboard plan and the deployable JSON.

Frequently Asked Questions about create-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Coralogix dashboard creation for my services?

Automate Coralogix dashboard creation by orchestrating telemetry discovery across logs, metrics, and spans to generate a deployable JSON dashboard plan, which is then deployed using the cx CLI.

What is the best way to plan a Coralogix visualization dashboard using telemetry data?

Planning a Coralogix visualization dashboard involves discovering available telemetry, composing queries using sibling skills, and verifying every query live before exporting the final dashboard JSON.

Does the dashboard automation process validate queries before deployment?

Yes, the dashboard automation process validates every query live via the cx CLI before deployment, ensuring only citation-backed metrics and fields are used in the final dashboard.

Can I use PromQL and Dataprime queries when building Coralogix dashboards?

Yes, you can compose dashboards using PromQL and Dataprime queries by coordinating with sibling skills to build and validate the specific queries for your metrics, logs, and spans.

How do I deploy an automated Coralogix dashboard after generating the JSON?

Deploy your automated Coralogix dashboard by running the cx dashboards create command with the generated importable JSON output from the planning and verification process.

What steps are needed to discover telemetry for a Coralogix dashboard?

Discovering telemetry for a Coralogix dashboard requires scanning the target service's logs, metrics, and spans to identify citation-backed metrics and fields to inform the dashboard content.