azure-kusto

Query and manage Azure Data Explorer clusters and databases with KQL.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-kusto-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-kusto
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/azure-kusto
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-kusto-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables efficient querying and managing Azure Data Explorer (Kusto) clusters, allowing users to analyze large-scale log, telemetry, and time series data easily.

Core Features & Use Cases

  • Log and telemetry analysis: Run KQL queries to extract insights from vast datasets.
  • Schema exploration: Discover tables, columns, and data types to understand data models.
  • Resource management: List Azure Data Explorer clusters and databases.
  • Use case: A network security team can query logs to detect anomalies or investigate specific events within their Azure Data Explorer environment.

Quick Start

Use the azure-kusto skill to execute a KQL query that retrieves recent entries from the Events table in your database.

Frequently Asked Questions about azure-kusto

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

FAQPage Schema
How do I query and analyze telemetry data in Azure Data Explorer?

To query telemetry data in Azure Data Explorer, you can run Kusto Query Language (KQL) queries to extract insights from large-scale log and time series datasets. This skill facilitates schema exploration and querying via the Kusto REST API or Azure CLI.

Can I use this to manage Azure Data Explorer clusters and databases?

Yes, you can manage Azure Data Explorer clusters and databases by listing resources and exploring schemas to understand tables, columns, and data types. It ensures compatibility with Azure CLI for resource management operations.

What is the best way to explore a Kusto database schema for log analytics?

The best way to explore a Kusto database schema for log analytics is to discover available tables, columns, and data types. This skill helps you understand your data models before executing KQL queries on telemetry or logs.

Does this skill work with Azure CLI and Kusto REST API for querying logs?

Yes, querying logs is compatible with Azure CLI and the Kusto REST API. It provides fallback options to ensure robust operations when managing clusters or analyzing large-scale time series data.

How do I detect anomalies in IoT telemetry using Kusto queries?

To detect anomalies in IoT telemetry, you can run targeted KQL queries to investigate specific events within your Azure Data Explorer environment. This allows network security teams to extract insights from large datasets.

Are there fallback options when Kusto REST API operations fail?

Yes, there are fallback options for robust operations when interacting with Azure Data Explorer. This ensures you can reliably query telemetry and manage clusters even if primary API operations encounter issues.