Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
coralogix avatar

Coralogix Docs

  • 1.1k installs
  • 113 repo stars
  • Updated August 4, 2026
  • coralogix/cx-cli

coralogix-docs is an agent skill that searches and fetches official Coralogix product documentation via `cx docs search` and `cx docs fetch` for developers who need authoritative observability configuration guidance with

About

coralogix-docs is a Claude Code skill (version 0.1.0) bundled in the Coralogix `cx-cli` repository that teaches agents to run `cx docs search` and `cx docs fetch` against the public coralogix.com/docs portal. The commands accept query strings, optional `--limit` flags, and `-o json` or `-o agents` output formats, and require no API key because the documentation portal is public. Developers reach for coralogix-docs when configuring OpenTelemetry collectors, alert rules, SLOs, dashboards, webhook integrations, span and log exploration, or API key management inside Coralogix. The parent `cx-cli` bundle ships eight companion observability skills and installs into Claude Code, Cursor, Codex, and 40+ other agent platforms via `npx skills add coralogix/cx-cli`. Coralogix-docs deliberately avoids live DataPrime log, span, or metrics queries—those belong to sibling telemetry skills in the same bundle.

  • cx docs search for keyword discovery with numbered titles and path suffixes (--limit 1–20, default 5)
  • cx docs fetch pulls one official page as markdown from coralogix.com/docs
  • Covers OTel agents, collectors, webhooks, API keys, alerts, SLOs, dashboards, and UI workflows
  • No Coralogix API key required—documentation only, not tenant telemetry

Coralogix Docs by the numbers

  • 1,107 all-time installs (skills.sh)
  • +119 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #309 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/coralogix/cx-cli --skill coralogix-docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.1k
repo stars113
Last updatedAugust 4, 2026
Repositorycoralogix/cx-cli

How do you search Coralogix docs from the terminal?

Pull authoritative Coralogix product documentation into the agent via cx docs search and fetch when configuring observability—not live tenant queries.

Who is it for?

Developers configuring Coralogix observability, alerts, SLOs, or OpenTelemetry integrations who need official product documentation inside an AI coding session.

Skip if: Developers who need live log, span, or metrics queries from a Coralogix tenant rather than static product documentation.

When should I use this skill?

The user asks how a Coralogix feature works, how to configure alerts, SLOs, dashboards, OTel pipelines, API keys, or integrations in the Coralogix UI or API.

What you get

Ranked documentation search results, fetched markdown pages from coralogix.com/docs, and JSON or agents-formatted doc excerpts ready for configuration steps.

  • documentation search results
  • fetched doc pages
  • configuration guidance excerpts

By the numbers

  • Skill version 0.1.0 in the cx-cli bundle
  • Parent cx-cli ships 8 companion observability skills
  • Installs into 40+ agent platforms via npx skills add

Files

SKILL.mdMarkdownGitHub ↗

Coralogix docs (cx docs search, cx docs fetch)

These commands read official Coralogix product documentation from coralogix.com/docs. They answer how the platform works and how to configure or use it. They do not query your tenant's logs, spans, metrics, or alerts.

No Coralogix API key is required.

CLI commands

CommandPurpose
cx docs search <query>Find doc pages by keyword. Returns numbered titles + path suffixes.
cx docs fetch <suffix>Download one page as markdown. Pass the suffix from search.

Flags

FlagCommandsDescription
--limitsearchMax results, 1–20 (default 5)
-o json / -o agentsbothMachine-readable output

Examples

cx docs search "explore spans" --limit 5
cx docs search "OpenTelemetry traces"
cx docs fetch user-guides/data_exploration/spans/
cx docs search "API keys" -o json

When to use these commands

Use `cx docs search` + `cx docs fetch` when the user wants:

TopicExample questions
UI / workflows"How do I view spans in Coralogix?", "Where is Explore spans?"
Ingestion & integrationsOpenTelemetry setup, agent/collector config, Send Your Data API keys
Platform featuresAlerts, SLOs, dashboards, enrichments, parsing rules, retention
Concepts & architectureHow tracing works, trace-log correlation, data model
Account & accessAPI keys, SSO, roles, regions

Prefer these commands over guessing when the answer depends on current Coralogix product behavior or UI navigation.

When not to use these commands

User needUse instead
Query live logscx logscx-telemetry-querying
Query live spans/tracescx spanscx-telemetry-querying
DataPrime syntax / commandscx dataprime list / cx dataprime showcx-telemetry-querying
Alerts & cases in the tenantcx alerts, cx casescx-alerts, cx-cases
Metrics (PromQL)cx metricscx-telemetry-querying
Discover field paths in tenant datacx search-fields

Standard workflow

1. `cx docs search` with a focused query (2–4 keywords, not full sentences). 2. Pick the most relevant suffix from the results. 3. `cx docs fetch` on that suffix. 4. Answer from the fetched content. Fetch additional pages only when needed.

User: "How do I show spans in the Coralogix website?"

1. cx docs search "explore spans" --limit 5
2. cx docs fetch user-guides/data_exploration/spans/
3. Summarize: Explore → spans dataset → Spans/Traces/Flows tabs → drilldown

Tips

cx docs search

  • Start with 2–4 focused terms, not full sentences.
  • If no matches, try synonyms or broader terms ("tracing" instead of "distributed trace waterfall view").
  • Increase --limit when the first page of hits is ambiguous.
  • Results use path suffixes under /docs/ (not full URLs) — pass them directly to `cx docs fetch`.

cx docs fetch

  • Pass the suffix from `cx docs search` (e.g. user-guides/data_exploration/spans/). Full URLs are rejected.
  • `cx docs fetch` one page at a time — pick the best match first.

Troubleshooting

ProblemAction
No search matchesBroaden or rephrase the query; try feature name + category ("spans UI", "OTel ingestion").
Fetched page is too narrowSearch for the parent topic or run a second search with related terms.
User wants their actual dataSwitch to cx logs, cx spans, cx metrics, or alerts — docs describe the product, not tenant contents.

Related

  • Telemetry queries: cx-telemetry-querying
  • Alerts: cx-alerts
  • Dashboards: cx-dashboards

Related skills

How it compares

Pick coralogix-docs for official Coralogix configuration reference; use live cx telemetry skills when you need to query logs, spans, or metrics from a tenant.

FAQ

Does coralogix-docs require a Coralogix API key?

coralogix-docs does not require an API key. The `cx docs search` and `cx docs fetch` commands read the public coralogix.com/docs portal, so agents can look up product documentation before any tenant credentials are configured.

What is the difference between coralogix-docs and cx telemetry skills?

coralogix-docs fetches static product documentation about how Coralogix features work. Sibling cx-cli skills such as cx-telemetry-querying run live DataPrime log and span queries against a connected Coralogix tenant.

How do you install the coralogix-docs skill?

Install coralogix-docs by running `npx skills add coralogix/cx-cli`, which adds the full cx-cli skill bundle including coralogix-docs to Claude Code, Cursor, Codex, and other supported agent environments.

Cloud & Infrastructuremonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.